Hi Doug,
ZFS uses an EFI label so you need to use format -e to set it back to a
VTOC label, like this:
# format -e
Specify disk (enter its number)[4]: 3
selecting c0t4d0
[disk formatted]
format> label
[0] SMI Label
[1] EFI Label
Specify Label type[1]: 0
Warning: This disk has an EFI label. Changing to SMI label will erase
all current partitions.
Continue?
Cindy
Doug Schwabauer wrote:> I can''t find how to do this...I used a disk for a zfs pool and now
I
> want to use it for normal UFS stuff. But my partition table now looks
like:
>
> Part Tag Flag First Sector Size Last Sector
> 0 usr wm 34 33.91GB 71116541
> 1 unassigned wm 0 0 0
> 2 unassigned wm 0 0 0
> 3 unassigned wm 0 0 0
> 4 unassigned wm 0 0 0
> 5 unassigned wm 0 0 0
> 6 unassigned wm 0 0 0
> 8 reserved wm 71116542 8.00MB 71132925
>
> I''m assuming zpool did this when I used the disk device
"c1t1d0" instead
> of the c1t1d0s2 partition? How do I release or reset this disk so I get
> the normal 0-7 partitions? I''ve already destroyed the pool.
>
> -Doug
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss