# If we have Linux do the following: #Directories: #Determine the size of a directory: du -hs #Floppy: #Create an empty image (use either of the two commands): dd bs=512 count=2880 if=/dev/zero of=floppy.img fallocate -l 1474560 floppy.image #Create a FAT12 file system: mkfs.vfat floppy.img #Create the mount directory: sudo mkdir /media/af/floppy1 #Mount: sudo mount -o loop floppy.img /media/wf/floppy1 #------------------------------------------------------------------- # If we have Windows do the following: #Create an empty image: fsutil file createnew floppy.img 1474560 Format this image: vfd open 0: floppy.img vfd format 0: vfd close 0: Create, format and mount: vfd open 0: floppy.img /new /1.44