Results 1 to 2 of 2
I put a floppy in the drive, which has previously been formatted with fat32. I try to drag and drop the contents of a SATA RAID driver disk into the ...
- 11-06-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 5
Slow Floppy in Linux
I put a floppy in the drive, which has previously been formatted with fat32. I try to drag and drop the contents of a SATA RAID driver disk into the floppy. It starts churning away forever and ever, it is EXTREMELY SLOW. It will start by saying 32KB/s, but drops immediately to 16, 10, 8 then it says "stalled" every few seconds...can I fix this somehow? or is writing to fat32 floppies in Linux just slow?
here is my fstab floppy section
# fd: H1440
/dev/fd0 /mnt/floppy auto user,sync,exec,rw 0 0
- 11-07-2006 #2Just Joined!
- Join Date
- Nov 2006
- Posts
- 5
Solved
Solved by changing
/dev/fd0 /mnt/floppy auto user,sync,exec,rw 0 0
to
/dev/fd0 /mnt/floppy auto user,async,exec,rw 0 0
:shrug:


Reply With Quote