|
Author: Martin List-Petersen - martin at list-petersen dot dk The newest version of this document can allways be found at http://www.marlow.dk/usbkeys Version: 0.09 Created: August 7th, 2003 Last updated: September 1st, 2005 |
mkdosfs -I /dev/sda
dd if=/dev/zero of=/dev/sda bs=512 count=1
to erase the start of the USB Key. After that you can do a "fdisk /dev/sda" and create a new
FAT partition (FAT16 is suitable). To install a MBR and format the key afterwards, do
install-mbr /dev/sda --force
mkdosfs -I /dev/sda1
dd if=/dev/hda of=mbr bs=512 count=1
dd if=mbr of=/dev/sda
Repartition your USBkey using fdisk to clean up the partition table using fdisk and format your partition afterwards with
mkdosfs -I /dev/sda1
/dev/hda would in this case be your harddisk, /dev/sda would be your usb key.
| Website last modified: Jan 8th, 2007 - 1:39 PM GMT. (C)opyright 1997 - 2007 by Martin List-Petersen | ![]() ![]() |