Hi. I've got Windows XP installed on the first partition of my old laptop and I would like to clone it and move it to the end of the HDD so I can try to install OpenSTEP at the beginning of the HDD because of the 8GB limit.
How would I go about using disklabel(8) and fdisk(8) to copy it to a later partition on the HDD? Current output from # disklabel wd0
# /dev/rwd0d:
type: unknown
disk: NetBSD
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 116280
total sectors: 117210240
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 #microseconds
track-to-track seek: 0 #microseconds
drivedata: 0
16 partitions:
# size, offset, fstype, [fsize, bsize, cpg/sgs]
a: 6110496, 109455270, 4.2BSD, [2048, 16384, 0] # (cyl. 108586*- 114648*)
b: 1050069, 115565766, swap, # (cyl. 114648*- 115690*)
c: 7160565, 109455270, unused, [0, 0, ] (cyl. 0 - 116279)
d: 117210240, 0, unused, [ 0, 0, ] (cyl. 0 - 116279)
e: 31455207, 63, NTFS, [ ] # (Cyl. 0* - 31205*)
i: 20964762, 31455333, NTFS, [] # (Cyl. 31205*- 52004*)
thanks