Microsoft DOS fdisk command
Quick links
About fdisk
Availability
Syntax
Secret fdisk switches
Examples
Additional information
FAT32 information
Fdisk simulation
About fdisk
Fdisk
is used to delete and create partitions on the hard drive in earlier versions of MS-DOS and Windows.
MS-DOS 3.3x and below used fdisk.com
MS-DOS 4.x and above,
including Windows use fdisk.exe
Availability
The fdisk command is an external command that is available in the below Microsoft operating systems.
All Versions of MS-DOS
Windows 95
Windows 98
Windows ME
Syntax
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 prior to 7.
Disk access messages .
Stack overflow messages.
High amounts of data corruption.
Extra drive letters |
Secret fdisk switches
Disclaimer: Below is a listing of secret or undocumented MS-DOS fdisk commands and switches. Use these commands at your own risk.
Command |
Information |
FDISK /MBR |
Command used to rewrite the Master Boot Record. See CH000175 for additional information. |
FDISK /CMBR <DISK> |
Recreates the Master Boot Record on specified disk. Performs the same functions as FDISK /MBR except can be used on other disk drives. |
FDISK 1/PRI:100 |
Creates a 100MB DOS partition on the hard drive. |
FDISK 1/EXT:500 |
Creates a 500MB meg extended DOS partition on the hard drive. |
FDISK 1/LOG:250 |
Creates a 250MB 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 |
Will not get the prompt for FAT32 support, in addition allows FDISK to be forced into using FAT32 on drives smaller than 540MB (by default FDISK will not use FAT32 on any drive smaller than 540MB). Finally this command can only be used with FDISK that supports FAT32. |
Examples
Fdisk - This would get you into the fdisk option screen that you can see in the fdisk simulation. Also keep in mind when deleting a partitions ANYTHING that is on that partition of the hard drive will be ERASED, also once the partition is delete it will not be redetected until you format that partition, so if you delete your primary partition, which is the c: drive, you will not be able to put anything on that drive or even read from that drive until it is formatted.
See the fdisk simulation for additional information and examples.
Additional information
FDISK SCRIPT FILE - Fdisk has the capability of being run from an external file, allowing you to quickly create and delete partitions through Fdisk. To do this, create a file from the DOS edit command. Below are the steps required in generating this file.
Edit fdisk.scr - This will place you within the edit screen. Within this screen you will enter the commands you wish to be run in fdisk. For example, if you wish to run fdisk and display the partition information, you would enter 4.
Because fdisk requires you to press enter after you have chosen a selection, you will need to press Ctrl + P and then press Ctrl + M, which will 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 backwards arrow.
When doing the commands to run FDISK, all these 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 will need to recreate the script file where the mistake occurred. |