I had googled before, and read the fstab docs, but none of the changes I had tried were working. I decided to give it another go tonight, and found the article I've linked this post to, at it was as simple as changing my fstab as follows:
OLD:
/dev/sdc1 /drive3 auto defaults,rw,noatime 0 0
NEW:
/dev/sdc1 /drive3 auto defaults,rw,noatime 0 2
And that fixed it so it would run FSCK automatically during bootup if the system wasn't shutdown nicely, even on the tertiary partition.
No comments:
Post a Comment