format floppy disk
1.Insert floppy disk

2.Format FD( 3.5inchi 2HD )
# /usr/bin/fdformat /dev/fd0H1440

3.Install ext2 file system
# /sbin/mkfs -t ext2 /dev/fd0H1440
   or
# /sbin/mke2fs /dev/fd0H1440

Format Floppy Done.

3.Mount FD
# mount -t ext2 /dev/fd0h1440 /mnt/floppy

4. Do hoge hoge

5.Umount FD
# umount /mnt/floppy





Ìá¤ë