Posts Tagged tune2fs
Linux: Disable check disk at start up
Posted by Victor Tong in Linux on October 17th, 2009
E.g. Disable check disk for /dev/sda1
tune2fs -c 0 -i 0 /dev/sda1
Edit /etc/fstab and modify last field to 0 instead of 1 or 2
/dev/sda2 / ext3 defaults 1 0 /dev/sda1 /boot ext3 defaults 1 0Total views: 117 views
Comments