Changing the File System on a Partition

There are three ways to establish a new file system on a disk partition:

With the format utility, you can format a partition as an NTFS volume by specifying the /fs:ntfs option. Using the format utility destroys all existing files on the partition.

With the convert utility, you can convert an existing partition from FAT or HPFS to NTFS without destroying files. You cannot convert from NTFS to another file system. To convert a volume to the NTFS file system, type the convert command using this form, where E: is the partition you want to convert:


convert e: /fs:ntfs

The convert utility can be used on the boot partition of non-RISC–based computers, as well as on secondary partitions. However, the convert utility cannot convert the boot partition while it is in use. Instead, if you specify the active partition, an entry is added to the Registry so that the convert utility is run the next time the system is booted.

Caution

You must not convert the boot partition to NTFS on a RISC–based computer. This is because the firmware on RISC-based computers loads the first system files in the Windows NT boot process, and the firmware understands only the FAT file system. Converting the boot partition would therefore make the computer unable to boot. If you want to use NTFS on a RISC-based computer, create a small boot partition (1 MB or larger) to hold the HAL.DLL and OSLOADER.EXE files. The rest of the disk can be used as an NTFS partition. The installer correctly puts the HAL.DLL and OSLOADER files on the boot partition.

If someone mistakenly converts the RISC–based boot partition to NTFS, run the ARCINST.EXE utility from the install CD-ROM and reformat the boot partition as FAT.

The convert utility works in only one direction, so you cannot use it to change your file system from NTFS back to FAT or HPFS format. Instead, you must reformat the NTFS drive using the format command. (Be sure to back up any files you want to preserve before using the format command.)

Remember, though, that you cannot use the Windows NT format command on the system partition. If Windows NT is installed on the NTFS partition, you can reformat the drive by following these steps:

  1. Start Windows NT Setup.
  2. Choose Custom Installation.
  3. When Setup prompts you to select the partition where you would like to install Windows NT, highlight the NTFS drive, and type P to delete the partition.
  4. Continue using the Setup program to recreate and format the partition.