The Fdisk is one of the more common MS-DOS utilities. Fdisk allows the user to delete or create partitions on the hard
drive. Fdisk has several formatting switches that can be used. FDISK 1/PRI:200 will create a 200MB DOS partition on the hard drive. FDISK 1/EXT:400 will create a 400MB meg extended DOS partition on the hard drive and FDISK 1/LOG:200 will create a 200MB logical drives on the hard drive. FDISK /Q prevents fdisk from booting the system automatically after exiting fdisk. FDISK /STATUS will show you the current status of your hard drive.
FDISK /ACTOK
FDISK /ACTOK will make Fdisk not check the disk integrity allowing the drives to be created faster. FDISK /FPRMT will not get the prompt for FAT32 support. Also this 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). FDISK will not allow you to select or change cluster sizes, resize partitions, or move partitions. Fdisk can only display and work with one drive at a time. Fdisk is a utility used to partition fixed disk drives (hard drives). Fdisk is used to create, delete, and format partitions on hard disks that were formatted using the FAT32 and other FAT file systems required by earlier versions of Windows. You can use
FDISK /STATUS
FDISK /STATUS and not run the risk of accidentally pressing the wrong key (while using Fdisk interactively) and overwrite some of your sectors. Fdisk does not entirely destroy data; it merely removes the partition, leaving you with a large data chunk you cannot access. Fdisk is a utility, included in all versions of MS-DOS and Windows 95, 98, and ME for formatting (preparing) a hard drive to hold data and to logically partition the disk.
Fdisk MBR
The Fdisk MBR website has additional articles on this subject you might find useful.