Hi,
In order to allow users mount the floppy, you have to make an entry in
'/etc/fstab'. For example:
/dev/fd0 /mnt/flop ext2 noauto,user 0 0
You have to add 'noauto' because otherwise the system tryies to mount
the floppy every time it boots. 'user' specifies that every user is able
to mount the floppy.
More info: man fstab.
Have fun,
bogdan
�ystein Folkvord wrote:
>
> Hi!
>
> Two questions:
>
> 1) How do I make a user (not root) able to mount dev/fd0 ?
>
> 2) Is there any problems with root having /bin/bash instead of/bin/sh as
> dafault shell ?
>
> �ystein