LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   formatting floppy so windows can read (https://www.linuxquestions.org/questions/linux-general-1/formatting-floppy-so-windows-can-read-322478/)

Lleb_KCir 05-11-2005 03:22 PM

formatting floppy so windows can read
 
i have a handful of digitizing files that i need to get out onto a floppy for my embroydery company to use. i have a handful of floppies around the office all formatted FAT (i think) can i write directly to them and not worry about anything? assuming the floppies are good will they work at the other end in a windows box?

makuyl 05-11-2005 03:29 PM

Well, what's the worst thing that can happen if you try and something goes wrong? You have to reformat a floppy.

Just mount them with -t vfat or -t auto or have a look in fstab for vfat and type: "mount /floppy"
The line should be something like: /dev/fd0 /floppy vfat defaults,users,noauto,showexec,umask=022 0 0

Lleb_KCir 05-11-2005 03:44 PM

ok ill poke around inside the fstab and see what is there


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