Click to See Complete Forum and Search --> : This is such a stupid question
RedEyes
06-14-2001, 09:02 PM
I realize this is a totally stupid question -- but ---
How the hell do I format a floppy?? I can't even remember the command, it's been so long since I've had to do it....
Thanks in advance for your help! ;) ;)
Craig McPherson
06-14-2001, 09:19 PM
FAT:
mkfs -t vfat /dev/fd0
Ext2:
mkfs -t ext2 /dev/fd0
You'll have to use FAT if you want to use the floppy in Widows. You'll have to use Ext2 if you want the floppy to support ownership and permissiongs. You could theoretically put any other filesystem on the floppy (ReiserFS, NTFS), but a lot of them wouldn't fit.
[ 14 June 2001: Message edited by: Craig McPherson ]
Craig McPherson
06-14-2001, 09:24 PM
This is assuming the floppy has already been physically (low-level) formatted.
If you somehow managed to acquire a floppy that's never been low-level formatted, you can use "fdformat" to do it. But I haven't seen a non-formatted floppy in years.