Recently installed Ubuntu 8.10 and am struggling to get it to auto mount two partitions
I've added the following to /etc/fstab
UUID=xxxx-xxxx-xxxx-xxxx /media/disk1 ext3 relatime 0 0
UUID=xxxx-xxxx-xxxx-xxxx /media/disk2 ext3 relatime 0 0
with the correct UUIDs of course but they still won't mount. I've tried adding them to /etc/mtab but that just gets reset with each reboot.
If I remove the lines I can mount them manually from the file browser but I'd rather it was automatic at boot.
Any ideas?
TIA
PL
I've added the following to /etc/fstab
UUID=xxxx-xxxx-xxxx-xxxx /media/disk1 ext3 relatime 0 0
UUID=xxxx-xxxx-xxxx-xxxx /media/disk2 ext3 relatime 0 0
with the correct UUIDs of course but they still won't mount. I've tried adding them to /etc/mtab but that just gets reset with each reboot.
If I remove the lines I can mount them manually from the file browser but I'd rather it was automatic at boot.
Any ideas?
TIA
PL

You'd think!
Comment