2008年10月15日 星期三

Ubuntu Misc

How to reset the no of mount time of regular hard disk checking (fsck) at boot time?
We need to check the mounted file system in /etc/fstab

Let say, the extracted content of the mounted point is
/host/ubuntu/disks/root.disk

By issue the following command, fsck will reset the mount count to 0.
sudo tune2fs -C 0 /host/ubuntu/disks/root.disk

沒有留言: