What is wrong with this line in fstab?
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? Peter
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. -- Never test for an error unless | .''`. Debian GNU/Linux Developer you're ready to handle it. | : :' : Happy to accept PGP signed | `. `' or encrypted mail - RSA | `- key on the keyservers.
On 4 October 2015 at 14:45, Peter Berrie <peter.northerly@gmail.com> wrote:
What is wrong with it?
https://wiki.archlinux.org/index.php/Fstab#File_example Should be clear where the noatime option goes. Regards, Srdjan
participants (3)
-
Jonathan McDowell -
Peter Berrie -
Srdjan Todorovic