About mount fd0 you have mtools, like :
mdir a:
mcopy a:example.tex .
...
> -----Mensaje original-----
> De: Socrate [SMTP:[EMAIL PROTECTED]]
> Enviado el: jueves 1 de octubre de 1998 12:19
> Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Asunto: Another mount question
>
> Ave!
>
> I want to allow ordinary users to mount/unmount cd-rom unit. I add in
> /etc/fstab the following line:
>
> /dev/hdb /mnt/cdrom iso9660 noauto,ro,user,umask=0
> 0 0
>
> but it still don't work for users. Where I'm wrong?
> Neither for floppy don't work:
>
> /dev/fd0 /mnt/floppy ext2 noauto,rw,user,umask=0
> 0 0
>
> when user type
>
> $ mount /dev/fd0
>
> he gain:
>
> mount: only root can mount /dev/fd0 on /mnt/floppy
>
> It is similar for trying mounting cd-rom. Again, where I'm wrong?
>
> Then, I want to allow only some users to do that, not all users. I
> created
> two groups, called users_1 and users_2. What rights must me set to
> succed?
> Rights for mount, for device, for what?
>
> A concrete example should be just perfect.
>
> Thanx a lot in advance,
> Socrate