Ads by TechWords

See your link here
Subscribe to our e-mail newsletters
For more info on a specific newsletter, click the title. Details will be displayed in a new window.
Computerworld Daily News (First Look and Wrap-Up)
Computerworld Blogs Newsletter
The Weekly Top 10
More E-Mail Newsletters 
 

QuickStudy: Filing It Away

September 2, 2002 12:00 PM ET

Computerworld - File systems organize the data stored on computer hard drives, keeping track of the physical locations of all data elements on disk while allowing users to quickly and reliably retrieve files when needed.

The file system acts as a digital index that lets a computer instantly find a specific file, regardless of the size or configuration of the storage drive or where the data bytes associated with the file sit on the drive's storage platters.

Every operating system, from MS-DOS to Windows 95, Windows XP and Linux, has its own file system. But although all file systems perform the same basic functions, they vary in design and sophistication.

FAT

File systems have come a long way since MS-DOS and early versions of Windows. Those operating systems organized files under the FAT file system, which represents logical areas of the disk in allocation units called clusters, and maps the locations of file data to those areas using a file allocation table (FAT). FAT is also called FAT16 because it uses a 16-bit address space for tracking files and clusters.

FAT clusters vary with the size of the disk. FAT's 16-bit address space can support up to 65,536 clusters (216). With a 65MB disk, cluster sizes were just 1KB in size, but they ballooned as disks emerged that were able to hold gigabytes of data. And since only a single file can be written to a cluster, this created inefficiencies that ended up wasting as much as 50% of available space on a 2GB disk drive.

FAT32

FAT32, which debuted with Windows 95 OEM Service Release 2 (OSR2), introduced a 32-bit address space. By increasing the size of the file allocation table, it could support more clusters that were smaller in size on large disk drives, reducing the potential for wasted drive space.

Another FAT32 innovation was that it could handle file names with up to 255 characters, whereas FAT could only handle names with up to eight characters. Users could finally create long file names to better describe the contents.

The advent of FAT32 extended the maximum addressable volume size from 2GB to 2TB and improved reliability by allowing the system to switch to a copy of the file allocation table if the default copy should become damaged. But FAT32 also added to file system overhead and was therefore inefficient to run on disks smaller than 260MB.

NTFS

The next development in Windows file systems was the New Technology File System (NTFS), introduced with Windows NT (which also supported FAT32). With a 64-bit address space and the ability to vary cluster size independently of the disk drive size, NTFS virtually eliminated the cluster size limitation problem.

It also brought other benefits, including file and directory security attributes, file encryption and support for storage volumes of up to 16TB and 232 clusters.

NTFS replaced the familiar file allocation table format with the Master File Table (MFT), which holds more information about files than did FAT. The MFT references all files and directories on the disk drive, including associated metadata such as security settings.

The NTFS also introduced a high level of fault tolerance. It logs disk operation activity prior to committing the transaction. If the system crashes during an update, it can examine the log file and restore the data. When read or write errors occur during normal operation, NTFS automatically identifies and blocks out the bad clusters and copies the data to a new location. Finally, NTFS creates a mirror of the MFT and can revert to the mirror should the original fail.

NTFS's overhead makes it unsuitable for disks smaller than 400MB, and it can't be used on floppy disks. Instead, Windows must write to formatted diskettes using FAT32.

Ext2

The Linux file system, called Extended File System 2 (Ext2), evolved to rectify limitations of Linux's original file system, Ext, which the operating system inherited from its Minix predecessor. Under the Minix file system, the maximum file system size was restricted to 64MB and file names to 14 characters.

Ext supported 2GB file systems and 255-character file names but suffered from some performance limitations. Ext2 supports 4TB file systems and 255 character file names and remedies those problems.

The Ext2 architecture uses a data structure called identification nodes (inodes) to refer to and locate files and associated data. The inode table includes the file type, size, access rights, pointers to associated data blocks and other attributes. The file system organizes disk space into groups of blocks, which contain both inode information and associated data blocks.

The Linux kernel uses the Virtual File System layer, which interacts with the file system to perform disk I/O. This gives Linux the ability to support multiple file systems, including DOS, FAT16 and FAT32 (which it supports as a native file system).

FILE SYSTEM SUPPORT BY OPERATING SYSTEM

OPERATING SYSTEM FILE SYSTEMS SUPPORTED
MS-DOS, Windows 95 FAT16
Windows 95 OSR2, 98, Me FAT16, FAT32
Windows NT, 2000, XP NTFS, FAT16, FAT32
Linux Ext2, FAT32, FAT16

File System Specs

FILE SYSTEM MAXIMUM FILE NAME LENGTH (CHARACTERS) MAXIMUM VOLUME SIZE MAXIMUM FILE SIZE
FAT16 8 2GB* 2GB
FAT32 255 2TB 4GB
NTFS 255 16TB 16TB
Ext2 255 4TB 2GB

*4GB under Windows NT


See additional Computerworld QuickStudies



Additional Resources

Xerox
By using solid ink technology only from Xerox, you could save up to 65% by printing color for the cost of black and white. Enter for a chance to WIN a PhaserTM 8860 network color printer!
Microsoft
Save time and mitigate security risk. Deploy it now.
Sybase
In this white paper, IDC analyzes the role of next-generation mobile enterprise platforms as organizations seek a more strategic deployment of mobile solutions.

Learn the important issues you must consider before starting your next mobility initiative. Get your mobility white paper from IDC now, compliments of Sybase.

What People Are Saying

White Papers & Webcasts

Accelerate SSL Encrypted Applications
The amount of SSL traffic is growing in the enterprise. Because it is encrypted, it cannot be properly controlled and accelerated. Blue Coat...  

IDC Webcast: Linux Adoption in a Global Recession
Join Al Gillen from IDC and Michael Applebaum from Novell in this on-demand webcast to see how Linux has emerged as an even...

ESG Lab Field Audit
Many companies have successfully implemented Riverbed WAN optimization solutions within their Cisco networks. This ESG Lab Field Audit document explores the success that...  

Bringing Order and Security to your Mobile Workforce: Corporate Mobility Policy and Device Management
(Source: Nokia) In many businesses, mobile devices are managed the way that laptops were managed ten years ago - as a kind of...

Shape Your Apps Strategy to Reflect New SaaS Licensing and Pricing Trends
Why are smart companies choosing software-as-a-service? Find out in the complimentary Forrester Research report...  

Usability Is Everything
Learn what sets Workday's HR and Payroll solutions apart from the competition....

Natural User Interface for Enterprise Applications
Learn how a revolutionary user interface can make a complex enterprise application so intuitive even casual users can jump right in....  

The Value of Real SaaS at Workday
Cost savings, speed to value, and innovation brought to the enterprise by Workday's software-as-a-service solutions for HR and Payroll....

A Truly Global HCM System
Learn about a system built with advanced object-oriented technology that support multi-national requirements and costs less to implement, maintain and upgrade....  

SaaS at Flextronics, Inc.
Dave Smoley, CIO of Flextronics, discusses the real value of software-as-a-service and why he chose Workday for his HR solution....