- 论坛徽章:
- 0
|
各位大侠,
我有个SUN T5220, 带有2个300G的disk, 系统预装了Solaris,但第一个disk和第二个disk空间都没有很大一部分没有分区使用。
以第2个disk,我测试如下,新建目前/opt/PlexDC,把第二个disk分区c1t1d0s6,定义空间100gb,但mount /dev/dsk/c1t1d0s6 /opt/PlexDC时报“NOTICE: mount: not a UFS magic number (0x0)”。 该如何解决?
format> p
PARTITION MENU:
0 - change `0' partition
1 - change `1' partition
2 - change `2' partition
3 - change `3' partition
4 - change `4' partition
5 - change `5' partition
6 - change `6' partition
7 - change `7' partition
select - select a predefined table
modify - modify a predefined partition table
name - name the current table
print - display the current table
label - write partition map and label to the disk
!<cmd> - execute <cmd>, then return
quit
partition> p
Current partition table (unnamed):
Total disk cylinders available: 46873 + 2 (reserved cylinders)
Part Tag Flag Cylinders Size Blocks
0 unassigned wm 0 0 (0/0/0) 0
1 unassigned wm 0 0 (0/0/0) 0
2 backup wu 0 - 46872 279.38GB (46873/0/0) 585912500
3 unassigned wm 0 0 (0/0/0) 0
4 unassigned wm 0 0 (0/0/0) 0
5 unassigned wm 0 0 (0/0/0) 0
6 usr wm 4700 - 21477 100.00GB (16778/0/0) 209725000
7 unassigned wm 0 0 (0/0/0) 0
partition> quit
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
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format> quit
root@bts1 # mount /dev/dsk/c1t1d0s6 /opt/PlexDC
NOTICE: mount: not a UFS magic number (0x0) |
|