Read QNX floppy from Winodws

I want to use the Microsoft Windows to open the QNX format floppy to backup all the files from that floppy.

Can I do that ? :question:

Use a DOS file system on the floppy, then you can access
it both from QNX & Windows

但是怎样做啊?
#mount /dev/fd0 /fd0
#ls /fd0
则显示错误:
ls: Corrupted file system detected (fd0)
我试了很多软盘,都不行啊。

try
mount -t dos /dev/fd0 /fd0

That’s ok,you are so great!
:smiley:
Thanks a lot !

使用软盘有一点儿要注意,你在取出之前,必须要 umount
否则数据十之八九要corrupt.

是的,即使我umount it , 也是坏的几率比windos下访问大。非常感谢您的回复! :stuck_out_tongue: