有没有办法在启动时确定磁盘检查的进度?

有没有办法在启动时确定磁盘检查的进度?

在启动过程中,可以运行磁盘检查,但在此过程中没有迹象或详细信息可用于判断该过程的进展情况。

有没有办法显示任何信息来表明它进展到了哪一步?

这对于服务器环境来说是一个更大的问题,而不是桌面环境。正在寻找有关 10.04 LTS 的信息。

答案1

不是真的——剩余时间取决于文件系统中尚未检查的问题数量。请参阅man fsck

man fsck

   -C [  fd  ]
          Display  completion/progress  bars for those filesystem checkers (currently only for ext2 and
          ext3) which support them.   Fsck will manage the filesystem checkers so that only one of them
          will  display  a progress bar at a time.  GUI front-ends may specify a file descriptor fd, in
          which case the progress bar information will be sent to that file descriptor.

相关内容