cc1000# fdisk /dev/mmca
Command (m for help): p
Disk /dev/mmca: 2059 MB, 2059403264 bytes
255 heads, 63 sectors/track, 250 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/mmca1 1 63 506016 6 FAT16
/dev/mmca2 * 64 94 249007+ a5 FreeBSD
/dev/mmca3 * 95 250 1253070 a5 FreeBSD
Command (m for help): Command (m for help): d
Partition number (1-4): 1
Command (m for help): d
Partition number (1-4): 2
Command (m for help): d
Selected partition 3
Command (m for help): p
Disk /dev/mmca: 2059 MB, 2059403264 bytes
255 heads, 63 sectors/track, 250 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-250, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-250, default 250): +500M
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (63-250, default 63): 63
Last cylinder or +size or +sizeM or +sizeK (63-250, default 250): +256M
Command (m for help): p
Disk /dev/mmca: 2059 MB, 2059403264 bytes
255 heads, 63 sectors/track, 250 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/mmca1 1 62 497983+ 83 Linux
/dev/mmca2 63 94 257040 83 Linux
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
cc1000#