[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: disklabel for a floppy



Assuming you only want a single partition the simple way is:
    fdformat /dev/rfd0c
    newfs -T floppy /dev/rfd0c

 - todd