|
|
| version 1.11, 2004/03/17 19:19:17 | version 1.12, 2004/04/22 16:53:17 |
|---|---|
| Line 38 | Line 38 |
| # WARNING: This COMPLETELY WIPES and repartitions your hard drive. | # WARNING: This COMPLETELY WIPES and repartitions your hard drive. |
| # | # |
| dd if=/dev/zero of=/dev/ad0 bs=32k count=16 | dd if=/dev/zero of=/dev/ad0 bs=32k count=16 |
| fdisk -IB ad0 | fdisk -I ad0 |
| fdisk -B ad0 | |
| # If you didn't zero the disk as above, but have a spare slice | # If you didn't zero the disk as above, but have a spare slice |
| # whose partition type you want to change to UFS, use fdisk(8) | # whose partition type you want to change to UFS, use fdisk(8) |