Code Sample |
[cut..] /dev/fd0 /floppy supermount auto,user,fs=vfat,dev=/dev/fd0 0 0 /dev/cdrom /cdrom supermount auto,fs=iso9660,dev=/dev/cdrom 0 0 [cut...] |
Quote (curaga @ May 23 2007,13:05) |
It should be like this: [cut..] none /floppy supermount dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0 none /cdrom supermount dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0 [cut...] Basicly it's none <mount point> supermount <supermountoptions>,--,<normal-options> 0 0 It's ok for you take my time, I'm having a good time.. Suggest you read the supermount faq |
Code Sample |
#sudo mount /dev/cdrom /cdrom -t supermount -o /dev/cdrom,fs=iso9660 |