Greetings !
Trying to mirror a drive under 4.3-release using vinum,
I am attempting to insert a vinum partition on /dev/ad4 by subtracting
265 bytes from swap and overlaying /var & /usr with vinum [MIRRORING]
which = /var + /usr + 265bytes_of_Swap.......
disklabel -R ad4 disklabel.ad4
The only message I get in return is...
d overlaps e ;/var
d overlaps f ;/usr
#d = vinum
But nothing is written to ad4.
BTW, I include protofiles vinum.ad4 & disklabel.ad4 as attachments.
Afterwards, if I......
vinum create -f vinum.ad4
the mirrorING drive comes up as vol=UP,plex=UP,sd=UP, but no drive(s)
can be found and the mirrorED comes up as vol=down, plex=faulty &
sd=crashed, since no drive(s) are found, I assume.
If I try to edit the disklabel by.....
disklabel -W ad4
I get....
operation not supported by device
and coupled with the inability of over-writing the disk's label with a
pre-edited protofile using disklabel -R, as stated above, I am stuck.
Gratefully,
Courtney
--
"Consistency is the hobgoblin of little mathematicians."
[
vinum.ad4 < 1K ]
drive d0 device /dev/ad4s1d
vol var
plex org concat
sd len 99225s drive d0
vol usr
plex org concat
sd len 0s drive d0
[
disklabel.ad4 < 1K ]
# /dev/ad4s1c:
type: ESDI
disk: ad4s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 39812
sectors/unit: 40131441
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # milliseconds
track-to-track seek: 0 # milliseconds
drivedata: 0
8 partitions:
# size offset fstype [fsize bsize bps/cpg]
a: 510237 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 506*)
b: 817160 510237 swap # (Cyl. 506*- 1317*)
c: 40131441 0 unused 0 0 # (Cyl. 0 - 39812*)
d: 38804044 1327397 vinum # (Cyl. )
e: 99225 1327662 4.2BSD 1024 8192 16 # (Cyl. 1317*- 1415*)
f: 38704554 1426887 4.2BSD 1024 8192 16 # (Cyl. 1415*- 39812*)