curaga
Group: Members
Posts: 2163
Joined: Feb. 2007 |
|
Posted: May 24 2007,12:37 |
|
Okay. How about this:
none /floppy supermount auto,dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0 none /cdrom supermount auto,dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0
I just added "auto" to the start, maybe it'll work.. If it won't, try this too:
/dev/fd0 /floppy supermount auto,dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0 /dev/cdrom /cdrom supermount auto,dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0
The point of "none" was that some buggy software doesn't work (like fuse) with supermount.. But if you don't use fuse, the later is ok too..
-------------- There's no such thing as life. Those mean little jocks invented it ;) - Windows is not a virus. A virus does something!
|