You are not logged in.

#1 2009-01-29 12:18:37

skipio
Member
Registered: 2009-01-27
Posts: 12

[SOLVED]little mount problem

Hello,
at boot i got "mount point /home/data does not exist" error. the directory is there, and the drive get mounted when i run mount -a. if i don't, gnome-volume-manager take care of that whit the drive icon and says "not privileged" if i click on it.
this is my /etc/fstab:

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0


/dev/cdrom /media/cdrom   auto    ro,user,noauto,unhide   0      0
/dev/dvd /media/dvd   auto    ro,user,noauto,unhide   0      0
UUID=5895fabb-41b0-473f-9807-04cf0fd77e30 /home/data ext3 defaults 0 2
UUID=7011ecb4-f2e7-48be-adc1-3fd636e58601 /boot ext2 defaults 1 2
UUID=7f834b9b-f81b-4972-b79e-e12489c32a3e none swap defaults 0 0
UUID=bd53aad8-c788-4228-99e5-68d5b46ae321 /home ext3 defaults 0 2
UUID=df74cb4c-c7e1-4cd4-92d5-24b886ec6321 / ext3 defaults 0 1
UUID=fc56a932-5160-4cf4-bef5-9f86a716ba7f /var reiserfs defaults 0 2

any suggestions ?
it's not a big hassle, but it's annoying to see the mount error on my new shining arch system. big_smile


edit: it was just the wrong order of partitions in /etc/fstab, putting /home/data after /home solved the problem. mount need to load /home before /home/data. lol

Last edited by skipio (2009-01-29 13:22:28)

Offline

Board footer

Powered by FluxBB