首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在e2defrag上安装和执行KuBuntu?

如何在e2defrag上安装和执行KuBuntu?
EN

Ask Ubuntu用户
提问于 2017-04-17 16:55:55
回答 1查看 1K关注 0票数 -3

如何在e2defrag上安装和执行KuBuntu?

http://launchpad.net/e2defrag

从链接中:

用于ext234文件系统离线碎片整理的实用工具。这个可怜的古老的软件包曾经被称为碎片包,但由于它多年没有维护人员,并且遭受了比特的腐烂,所以从Debian和Ubuntu中移除。我要把它从桶里救出来。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2017-04-17 22:25:54

您没有提到您正在使用的Ubuntu的哪个版本,但是在这个时候,软件包只在14.04到15.10之间可用,因为PPA已经更新了将近两年了。由于14.04是目前支持的唯一一个,所以我提供了该版本的说明。

为14.04

在终端中运行以下命令

代码语言:javascript
复制
sudo add-apt-repository ppa:dpmva1/ppa
sudo apt-get update
sudo apt-get install e2defrag

从手册页编辑:

代码语言:javascript
复制
Note  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我没有理由认为点发布是相关的。

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/905887

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档