Partitions and File Systems
Partitions and File Systems
Rating:
A partition is a logical section of a hard disk drive. Creating a partition on a hard disk drive enables the hard disk drive to support separate file systems. Partitions can either be primary or extended. A hard disk drive can be divided into multiple logical partitions. However, it is recommended to have as few partitions as possible.
In DOS and Windows, a partition is referred to by a drive letter, such as C: or D:. As a rule, the operating system assigns the drive letter C: to the primary partition on the first hard disk drive, and then goes on to search for other primary partitions that may exist on the other hard disk drives. If the operating system finds more primary partitions on other disks, it first assigns the next drive letters in the series, to them. Then, the operating system goes on to assign letters to logical drives (in extended partitions) on each hard disk drive, continuing the series further. Drive letters A: and B: are reserved for floppy disk drives.
A partition is normally accomplished by running the
In a computer, a file system refers to the methods and data structures that an operating system uses to keep track of files on a disk or partition. It is the way in which files are named and logically placed for storage and retrieval. Most of the operating systems, such as Windows, UNIX, and Linux use file systems in which files are placed in a hierarchical (tree) structure. File systems also specify conventions for naming files, such as the maximum number of characters in a name, the characters that can be used, the length of a file name suffix etc. File systems include a format for specifying the path to a file through the structure of directories.
The major characteristics of these files systems are as follows:
| File Allocation Table (FAT) | DOS, Windows 9x/ME/NT/XP/2000 | No | No |
| File Allocation Table, 32 BIT (FAT32) | Windows 95 OSR2/98/ME/XP/2000 | Yes | No |
| Windows NT File System (NTFS) | Windows NT/XP/2000 | Yes | Yes |
The benefits of using FAT32 file system over FAT16 include the following:
- FAT32 is more efficient (sometimes 20-30 percent) than a 16-bit FAT on larger disks.
- FAT32 can support larger than 2GB partitions. It supports drives of up to 2TB (terabytes) in size.
The benefits of using NTFS file system over FAT file system include the following:
- NTFS is a transactional file system and can automatically recover from errors.
- Access to files can be secured and files and folders can be encrypted.
- Support for large hard disks, theoretically up to 2EB (Exabyte) and practically up to 2TB. The maximum drive size for NTFS is much larger than file allocation table (FAT).
The
The following points should be kept in mind before converting a hard disk drive from FAT16 to FAT32:
- Once converted to FAT32, the hard disk drive cannot revert to FAT16.
- A compressed drive cannot be converted.
- Removable disks that have been formatted with FAT32 may not work with other operating systems.
- Dual-boot to older operating systems will not be possible after a conversion to FAT32.
The
| Within the same NTFS partition | Files inherit permissions of the destination directory. | Files keep permissions of the source directory. |
| Between different NTFS partitions | Files inherit permissions of the destination directory. | Files inherit permissions of the destination directory. |
| From NTFS partition to FAT partition | Files lose all the permissions. | Files lose all the permissions. |
| From FAT partition to NTFS partition | Files inherit permissions of the destination directory. | Files inherit permissions of the destination directory. |
Rating:
Other articles
- What are NTFS standard folder permissions?
- What is file system?
- What is Digest authentication?
- What is the Last Known Good Configuration?
- What is Bluetooth?