LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   floppy (https://www.linuxquestions.org/questions/linux-hardware-18/floppy-95228/)

CamelofCamelot 09-21-2003 02:47 PM

floppy
 
I can't save anything to a floppy. I save stuff to /mnt/floppy, but it just saves it to a folder on the hd called /mnt/floppy, not to the actual disk. wtf?

peace 09-21-2003 05:40 PM

Um....

You mount your floppy with the command: 'mount /dev/fd0' Or something like it. The information on that disk is now at the mount point defined in /etc/fstab, which is /mnt/floppy. So, all the files you alter, add, remove from that directory will be written to your floppy. To unmount, do 'umount /dev/fd0' and now /mnt/floppy doesn't exist and your information is on the floppy diskette.

CamelofCamelot 09-22-2003 07:47 AM

ok, thanks


All times are GMT -5. The time now is 03:07 AM.