Hey there all
This is a copy of my /etc/fstab file:
glenn@glenn-amd1:~$ cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sdb5 UUID=4e473668-0492-4c4f-b96c-4a96aa93ac7d / ext3 relatime,errors=remount-ro 0 1 # /dev/sda1 UUID=b52f4246-04ea-4d35-b3b9-37a316709f81 /media/Data ext3 <------ user,relatime,errors=remount-rw 0 2 # /dev/sdb1 UUID=c6178b22-d682-4414-81ba-514c100ffe40 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 glenn@glenn-amd1:~$
Athough the drive (dev/sda1)is listed in the file browser, when I click on it, it returns with this error:
'Invalid Mount Option when attempting to mount this volume'.
Can anyone tell me what is wrong with my fstab table?
Glenn.
"errors=remount-rw" is the part at fault. The valid options are continue, remount-ro or panic. See the mount(8) man page for more details ('man mount' at the command prompt)
-- simon
2009/1/5 Glenn Stuart Morrissey gmorrissey@kol.co.nz:
Hey there all
This is a copy of my /etc/fstab file:
glenn@glenn-amd1:~$ cat /etc/fstab
...
UUID=b52f4246-04ea-4d35-b3b9-37a316709f81 /media/Data ext3 <------ user,relatime,errors=remount-rw 0 2 # /dev/sdb1 UUID=c6178b22-d682-4414-81ba-514c100ffe40 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 glenn@glenn-amd1:~$
Athough the drive (dev/sda1)is listed in the file browser, when I click on it, it returns with this error:
'Invalid Mount Option when attempting to mount this volume'.
Can anyone tell me what is wrong with my fstab table?
Glenn.
wlug mailing list | wlug@list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
participants (2)
-
Glenn Stuart Morrissey -
Simon Green