日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

Solaris 格式化硬盤

【Solaris 格式化硬盤】
建意你先看 IDE 和 SCSI 分配名稱

以下例子是格式化 Primary IDE Master 硬盤

查看 IDE 和 SCSI 分配名稱后,我們知道 Primary IDE Master 硬盤名稱是c0d0 。

請先行 Login 成為 root user

# drvconfig ( configure the /devices Directory )
# disks ( creates /dev entrIEs for hard disks attached to the system )
# format
Searching for disks...done

AVAILABLE DISK SELECTIONS:
0. c0d0
/pci@0,0/pci-ide@7,1/ide@0/cmdk@0,0
1. c1t6d0
/pci@0,0/pci9004,8178@f/sd@6,0
Specify disk (enter its number): 0 ( 因為 Primary IDE Master 硬盤名稱是c0d0,所以選擇 0 )

AVAILABLE DRIVE TYPES:
0. other
Specify disk type (enter its number):0
( 正常應該是 0. DEFAULT 1. other,通常應該選擇DEFAULT,但是Solaris不明白我的硬盤是什么,所

以只有other可供選擇 。)

我的IDE HardDisk架構如下:-
( 可以從BIOS Auto Detect查出來,通常都有LBA,LARGE,AUTO三種選擇,建意你使用Auto,因為不能大

過16Heads和不能大過63Sectoes )
Cylinders = 25232
Heads = 16
Sectors = 63

Enter number of data cylinders:25232
Enter number of alternate cylinders[2]:
Enter number of physical cylinders[25234]:
Enter number of heads: 16
Enter number of data sectors/track: 63
Enter rpm of drive[3600]:
Enter format time[default]:
Enter cylinder skew[default]:
Enter track skew[default]:
Enter tracks per zone[default]:
Enter alternate tracks[default]:
Enter alternate sectors[default]:
Enter cache control[default]:
Enter prefetch threshold[default]:
Enter minimum prefetch[default]:
Enter maximum prefetch[default]:
Enter disk type name (remember quotes): cyl 25232 alt 2 hd 16 sec 63

selecting c0d0
No current partition list
No defect list found
[disk formatted, no defect list found]


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
fdisk - run the fdisk program
repair - repair a defective sector
show - translate a disk address
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
volname - set 8-character volume name
! - execute , then return
quit
format>fdisk
No fdisk table exists. The default partition for the disk is:

a 100% "SOLARIS System" partition

Type "y" to accept the default partition, otherwise type "n" to edit the
partition table.
y

WARNING: Solaris fdisk partition changed - Please relabel the disk
format>fdisk


Total disk size is 25232 cylinders
Cylinder size is 1008 (512 byte) blocks
Cylinders
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===


WARNING: no partitions are defined!

SELECT ONE OF THE FOLLOWING:

1. Create a partition
2. Specify the active partition
3. Delete a partition
4. Exit (update disk configuration and exit)
5. Cancel (exit without updating disk configuration)
Enter Selection: 1


Select the partition type to create:
1=SOLARIS 2=Unix 3=PCIXOS 4=Other
5=Dos12 6=DOS16 7=DOSEXT 8=DOSBIG
9=DOS16LBA A=x86 Boot B=Diagnostic C=FAT32
D=FAT32LBA E=DOSEXTLBA 0=Exit? 1

Specify the percentage of disk to use for this partition
(or type "c" to specify the size in cylinders). 100

Should this become the active partition? If yes, it will be activated
each time the computer is reset or turned on.
Please type "y" or "n". n

Total disk size is 25232 cylinders
Cylinder size is 1008 (512 byte) blocks
Cylinders
Partition Status Type StartEnd Length %

推薦閱讀