如何在e2defrag上安装和执行KuBuntu?
http://launchpad.net/e2defrag
从链接中:
用于ext234文件系统离线碎片整理的实用工具。这个可怜的古老的软件包曾经被称为碎片包,但由于它多年没有维护人员,并且遭受了比特的腐烂,所以从Debian和Ubuntu中移除。我要把它从桶里救出来。
发布于 2017-04-17 22:25:54
您没有提到您正在使用的Ubuntu的哪个版本,但是在这个时候,软件包只在14.04到15.10之间可用,因为PPA已经更新了将近两年了。由于14.04是目前支持的唯一一个,所以我提供了该版本的说明。
在终端中运行以下命令
sudo add-apt-repository ppa:dpmva1/ppa
sudo apt-get update
sudo apt-get install e2defragNote that unlike the fsck program, defrag MUST NOT be run on a mounted file system device
(unless invoked with the -r (readonly) option, which is always safe). Also note that if you
defragment a partition containing a bootable kernel image and are using lilo ( grub doesn't
care unless you have it installed in the partition using blocklists instead of the MBR ), you
will have to reinstall the boot loader for that image (since the location on disk of the image
may have changed).
Remember, if defrag fails to complete for any reason (including power glitches, kernel bugs
etc.), you will be left with a terminally sick, and possibly completely unreadable, filesystem,
so backup any valuable data before you start.安装测试在14.04.5我没有理由认为点发布是相关的。
https://askubuntu.com/questions/905887
复制相似问题