Results 1 to 10 of 12
Hi
Can somebody tell me how to mount a floppy drive and have read write access to it. My distro is Fedora 3...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2005 #1
mounting a floppy drive
Hi
Can somebody tell me how to mount a floppy drive and have read write access to it. My distro is Fedora 3
- 03-02-2005 #2
It's probably as simple as opening a terminal and typing
mount /dev/floppy /mnt/floppyThere are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-02-2005 #3Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Actually, in FC3, the default arrangement is to mount it in /media/floppy. It should be set up in fstab already and I think it might be auto-mount by default. So, apoorv_khurasia you should first try to just put the floppy in the drive and then wait a minute to see if it will be automatically mounted: if it is, it will appear on the desktop and in the filemanager. If it doesn't appear, then try 'mount /dev/fd0 /media/floppy' like Flatline suggested. And if that doesn't work, 'mount /dev/fd0 /mnt/floppy' might, but I think you'll need to 'mkdir /mnt/floppy' first.
Originally Posted by Flatline /IMHO
//got nothin'
///this use to look better
- 03-02-2005 #4
Haven't messed with Fedora much (legacy RH knowledge). Didn't realize that they, too, have moved to the /media directory.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-02-2005 #5
I had tried all this already but nothing happened the terminal does not even return an error message. My fstab looks like this
/dev/floppy /mnt/floppy auto pamconsole,ro,exec,noauto,mamaged 0 0
thanks to all.
- 03-02-2005 #6
If it didn't return an error message, it may have worked. Can you see the contents of /media/floppy?
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-02-2005 #7This suggests to me that you have mounted the drive succesfully, but looking at your fstab I see a ro which stands for Read Only, change that to rw which stands for Read/Write. Now you should be able to read and write the floppy.
Originally Posted by apoorv_khurasia
dylunio
- 03-02-2005 #8
No what i meant was that it does not return to a prompt it gets stuck there and no messages are displayed and the folder /mnt/floppy remains empty
- 03-02-2005 #9
No what i meant was that it does not return to a prompt it gets stuck there and no messages are displayed and the folder /mnt/floppy remains empty. I have waited for 10 -15 minutes also but it remains as such i.e. it does not return a prompt
- 03-02-2005 #10
apoorv_khurasia, ahve you tried changing the /etc/fstab line so it had rw instead of ro?
dylunio


Reply With Quote
