Benefits:
- Contiguous storage of extended attributes (without the EA DATA.SF file used by FAT)
- Resistance to file fragmentation
- Small cluster size
- Support for larger file storage devices (up to 512 GB)
- Speedier disk operation (Faster Disk Operation)
Drawbacks:
- Requires more system memory
- HPFS partitions are not visible to MS-DOS, so if you need to boot from a floppy disk, it could be inconvenient.
- Native DOS needs a special utility (Partition Magic from PowerQuest) to access a HPFS partition
IBM GPFS
The General Parallel File System (GPFS) from IBM has been out now for a few years.
“GPFS is a high-performance, shared disk, clustered file system for AIX and Linux. Originally designed for technical high performance computing (HPC), it has since expanded into environments which require performance, fault tolerance and high capacity such as relational databases, CRM, Web 2.0 and media applications, engineering, financial applications and data archiving.
“GPFS is built on a SAN model where all the servers see all the storage. Data is striped across all the disks in each file system, which allows the bandwidth of each disk to be used for service of a single file or to produce aggregate performance for multiple files. This performance can be delivered to all the nodes that make up the cluster.
Lustre
Its object base filesystem, composed of three components: Metadata Servers (MDSs), Object Storage Servers (OSSs) and Clients.
Metadata Servers (MDS) provide metadata services, MDC is a client of those service. One MDS per filesystem manages one metadata target (MDT). Each MDT stores file metadata, such as filenames, access permissions.
Object Storage Server (OSS) expose block devices and serves data. OSC is client of the services, Each OSS manages one or more object storage targets.
Lustre, being a POSIX-complaint filesystem. POSIX defines the application programming interface (API), along with command line shells and utility interfaces, for software compatibility with variants of UNIX and other operating systems.