GDISK的操作命令速查。
建立要区
GDISK disk /CRE {/PRI|EXT|/LOG} [/sz:{mbytes|pcent{p|%}}][end]
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
删除分区
GDISK disk /DEL {/pri[:nth]|/ext[:nth]|/log:nth|/p:parth-no|/all}
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
查看分区的状态
GDISK [DISK] [/STATUS] [/RAW|/LBA] [/SER] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
GDISK disk /CRE {/PRI|EXT|/LOG} [/sz:{mbytes|pcent{p|%}}][end]
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
删除分区
GDISK disk /DEL {/pri[:nth]|/ext[:nth]|/log:nth|/p:parth-no|/all}
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
查看分区的状态
GDISK [DISK] [/STATUS] [/RAW|/LBA] [/SER] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
激活分区
GDISK disk /[-]ACT /P:partn-no [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
GDISK disk /[-]ACT /P:partn-no [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
隐藏分区
GDISK disk /[-]HIDE /P:partn-no [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
GDISK disk /[-]HIDE /P:partn-no [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
磁盘擦除
GDISK disk /DISKWIPE [/DODWIPE|/DODWIPE|/CUSTOMWIPE:passes] [/[-]hPA] [/X] [/I] [/U]
[/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
重建MBR
GDISK disk /MBR [/WIPE] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
GDISK disk /DISKWIPE [/DODWIPE|/DODWIPE|/CUSTOMWIPE:passes] [/[-]hPA] [/X] [/I] [/U]
[/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
重建MBR
GDISK disk /MBR [/WIPE] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
以批处理文件的方式执行GDISK
GDISK [disk] /batch[:filename] []]
GDISK [disk] /batch[:filename] []]
查看磁盘的扇区
GDISK disk /VIEW:sector [/NUM:num-sectors] [/PAGE]
GDISK disk /VIEW:sector [/NUM:num-sectors] [/PAGE]
GDISK的帮助
GDISK /? [/CRE|/DEL|/STATUS|/[-]HIDE|/MBR|/DISKWIPE|/BATCH/VIEW]
GDISK /? [/CRE|/DEL|/STATUS|/[-]HIDE|/MBR|/DISKWIPE|/BATCH/VIEW]
一.建立分区的参数:
GDISK disk /CRE {/PRI|EXT|/LOG} [/sz:{mbytes|pcent{p|%}}][end]
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
/CRE Create a DOS partition or logical DOS drive.
建立一个dos分区或者是逻辑DOS分区。
/PRI Create a primary DOS partition.
建立一个主DOS分区。
/EXT Create an extended DOS partition.
delete in 建立一个扩展dos分区。
/LOG Create a logical DOS partition in the extended DOS partition.
建立一个dos分区或者是逻辑DOS分区。
/PRI Create a primary DOS partition.
建立一个主DOS分区。
/EXT Create an extended DOS partition.
delete in 建立一个扩展dos分区。
/LOG Create a logical DOS partition in the extended DOS partition.
扩展分区上建立一个逻辑DOS分区。
/SZ:Mbytes
/SZ:Mbytes
Specifies the size of the partition. Default is to create.
apartition of the largest possible size.
建立一个指定大小的分区,单位是兆,默认大小为磁盘最大空间。
/SZ:pcent{P|%}
apartition of the largest possible size.
建立一个指定大小的分区,单位是兆,默认大小为磁盘最大空间。
/SZ:pcent{P|%}
Specifies the size of the partition as a percentage of the
disk /SZ:50P will create a partiton using half the
disk.
以指百分比建立一个分区大小。比如/SZ:50P和/SZ:50% :就建立一个分区有磁盘空间的一半大。
/END Create new partition at the end of free space.
把所有剩余空间建立一新分区。
/FOR Format the new partition once it has been created.
disk /SZ:50P will create a partiton using half the
disk.
以指百分比建立一个分区大小。比如/SZ:50P和/SZ:50% :就建立一个分区有磁盘空间的一半大。
/END Create new partition at the end of free space.
把所有剩余空间建立一新分区。
/FOR Format the new partition once it has been created.
在建立分区完成之后,且格式化分区。
/Q Perform a quick format on the new partition.
在新分区上执行快速格式化。
/V[:label] specifies the volume label.Default is no label.
指定卷标,默认没有卷标。
/-32 Ignore large-disk support (FAT32). Limits maximum size of new
primary DOS partitions and logical DOS drives to 2048.
取消对大硬盘的支持,这样的话最大只能支持2048M。
/NTFAT16 Ignore large-disk support (FAT32). Limits maximum size of new
primary DOS partitions and logical DOS drives ly
windows NT will be able to access drives with sizes between
2048 and 4097 MB when FAT32 support is disabled.
取消对FAT32支持,且建立一个FAT16分区以供WINNT操作系统进行使用。
/Q Perform a quick format on the new partition.
在新分区上执行快速格式化。
/V[:label] specifies the volume label.Default is no label.
指定卷标,默认没有卷标。
/-32 Ignore large-disk support (FAT32). Limits maximum size of new
primary DOS partitions and logical DOS drives to 2048.
取消对大硬盘的支持,这样的话最大只能支持2048M。
/NTFAT16 Ignore large-disk support (FAT32). Limits maximum size of new
primary DOS partitions and logical DOS drives ly
windows NT will be able to access drives with sizes between
2048 and 4097 MB when FAT32 support is disabled.
取消对FAT32支持,且建立一个FAT16分区以供WINNT操作系统进行使用。
二.删除分区的参数:
GDISK disk /DEL {/pri[:nth]|/ext[:nth]|/log:nth|/p:parth-no|/all}
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
[/for [/q] [/v[:label]]][/-32] [/ntfat16] [/x] [/i]
[/u] [/s] [/nosub] [/forceusb] [/y] [/r]
[/qwipe|/dodwipe|/customwipe:passes}
/DEL Delete a DOS partition or logical DOS drive.
删除一个DOS分区或者是逻辑DOS分区。
/PRI[:nth] Delete the 'nth' primary DOS partition(1-n). Default is 1.
删除[:nth]里指定的主分区,默认的主分区是第一个。
/EXT[:nth] Delete the 'nth' extended DOS partition. Default is 1.
删除[:nth]里指定的扩展DOS分区,默认的扩展分区是第一个
/LOG:nth Delete the 'nth' logical DOS driver from the extended DOS
partition(1-n).
删除[:nth]里指定的逻辑DOS分区。
/P:partn-no Delete any partition.Use /STATUS to select the numbert of the
partition to delete.
删除一个DOS分区或者是逻辑DOS分区。
/PRI[:nth] Delete the 'nth' primary DOS partition(1-n). Default is 1.
删除[:nth]里指定的主分区,默认的主分区是第一个。
/EXT[:nth] Delete the 'nth' extended DOS partition. Default is 1.
删除[:nth]里指定的扩展DOS分区,默认的扩展分区是第一个
/LOG:nth Delete the 'nth' logical DOS driver from the extended DOS
partition(1-n).
删除[:nth]里指定的逻辑DOS分区。
/P:partn-no Delete any partition.Use /STATUS to select the numbert of the
partition to delete.
按照/STATUS显示的选择序号删除分区。
/ALL Delete all partitions.
删除所有的分区。
/QWIPE Quick Wipe of the contents of the partition before delete.
删除分区之后进行快速擦除。
/DODWEPI DoD 5220.22-M STD Wipe of the contents of the partition before delete.
按照国防部的5220.22-M标准进行擦除。嘿,嘿这个擦除安全多了。
/CUSTOMWIPE:passes DoD 5220.22-M STD Wipe of the contents of the partition for a
custom amount of passes befores delete.
按照国防部5220.22-M标准,进行指定次数的擦除,这个擦除了之后几乎没有任何希望来恢复了。
/ALL Delete all partitions.
删除所有的分区。
/QWIPE Quick Wipe of the contents of the partition before delete.
删除分区之后进行快速擦除。
/DODWEPI DoD 5220.22-M STD Wipe of the contents of the partition before delete.
按照国防部的5220.22-M标准进行擦除。嘿,嘿这个擦除安全多了。
/CUSTOMWIPE:passes DoD 5220.22-M STD Wipe of the contents of the partition for a
custom amount of passes befores delete.
按照国防部5220.22-M标准,进行指定次数的擦除,这个擦除了之后几乎没有任何希望来恢复了。
三.有关MBR参数:
GDISK disk /MBR [/WIPE] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
/
MBR Reinitialise the mater boot record.
重建MBR
重建MBR
四.查看磁盘参数
GDISK disk /VIEW:sector [/NUM:num-sectors] [/PAGE]
/VIEW View the contents of sector 'n' (starting from 0).
查看从0到N的扇区。
/NUM View 'num-sectors' starting from sector 'n'.
查看从N开始的扇区。
/PAGE Pause after each page diskplayed waiting for any key or 'q' to quit
显示满一屏暂停,且可以按Q键退出。
查看从0到N的扇区。
/NUM View 'num-sectors' starting from sector 'n'.
查看从N开始的扇区。
/PAGE Pause after each page diskplayed waiting for any key or 'q' to quit
显示满一屏暂停,且可以按Q键退出。
五.查看状态参数
GDISK [DISK] [/STATUS] [/RAW|/LBA] [/SER] [/X] [/I] [/U] [/S] [/NOSUB] [/FORCEUSB] [/Y] [/R]
/STATUS Display partition information. default mode.
显示分区信息,这个是默认的。
/RAW Display raw contents of partition table.
按分区表原始信息进行显示。
/LBA Display raw contents of partition table using Logical Block Addressing.
按LBA模式进行显示。
/SER Display serial number of disk instead of model.
按照连续块模式显示。
显示分区信息,这个是默认的。
/RAW Display raw contents of partition table.
按分区表原始信息进行显示。
/LBA Display raw contents of partition table using Logical Block Addressing.
按LBA模式进行显示。
/SER Display serial number of disk instead of model.
按照连续块模式显示。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论