ffi Posted April 9, 2007 Share Posted April 9, 2007 For some reason Feisty does not want to mount my mandriva partition. here is my fstab: # /etc/fstab: static file system information. # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda2 / ext3 nouser,defaults,errors=remount-ro,noatime,auto,rw,dev,exec,suid 0 1 /dev/sdb1 /media/Windows ntfs-3g users,umask=007,noatime,noauto,rw,nodev,exec,suid,gid=46,defaults 0 1 /dev/sdb3 /media/Data ntfs-3g users,umask=007,noatime,noauto,rw,nodev,exec,suid,gid=46,defaults 0 1 /dev/sda5 /media/Data2 vfat users,noatime,umask=007,noauto,rw,nodev,exec,suid,gid=46,defaults 0 1 /dev/sda3 /media/Mandriva ext3 users,noauto,noatime,umask=007,rw,nodev,exec,suid,gid=46,defaults 0 2 noauto is needed to make the devices show up under media:/ Link to comment Share on other sites More sharing options...
ffi Posted April 9, 2007 Author Share Posted April 9, 2007 Another strange thing when I mount these partitions root is owner of Data and Windows whereas I am the owner of Data2 Link to comment Share on other sites More sharing options...
ffi Posted April 11, 2007 Author Share Posted April 11, 2007 no one? Link to comment Share on other sites More sharing options...
tyme Posted April 11, 2007 Share Posted April 11, 2007 Have you tried manually mounting it to see what happens? If it fails, succeeds, etc. Root likely owns the Windows and Data because they are ntfs, where as Data2 is fat32. As far as Mandriva, I'd say you have way too many options. Try simply: /dev/sda3 /media/Mandriva ext3 users,noauto,defaults 0 1 I don't know why you had 0 2, but I'm almost positive you want 0 1. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now