hi juan...

> Dear Sirs, I'd greatly appreciate if you tell me where to find detailed
> docs about "autofs"
> specifically, how to mount floppies and the cdrom.

if you have /mnt/floppy and manually want to mount it

        mount /dev/fd0 /mnt/floppy

        make sure /dev/cdrom points to the right place...

if you want to autofs mount it...

    /etc/auto.misc
        ...
        cdrom     -fstype=iso9660,ro  :/dev/cdrom
        floppy    -fstype=ext2        :/dev/fd0

     you can see it by:

        ls -l /.autofs/floppy

        or some other path you like defined in auto.master or a symlink

have fun
alvin
http://www.linux-consulting.com/Amd_AutoFS/autofs-HOWTO.html

> 
> I'm using 2.0.34 kernel.
> 
> Regards,
> 
> Juan R. Sanchez
> 7600 - Mar del Plata
> Argentina
> 
> 

Reply via email to