Hi all .
i have 32GB USB memory . and this is clone of ' 2GB live USB '.
so i want to extend 'this clone 2GB' to about 8GB .
in order to this , i want to make ' partion d ' in 32GB USB .
so i do next steps .
# fdisk -e sd0
fdisk: 1> edit 0
Partition id ('0' to disable) [0 - FF]: [0] (? for help) 1
fdisk: 1> setpid 0
Partition id ('0' to disable) [0 - FF]: [1] (? for help) A6
fdisk:*1> w
fdisk: MBR contains more than one OpenBSD partition! <------- attention
Write MBR anyway? [n] y
now
# fdisk -e sd0
fdisk: 1> p
Disk: sd0 geometry: 3840/255/63 [61702144 Sectors]
Offset: 0 Signature: 0xAA55
Starting Ending LBA Info:
#: id C H S - C H S [ start: size ]
-------------------------------------------------------------------------------
0: A6 243 0 1 - 1000 0 1 [ 3903795: 12161206 ] OpenBSD
1: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
2: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused
*3: A6 0 1 2 - 242 254 63 [ 64: 3903731 ] OpenBSD
i want to make partition d in
' #0 243 0 1 - 1000 0 1 OpenBSD ' .
----------------------
i try
# disklabel -E sd0
> p
OpenBSD area: 3903795-16065001; size: 12161206; free: 12161206
# size offset fstype [fsize bsize cpg]
c: 61702144 0 unused
this is strange to me because i already had a
in ' #3: A6 0 1 2 - 242 254 63 OpenBSD '.
but thre is no ' partition a '
what should i do next to make ' partion d' in 32GB USB ?
and where is ' partition a ' ?
----
tuyosi