>This works on Hardy and presumably well back
sudo touch /forcefscksudo reboot
>This works on Hardy and presumably well back
sudo touch /forcefscksudo reboot
RT @F1Kate: Before going to Monaco for the GP, I like re-reading AA Gill's scathing piece on the place: http://t.co/dwoQNKrV - 23 hours ago
Time to get out the WTFometer - 1 day ago
Time to get up and boogie - 1 day ago
RT @MsNoetiCat: Ah, a bumper sticker after my own heart "No baby on board, so feel free to drive into me" - 2 days ago
@mcknut @oomlout when I lived in Japan *eight years ago* my house had fibre optic. What the hell is the UK doing? - 2 days ago
Emacs just crashed. Just vanished. wtf emacs ? - 2 days ago
RT @Queen_UK: Off to Liverpool. Bit worried the Bentley will end up on bricks. - 2 days ago
@Slickdigby @thisiskimmings good job I'm 200 miles away -- otherwise my being on the wagon May would probably go out the window - 2 days ago
@Slickdigby foul mood people of the world unite - 2 days ago
Client's VPN solution taken over my computer. Claim's it's not running but ebay says I'm coming from Germany. Looks sternly at @Gouldy74 ;) - 2 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.