
Originally Posted by
laptop terminal
fdformat -n /dev/fd0
^ is the lowlevel format command, with my floppy drive set as the destination
# /sbin/mkfs.ext3 /dev/fd0
^ The above code would've created a Linux filesystem on the floppy, which wouldn't have done my much good, but I figured it was worth a shot
and the last code is....
# /sbin/mkfs.vfat /dev/fd0
That would've been the Ideal code, since it would've created a DOS file system on the Floppy, which I'll need to get the boot disk images onto the floppy.
Bookmarks