Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1211  / 2 Years ago, thu, february 3, 2022, 9:39:41

I want a 2nd hard drive to mount at boot



I have this in /etc/fstab



UUID=7726e231-4373-451d-8588-930becd772c6 /home/server/common ext4 0 1



When starting I get an error, did I misconfigure the line?


More From » 12.04

 Answers
4

Look at the top of /etc/fstab. It should have a line like this:

# Device Mountpoint FStype **Options** Dump Pass#



Your mount line has these:




# Device Mountpoint FStype Options Dump Pass#
UUID=7726...d772c6 /home/server/common ext4 0 1


Notice the lacking value for the field options, which means that it gets parsed as:




# Device Mountpoint FStype Options Dump Pass#
UUID=7726...d772c6 /home/server/common ext4 0 1


And options 0 is invalid.


[#31785] Friday, February 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bsorbedeldy

Total Points: 315
Total Questions: 110
Total Answers: 108

Location: Reunion
Member since Mon, Dec 28, 2020
3 Years ago
;