|
抛砖引玉,用GDISK做的自动分区望各位大侠指教
写说明书到是好办。可是偶能力不够,不能比较完美的把说明书加到批处理文件里 T_T
刚才试勒下硬盘个数应该能认到255,但3个保证没问题用VPC试够
A:\>gdisk 2 /status
GDISK (E) No such fixed disk -- 2
A:\>gdisk 9 /status
GDISK (E) No such fixed disk -- 9
A:\>gdisk f /status
GDISK (E) Invalid fixed disk number -- f
A:\>gdisk 255 /status
GDISK (E) No such fixed disk -- 255
又试勒下可以分多个主分区,但分区格式不支持LUNIX
A:\>gdisk 1 /cre /pri /sz:10% /for /q /y
Checking existing disk format.
QuickFormatting 517.72M
Format complete.
Volume has no label
541,790,208 bytes total disk space
541,786,112 bytes available on disk
4,096 bytes in each allocation unit
132,273 total allocation units on disk
132,272 available allocation units on disk
Volume Serial Number is 100B-1BE7
Partition Status Type Volume Label Mbytes System Usage
C: 1 A PRIMARY 1027.6 FAT32 20%
2 PRIMARY 1027.6 FAT32 20%
3 PRIMARY 1537.5 FAT32 30%
4 *CREATED* PRIMARY 517.7 FAT32 10%
写说明书去勒 |
|