PDA

View Full Version : Mounting floppy


kd7skx
30th September 2005, 12:18 AM
Hi all,

Ok, I am trying to coppy a file off a floppy into a directory. I can't seem to get the write command to mount the floppy drive in FC 3. I am only running in text mode. I dont have any fancy gnu software. It is basic stripped down. I am new to the unix game and just need some pointers. Thanks

4ebees
30th September 2005, 01:47 AM
Hi kd7skx,

See if this helps:

http://forums.fedoraforum.org/forum/showthread.php?t=64122&highlight=floppy+mount

rega451
30th September 2005, 02:32 AM

That thread even got me confused. :confused:

Does typing mount /media/floppy work to mount your floppy drive?

If so, then type: cd /media/floppy to access the floppy drive.
Now you can copy the file you want by typing: cp <filename__to_copy> <path_and_directory_to_copy_to> .
Now you might want to type: umount /media/floppy to free up the floppy drive.

kd7skx
30th September 2005, 02:47 AM
Thanks for the help. I got it working finaly. I used the link 4ebees gave me.