Sunday, December 28, 2014

Run fsck on a partition during the next boot

These are said to work for Ubuntu, I imagine the tune2fs one at least will work in Arch but have not yet tried.



REM Method 1
~ # tune2fs -c 1 /dev/name_of_device

REM Method 2
~ # touch /forcefsck