Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't write to floppy disk

Status
Not open for further replies.

serkanb

Programmer
Jan 30, 2002
19
0
0
TR
Here is my problem:

I mounted floppy...
'mount -t msdos /dev/fd0 /mnt/floppy

and coppied a file to floppy
'cp anyfile /mnt/floppy'

when I use ls comman I could see the file
'ls /mnt/floppy'

but when I tried to see the file from Windows I could't see it.

What's wrong here? Could you please help me?
 
Did you umount the floppy and then mount it again to determine if the file was actually written to the floppy? Or do a sync before ejecting the floppy?

Linux usually doesn't write to the floppy immediately, it takes a few seconds or more before it even begins to write. If you issue a sync command or a umount command, it will flush all of the dirty buffers and commit the data to disk.
pansophic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top