• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Will linux read windows formatted disket?

WallyKid

Senior member
I downloaded the linux driver onto my disket on windows, but i can't use it when i get into linux. I can see the floppy drive in dev/floppy but when i click on it, it says nothing is there.
 
You have to install mtools.Then you can access Windows formatted floppies just like you do in DOS but every command must start with "m" for example mdir instead of dir, mcopy instead of copy etc.I think that if you give mtools you get a list of all available commands.
 
Hmmm, I know about mtools but I have never used mcopy, etc. and have always been able to work with my DOS format floppies, maybe because I generally work in X Windows and the file manager tools take care of that transparently?
 
Yes maybe it is because of this.Another way I forgot to mention is to mount the floppy and specify that it is dos formatted:

mount -t dos /dev/fd0 /mnt/floppy

mcopy and in general mtools work just fine.
 
Thanks guys for helping, i'm working in x windows, and i guess the command that hyperchronismo gives me is to be executed in the console?
 
Back
Top