|
|
Studying for the A+, Network+ or Security+ exams? Get over 2,600 pages of FREE study guides at CertiGuide.com! |
|
Join the PC homebuilding revolution! Read the all-new, FREE 200-page online guide: How to Build Your Own PC! |
|
NOTE: Using robot software to mass-download the site degrades the server and is prohibited. See here for more. Find The PC Guide helpful? Please consider a donation to The PC Guide Tip Jar. Visa/MC/Paypal accepted. |
| Take a virtual vacation any time at DesktopScenes.com - view my art photos online for FREE in either Flash or HTML! |
|
Tired of the boss? Ever wanted to be an independent freelancer? Not sure how to get started? The all-new Online Freelancing Guide can help. Tons of useful info, and it's free! Join the online freelancing revolution today. |
[ The PC Guide | Systems and Components Reference Guide | Hard Disk Drives | Hard Disk Logical Structures and File Systems | Disk Partitioning and Formatting Programs ] FDISK Every operating system comes with an appropriate utility for partitioning hard disks. The program used on most PCs is the one supplied with DOS and consumer versions of Windows (Windows 9x/ME). It is called FDISK, which stands for "fixed disk", an older term for hard disk. FDISK is used only for partitioning FAT family file systems (FAT12/FAT16/VFAT/FAT32), and allows you to perform the following functions:
Some important points that you should keep in mind when using FDISK:
Considering how important it is, FDISK is a rather primitive program. It works, but it's cryptic and hard to use. Anything you can do in FDISK you can do more flexibly and easily using a third-party program like Partition Magic. FDISK will not allow you to select or change cluster sizes, resize partitions, move partitions, etc. FDISK's primary advantage is, of course, that it is free (well, built-in anyway). There is one other option for FDISK, which is undocumented--Microsoft doesn't tell you about it, and it doesn't even show up if you type "FDISK /?". This is the "/MBR" option. If you run "FDISK /MBR", FDISK will rewrite the code in the master boot record (MBR), while leaving the partitions intact. This can be useful for eliminating some types of viruses that infect the master boot record. However (and there's always a however, isn't there?) it can also cause problems in some situations. For example, some viruses encrypt certain disk structures, and if you run FDISK /MBR you may have a more difficult time recovering from the infection. As always, backups are prudent (but don't overwrite ones created prior to the virus in such an instance!)
Finally, note that Windows NT and Windows 2000 don't use FDISK. They make use of a program called Disk Administrator to handle disk setup tasks. In essence, this is an enhanced version of FDISK that allows you not only to manipulate partitions, but also access some of NT's unique disk management features. For example, you can set up software RAID using the Disk Administrator. See the section on NTFS for more details.
|
|