>This works on Hardy and presumably well back
sudo touch /forcefscksudo reboot
>This works on Hardy and presumably well back
sudo touch /forcefscksudo reboot
Japan Earthquakes ... wait until you get to 1:50 ... http://t.co/RXBf0lIS - 6 hours ago
@wardrobes rather you than me - 7 hours ago
Why I am an atheist ... http://t.co/LyTuR7L8 - 1 day ago
Australia - won't be living there http://t.co/12TRq4Yn - 1 day ago
@SmallCasserole @happymouffetard Many congratulations!! That's 2 of my Twitter friends having sons on same day (congrats also to @vladekm !) - 1 day ago
@vladekm awesome news. Many congratulations to the whole family. - 2 days ago
@lettucefire get in there http://t.co/QtUshgca - 2 days ago
@ralpost mine is cunningly disguised under the name BALDYPICARD - 3 days ago
Not many things more exciting in life than watching live data come into a production system for the first time. #ineedtogetoutmore - 3 days ago
@JEB0309 Alisa http://t.co/kpXd7SfW - 3 days ago
Proudly powered by Wordpress and designed by code reduction
One comment
>There are many methods to do this.
Every partition has the superblock containing, among other vital information, details the last time the file system has been checked and when the next check is due.
sudo tune2fs -l "device" –> dumps superblock information
sudo tune2fs -c "count" "device" –> sets the mount count check to "count" . If set to 4 , fsck has to be run after 4 mounts
sudo tune2fs -C "count" "device" –> cheat, set the mount count to "count"
sudo tune2fs -i 4w "device" –> run fsck after 4 weeks.