Skip navigation.
Home
Now Shipping Version 7.0

Ext3 Fedora Core 5 fstab problems


Posts: 1

# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda7 / auto defaults,noatime 1 1
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
# Dynamic entries below, identified by 'users' option
/dev/sda1 /mnt/sda1 auto noauto,users,exec 0 0
/dev/sda2 /mnt/sda2 ntfs nls=utf8,umask=0000 0 0
/dev/sda5 /mnt/sda5 ext3 auto,users,exec,umask=0222 0 0
/dev/sda6 /mnt/sda6 ext3 noauto,users,exec 0 0
/dev/sda8 /mnt/sda8 auto noauto,users,exec 0 0
/dev/cdrom /media/cdrom iso9660,udf noauto,users,exec,ro 0 0

i get this error:

mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

for /dev/sda5 which is my fc5 partition

without umask it works, but without write permissions for all users, which is my goal -- i have a shared workspace for Eclipse in my home folder on my fc5 partition. ext2fs drivers auto mount that drive under windows so eclipse can get to it.

thanks in advance