The problem: I had an RZ28 with a partition table that
didn't assign sector 0 to any partitions. disklabel(8)
wouldn't touch it.
The solution: use scu(8) to access the disk directly:
# scu -f /dev/rrz2a
scu> write media starting 0 ending 3
This corrupted the disklabel and allowed me to relabel/repartion
the drive.
Thanks to:
Bob Parkinson
Wendy Fong
Alan Rollow (who correctly diagnosed the cause and suggested scu)
--
#ken P-)}
Ken Coar <http://Web.Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Web.Golux.Com/coar/ASFD/>
Received on Sat Jun 05 1999 - 15:37:05 NZST