- 论坛徽章:
- 3
|
bash-3.00# zpool attach -f rpool c0t5000CCA03C4C3CB0d0 c0t5000CCA03C4C4024d0
cannot label 'c0t5000CCA03C4C4024d0': EFI labeled devices are not supported on root pools.
bash-3.00# format -e c0t5000CCA03C4C4024d0
selecting c0t5000CCA03C4C4024d0: solaris
[disk formatted]
FORMAT MENU:
disk - select a disk
type - select (define) a disk type
partition - select (define) a partition table
current - describe the current disk
format - format and analyze the disk
repair - repair a defective sector
label - write label to the disk
analyze - surface analysis
defect - defect list management
backup - search for backup labels
verify - read and display labels
save - save new disk/partition definitions
inquiry - show vendor, product and revision
scsi - independent SCSI mode selects
cache - enable, disable or query SCSI disk cache
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format> label
[0] SMI Label
[1] EFI Label
Specify Label type[0]: 0
Ready to label disk, continue? y
format> quit
bash-3.00# prtvtoc /dev/rdsk/c0t5000CCA03C4C3CB0d0s2 | fmthard -s - /dev/rdsk/c
0t5000CCA03C4C4024d0s2
fmthard: New volume table of contents now in place.
bash-3.00# zpool attach -f rpool c0t5000CCA03C4C3CB0d0 c0t5000CCA03C4C4024d0
cannot label 'c0t5000CCA03C4C4024d0': EFI labeled devices are not supported on root pools.
bash-3.00# |
|