On Sun, Oct 04, 2015 at 02:45:34PM +0100, Peter Berrie wrote:
When I run fsck I get a message saying it failed to parse line 12 of fstab.
Here is line 12:
UUID=[as obtained from blkid] /home ext3 noatime defaults 0 2
It has noatime because its an SSD. Its wrapped the line of course, in the text editor its all on one line.
What is wrong with it?
noatime and defaults are both mount options. They need separated with a , rather than whitespace.
J.