Partitioning and Formatting The Hard Disk
Partitioning and Formatting The Hard Disk
Software Technology
Creating a Partition
Select the unpartition space
Press C and type the size of the
partition. Take note the size is in terms
of MB.
Delete a Partition
Select the partition space
Press D, press “Enter” if necessary, and
press L to confirm the deletion of the
partition
Format the hard disk and install
Windows XP
Select the partition space using arrow keys where
you want to install Windows XP, and then press
Enter
Format option will be shown on the screen. The
options are:
Format the partition by using the NTFS file
system (Quick)
Format the partition by using the FAT file system
(Quick)
Format the partition by using the NTFS file
system
Format the partition by using the FAT file system
Leave the current file system intact (no changes)
Format the hard disk and install
Windows XP
Notes
If the selected partition is a new partition, the option
to leave the current file system intact is not available.
If the selected partition is larger than 32 gigabytes
(GB), the FAT file system option is not available.
If the selected partition is larger than 2 GB, the
Windows Setup program uses the FAT32 file system
(you must press ENTER to confirm).
If the partition is smaller than 2 GB, the Windows
Setup program uses the FAT16 file system.
If you deleted and created a new System partition, but
you are installing Windows XP on a different partition,
you are prompted to select a file system for both the
System and Startup partitions.
Format the hard disk and install
Windows XP
Press ENTER.
After the Windows Setup program
formats the partition, follow the
instructions that appear on the
screen to install Windows XP. After
the Windows Setup program is
finished and you have restarted the
computer, you can use the Disk
Management tools in Windows XP to
create or format more partitions.
NTFS vs. FAT32
Security
FAT32 provides very little security. A user with
access to a drive using FAT32 has access to
the files on that drive.
NTFS allows the use of NTFS Permissions. It's
much more difficult to implement, but folder
and file access can be controlled individually,
down to an an extreme degree if necessary.
The down side of using NTFS Permissions is
the chance for error and screwing up the
system is greatly magnified.
Windows XP Professional supports file
encryption.
NTFS vs. FAT32 (cont..)
Compatibility
NTFS volumes are not recognized by Windows
95/98/Me. This is only a concern when the system
is set up for dual or multi-booting. FAT32 must be
be used for any drives that must be accessed when
the computer is booted from Windows 95/98 or
Windows Me.
An additional note to the previous statement. Users
on the network have access to shared folders no
matter what disk format is being used or what
version of Windows is installed.
FAT and FAT32 volumes can be converted to NTFS
volumes. NTFS cannot be converted to FAT32
without reformatting.
NTFS vs. FAT32 (cont..)
Space Efficiency
NTFS supports disk quotas, allowing you to control the
amount of disk usage on a per user basis.
NTFS supports file compression. FAT32 does not.
How a volume manages data is outside the scope of this
article, but once you pass the 8GB partition size, NTFS
handles space management much more efficiently than
FAT32. Cluster sizes play an important part in how much
disk space is wasted storing files. NTFS provides smaller
cluster sizes and less disk space waste than FAT32.
In Windows XP, the maximum partition size that can be
created using FAT32 is 32GB. This increases to 16TB
(terabytes) using NTFS. There is a workaround for the
32GB limitation under FAT32, but it is a nuisance
especially considering the size of drives currently being
manufactured.
NTFS vs. FAT32 (cont..)
Reliability
FAT32 drives are much more susceptible to
disk errors.
NTFS volumes have the ability to recover from
errors more readily than similar FAT32
volumes.
Log files are created under NTFS which can be
used for automatic file system repairs.
NTFS supports dynamic cluster remapping for
bad sectors and prevent them from being used
in the future.