打开附件
上面的链接就是FDISK的模拟程序,FDISK是DOS自带的硬盘分区管理程序,用于将硬盘划分成多个分区,建立逻辑盘,激活磁盘等。
因为FDISK是英文,而且其功能强大以至有一定的危险性。所以有人写了FDISK的模拟程序,它的界面与FDISK一致,但不会真正修改硬盘,所以很安全,适于初学者学习,等有了准备再使用真正的FDISK。
附:FDISK的未公开参数详解
/STATUS
参数功能:显示分割状况
参数详解:当延伸分割区里没有逻辑磁盘时, 延伸分割区不会被显示出来
/MBR
参数功能:重建第一颗硬盘的主激活程序 (Master Boot Record)
参数详解:当有病毒感染 MBR 时, 用来清除病毒相当好用
/PRI
参数功能:建立主分割区, 并设定为激活
参数详解:在硬盘上建立大小为的主分割区. 分割区会被设定为激活分割区
/PRIO
参数功能:使用 FAT16 建立主分割区并设定为激活
/EXT
参数功能:建立延伸分割区
参数详解:在硬盘上建立大小为的延伸分割区 (用来建立逻辑磁盘)
/LOG
参数功能:建立逻辑磁盘
参数详解:用 /LOG 来建立大小为的逻辑磁盘. /LOG 必须和 /EXT 同时使用
/LOGO
参数功能:使用 FAT16 建立逻辑磁盘
/FPRMT
参数功能:在交谈模式中询问 FAT16/FAT32 的使用
参数详解:当加上 /FPRMT 参数时不会出现开始的大容量硬盘支持的询问画面, 而是在每次建立一个新的分割时询问使用 FAT16 或 FAT32
/Q
参数功能:结束 FDISK 时不重新激活计算机
参数详解:使用 /Q 参数将不会在更动分割表后重新激活计算机
/X
参数功能:不使用 LBA 属性
参数详解:使用 /X 参数将不会产生带有 LBA 属性的分割
/ACTOK
参数功能:不检查硬盘的良好度
参数详解:用 /ACTOK 参数可以不检查硬盘良好度而加快分割动作
/CMBR
参数功能:重建指定硬盘的主激活程序
参数详解:动作同 /MBR, 但可以指定硬盘
Open Attachment
The above link is a simulation program of FDISK. FDISK is a hard disk partitioning management program built into DOS, used to divide the hard disk into multiple partitions, create logical drives, activate disks, etc.
Since FDISK is in English and its powerful functions make it somewhat dangerous. So someone wrote a simulation program of FDISK. Its interface is the same as FDISK, but it will not actually modify the hard disk, so it is very safe and suitable for beginners to learn. Wait until you are ready to use the real FDISK.
Attachment: Detailed Explanation of Unpublished Parameters of FDISK
/STATUS
Parameter function: Display partition status
Parameter details: When there are no logical disks in the extended partition, the extended partition will not be displayed
/MBR
Parameter function: Rebuild the master boot record (Master Boot Record) of the first hard disk
Parameter details: When a virus infects the MBR, it is quite useful to clear the virus
/PRI
Parameter function: Create a primary partition and set it as active
Parameter details: Create a primary partition of a certain size on the hard disk. The partition will be set as an active partition
/PRIO
Parameter function: Create a primary partition using FAT16 and set it as active
/EXT
Parameter function: Create an extended partition
Parameter details: Create an extended partition of a certain size on the hard disk (used to create logical drives)
/LOG
Parameter function: Create a logical drive
Parameter details: Use /LOG to create a logical drive of a certain size. /LOG must be used with /EXT
/LOGO
Parameter function: Create a logical drive using FAT16
/FPRMT
Parameter function: Ask about the use of FAT16/FAT32 in the interactive mode
Parameter details: When the /FPRMT parameter is added, the initial large hard disk support inquiry screen will not appear, but it will ask whether to use FAT16 or FAT32 when creating a new partition each time
/Q
Parameter function: Do not reactivate the computer when ending FDISK
Parameter details: Using the /Q parameter will not reactivate the computer after changing the partition table
/X
Parameter function: Do not use LBA attribute
Parameter details: Using the /X parameter will not create a partition with LBA attribute
/ACTOK
Parameter function: Do not check the health of the hard disk
Parameter details: Using the /ACTOK parameter can speed up the partitioning action without checking the health of the hard disk
/CMBR
Parameter function: Rebuild the master boot record of the specified hard disk
Parameter details: The action is the same as /MBR, but the hard disk can be specified