Hi
I had a /etc/fstab (Linux Mandrake 7.2 - kernel 2.2.17) that contained
the following lines :

/dev/hda3 / reiserfs notail 1 1
/dev/hdb6 /ext reiserfs rw,suid,dev,exec,auto,user,async 1 2

Nothing to say about the first one. 
The second line contains options that i used with ext2fs. The result was
that i was unable to execute nothing on the /ext filesystem (scripts or
binaries).
I rewrote the line like this :

/dev/hdb6 /ext reiserfs notail 1 2

and everything works.
The question is : does it exists mount options for reiserfs that does
the same thing as those on ext2fs? (rw,suid,dev,exec,auto,user,async,
etc).
Thanks
Rosaire AMORE

Reply via email to