Linux tip: using a floppy drive
If it is a Linux ext2 file system, use the following command: #mount -t ext2 /dev/fd0 /mnt
For a DOS-format floppy disk, use the command: #mount -t msdos /dev/fd0 /mnt
Then you can access the contents of the floppy disk in /mnt. Note that before removing the floppy disk, you must first unmount the file system on it with #umount /mnt, otherwise it may cause data loss. To create a file system on the floppy disk, you can use the following command: #mke2fs /dev/fd0 1440
If it is a Linux ext2 file system, use the following command: #mount -t ext2 /dev/fd0 /mnt
For a DOS-format floppy disk, use the command: #mount -t msdos /dev/fd0 /mnt
Then you can access the contents of the floppy disk in /mnt. Note that before removing the floppy disk, you must first unmount the file system on it with #umount /mnt, otherwise it may cause data loss. To create a file system on the floppy disk, you can use the following command: #mke2fs /dev/fd0 1440
我完全同意设想建立DOS组织“DOS联盟” ,也就是说和Wengier、以及“起步”站长莫老师等DOS战友一起来建立这个“DOS联盟”,以发展我国自主OS(操作系统)的高度去完成我们共同的愿望。
------党委书记
------党委书记

