Jump to content

Mandriva does not mount in Ubuntu Feisty


Recommended Posts

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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...