The line in my fstab is as follows:
Code: Select all
/dev/hda2 /mnt/audio reiserfs notail,noatime,gid=users 0 0Code: Select all
mount /mnt/audioCode: Select all
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
ReiserFS: hda2: warning: unknown mount option "umask=0000"
ReiserFS: hda2: warning: unknown mount option "umask=0000"
ReiserFS: hda2: warning: unknown mount option "gid=100"
ReiserFS: hda2: warning: unknown mount option "gid=100"
ReiserFS: hda2: warning: unknown mount option "gid=100"
ReiserFS: hda2: warning: unknown mount option "gid=100"
As you can see in italics I also had the same issue with the umask option. And I bolded the part that is
an easier method to achieve the same results but that does not work as well. However, when I remove
the gid or umask option the partitions are mounted properly with the undesired permissions ofcourse.
I'm not sure where I've gone wrong but I hope someone can help me out.


