|
|
|
| |
FAT (File
Allocation Table) File System
-
Initially designed
for computers with small hard disks (less than 500mb)
-
Developed for use
with MS-DOS
-
Compatible with
Windows NT, 2000, 95 and 98
-
Hard disks set up
in a series of allocation units (clusters) to form a partition
-
Allocation unit may
consist of 2, 4, or 8 sectors on a disk
-
Files are created
from one or more allocation units
-
Operating system
keeps track of used and unused of allocation units in the file allocation
table at the beginning of each
FAT16
-
Original version
designed for a 16 bit system
Advantages
-
Low operating
system overhead
-
Can support
partitions up to 4 GB
-
Can support file
sizes up to 2 GB
Disadvantages
-
Becomes corrupted
over time as files are spread amongst disjointed allocation units and
pointers become lost
-
Very limited file
and directory security and auditing options
-
File names are
limited to 11 characters; 8 for the main name and 3 for the extension
FAT32
-
Introduced in
Windows 95, version2
-
Designed for a 32
bit system
-
Enables smaller
allocation units than FAT16
-
Can support
partitions up to 32 GB
-
Can support file
sizes up to 4 GB
-
Includes support
for long file names (256 characters)
NTFS (NT File System)
-
The native Windows
NT and Windows 200 file system
-
Equipped with
security features designed to meet U.S. government security specifications
for data protection, system auditing and system access.
-
NTFS 4
has the following features:
-
Long filenames
– up to 256 characters
-
File compression
– reduces file size by methods such as removing unused space within a
file or compression algorithms. Can be compressed around 40%
-
Large file capacity
– For example SQL database files which could be 20 GB or more
-
File activity tracking
– Keeps a log of file system activity
-
Volume extension
– The existing volume can be extended to include an additional hard disk
·
NTFS 5 has these
additional features
-
Ability to
encrypt files
-
No system
reboot after creating an extended or spanned volume
-
Indexing for
fast access
-
Ability to
retain shortcuts and other file information when files and folders are
placed on other volumes
-
Ability to
establish disk quotas
|
|
|
|
| |
|
|
|
|