LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Floppy disk command (https://www.linuxquestions.org/questions/linux-newbie-8/floppy-disk-command-97567/)

Riichard 09-27-2003 03:02 PM

Floppy disk command
 
Hi all
I'm using Red Hat 9
Whats the line I enter into fstab to get it to mount floppys
I allready have /mnt/floppy which I beleive is the mount point?

david_ross 09-27-2003 03:06 PM

You don't need to put anything else into fstab. Just run:
mount /mnt/floppy

Riichard 09-27-2003 03:28 PM

yes but by having this in my fstab,
/dev/scd0 /mnt/cdrom iso9660 noauto,users,ro 0 0
enables me to right click on desktop and mount cds I thought I could do the same for floppys

david_ross 09-28-2003 08:00 AM

My default redhat install already has a floppy option on the desktop. My fstab looks like:
Code:

/dev/fd0                /mnt/floppy            auto    noauto,owner,kudzu 0 0

Riichard 09-28-2003 09:49 AM

Brilliant David just what I wanted ;)


All times are GMT -5. The time now is 03:54 PM.