fdisk (在硬盘驱动器上创建和删除分区)

小猪老师 发表于 2020-06-22 14:18
浏览次数:
在手机上阅读

在MS-DOS和Windows的早期版本中,fdisk命令用于在硬盘驱动器上创建和删除分区。

查看英文版

目录

1 fdisk 运行系统环境

2 fdisk 语法

3 fdisk的未发布及秘密命令

4 附加信息

5 fdisk 示例

fdisk 运行系统环境

Windows 95

Windows 98

Windows ME

All Versions of MS-DOS

fdisk 语法

Configures a hard disk for use with MS-DOS.

FDISK [/STATUS] /X
/STATUS 显示分区信息。
/X 忽略扩展磁盘访问支持(将不使用LBA支持)。如果您收到以下信息之一,请使用此开关。

无法从早于7版本的DOS版本访问驱动器。
磁盘访问的消息。
堆栈溢出的消息。
大量数据损坏。
额外的驱动器字母。

Configures a hard disk for use with MS-DOS.

FDISK [/STATUS] /X
/STATUS Displays partition information.
/X Ignores extended disk-access support (will not use LBA support). Use this switch if you receive one of the below symptoms.

Unable to access a drive from DOS versions that predate version 7.
Disk access messages.
Stack overflow messages.
High amounts of data corruption.
Extra drive letters

查看英文版

查看中文版

fdisk的未发布及秘密命令

命令 信息
FDISK /MBR 用于重写主引导记录的命令
FDISK /CMBR 在指定磁盘上重新创建主引导记录。执行与FDISK /MBR相同的功能,但可以在其他磁盘驱动器上使用。
FDISK 1/PRI:100 在硬盘上创建一个100mb的DOS分区。
FDISK 1/EXT:500 在硬盘上创建一个500 MB的meg扩展DOS分区。
FDISK 1/LOG:250 在硬盘驱动器上创建一个250mb的逻辑驱动器。
FDISK /Q 阻止fdisk在退出fdisk后自动引导系统。
FDISK /STATUS 显示您的硬盘驱动器的当前状态。
FDISK /ACTOK 使fdisk不检查磁盘完整性,允许驱动器创建更快。
FDISK /FPRMT 禁止提示支持FAT32,允许FDISK在小于540 MB的驱动器上强制使用FAT32,默认情况下,FDISK在小于540 MB的驱动器上不使用FAT32,最后,该命令只能在支持FAT32的FDISK上使用。
Command Information
FDISK /MBR Command used to rewrite the master boot record, see: Do you have additional information on fdisk /mbr?
FDISK /CMBR Recreates the master boot record on the specified disk. Performs the same functions as FDISK /MBR except can be used on other disk drives.
FDISK 1/PRI:100 Creates a 100 MB DOS partition on the hard drive.
FDISK 1/EXT:500 Creates a 500 MB meg extended DOS partition on the hard drive.
FDISK 1/LOG:250 Creates a 250 MB logical drives on the hard drive.
FDISK /Q Prevents fdisk from booting the system automatically after exiting fdisk.
FDISK /STATUS Shows you the current status of your hard drives.
FDISK /ACTOK Makes fdisk not check the disk integrity allowing the drives to be created faster.
FDISK /FPRMT Prevent the prompt for FAT32 support and allows FDISK to be forced into using FAT32 on drives smaller than 540 MB. By default, FDISK does not use FAT32 on any drive smaller than 540 MB. Finally, this command can only be used with FDISK that supports FAT32.

免责声明:上面是秘密或未记录的MS-DOS fdisk命令和开关的列表。使用这些命令需要您自担风险。

Disclaimer: Below is a listing of secret or undocumented MS-DOS fdisk commands and switches. Use these commands at your risk.

查看英文版

查看中文版

附加信息

Fdisk script file- Fdisk可以从外部文件运行,从而可以快速创建和删除分区。
为此,使用DOS edit命令创建一个文件。
下面是生成上述文件所需的步骤。

Edit fdisk.scr -在编辑屏幕中,输入要在fdisk中运行的命令。
例如,如果想运行fdisk并显示分区信息,则需要输入4。

因为fdisk要求在选择后按Enter键,所以按Ctrl+P,然后按Ctrl+M创建一个符号,它充当回车符。
如果您需要按Esc键,您可以使用Ctrl+P然后按Esc,它将表示为一个向后的箭头。
当您输入命令来运行FDISK时,它们必须在一行上;不要将每个命令放在单独的行上。

一旦你创建了脚本文件,你可以输入fdisk ;然后执行脚本文件的scr。如果脚本文件在其过程中遇到错误,您需要重新创建发生错误的脚本文件。

Fdisk script file - Fdisk can run from an external file, allowing you to quickly create and delete partitions. To do this, create a file using the DOS edit command. Below are the steps required for generating said file.

Edit fdisk.scr - In the edit screen, enter the commands you want to run in fdisk. For example, if you want to run fdisk and display the partition information, you would enter 4.

Because fdisk requires you to press Enter after a selection, press Ctrl+P and then press Ctrl+M to create a music symbol, which acts as a carriage return.

If you need to press the Esc key, you would use Ctrl+P and then press Esc, which would be represented as a backward arrow.

When you input commands to run FDISK, they must be on one line; do not place each command on separate lines.

Once you have created the script file, you can then type fdisk < fdisk.scr that will then execute the script file. If the script file encounters an error during its process, you need to recreate the script file where the mistake occurred.

查看英文版

查看中文版

fdisk 示例

fdisk

打开在fdisk模拟中可以看到的fdisk选项屏幕。

fdisk

Open the fdisk option screen that you can see in the fdisk simulation.

如果删除了任何分区,则该分区中的所有内容都会被删除。

If any partition is deleted everything within that partition will be erased.

查看英文版

查看中文版

其他命令行

fasthelp | fc | fciv | find | findstr | fixboot | fixmbr | for | forfiles | format | ftp | ftype |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条