LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make floppy available to all users? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-floppy-available-to-all-users-12891/)

shan 01-28-2002 10:22 AM

How to make floppy available to all users?
 
How can I make the floppy and zip drive available to all users?

Distro: Redhat 7.1

Here's my fstab

LABEL=/ / ext2 defaults 1 1
LABEL=/boot /boot ext2 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/sdb5 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/hda4 /mnt/zip auto noauto,owner,kudzu 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0

acid_kewpie 01-28-2002 10:28 AM

/dev/fdo /mnt/floppy auto user,defaults 0 0


All times are GMT -5. The time now is 12:02 AM.