关键词不能为空

当前您在: 主页 > 英语 >

Gdisk命令

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-13 15:38
tags:

-

2021年2月13日发(作者:寒噤是什么意思)


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 /[-]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 /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] [switch...]]


查看磁盘的扇区



GDISK disk /VIEW:sector [/NUM:num- sectors] [/PAGE]


GDISK


的帮助



GDISK /? [/CRE|/DEL|/STATUS|/[-]HIDE|/M BR|/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}


/CRE Create a DOS partition or logical DOS drive.



建立一个


dos


分区或者是逻辑


DOS


分区。



/PRI Create a primary DOS partition.






建立一个主


DOS


分区。



/EXT Create an extended DOS partition.



建立一个扩展


dos


分区。

< p>


/LOG Create a logical DOS partition in the extended DOS partition.







扩展分区上建立一个逻辑


DOS


分区。



/SZ:Mbytes


Specifies the size of the partition. Default is to create.


apartition of the largest possible size.



建立一个指定大小的分区,单位是兆,默认大小为磁盘最大空间。



/SZ:pcent{P|%}


Specifies the size of the partition as a percentage of the


disk size,e.g./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 t is no label.









指定卷标,默认没有卷标。



/-32 Ignore large-disk support (FAT32). Limits maximum size of new






primary DOS partitions and logical DOS drives to 2048.






取消对 大硬盘的支持,这样的话最大只能支持


2048M


< p>


/NTFAT16 Ignore large-disk support (FAT32). Limits maximum size of new


primary DOS partitions and logical DOS drives to


windows NT will be able to access drives with sizes between


2048 and 4097 MB when FAT32 support is disabled.








取消对


FAT32


支持,

< br>且建立一个


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}


/DEL Delete a DOS partition or logical DOS drive.



删除一个


DOS


分区或者是逻辑


DOS


分区。



/PRI[:nth] Delete the 'nth' primary DOS partition(1-n). Default is 1.



删除

< p>
[:nth]


里指定的主分区,默认的主分区是第一个。

< br>


/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



/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:passesDoD


5220.22-M


STD


Wipe


of


the


contents


of


the


partition


for a


custom amount of passes befores delete.



按照国防部


5220.2 2-M


标准,


进行指定次数的擦除,


这 个擦除了之后几乎


没有任何希望来恢复了。





.


有关< /p>


MBR


参数:



GDISK


disk


/MBR


[/WIPE]


[/X]


[/I]


[/U]


[/S]


[/NOSUB]


[/FORCEUSB]


[/Y]


[/R]


/MBR Reinitialise the mater boot record.



重建


MBR



.


查看磁盘参数



GDISK disk /VIEW:sector [/NUM:num-sectors] [/PAGE]


/VIEW View the contents of sector 'n' (starting from 0).


< br>查看从


0



N

< br>的扇区。



/NUM View 'num-sectors' starting from sector 'n'.

-


-


-


-


-


-


-


-



本文更新与2021-02-13 15:38,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/651041.html

Gdisk命令的相关文章