◄  ▲  ► |
# Mount the floppy so we can copy files to itNow we're ready to start copying files to the floppy. Since we're done with the "tempfs" folder, we can mount the floppy there. I'd rather have a script mount things in a folder it controls than try to mount to a folder that the user may already be using.
echo "Mounting the floppy as an MSDOS/FAT disk."
mount -t msdos /dev/fd0 tempfs