File Systems & Features Flashcards
What are disk partitions?
▪ Divisions of a Hard Disk Drive (HDD) or Solid-State Drive (SSD), each acting as a separate logical unit of separation within a single physical drive
What is the primary partition refered to as in Windows?
The primary partition is typically labeled as the C: drive, and this is where
the Windows operating system is usually installed
Describe NTFS.
▪ New Technology File System (NTFS)
● Default file system for modern Windows systems that uses a 64bit addressing scheme and supports file-level security, transactions, encryption, compression, and large file size
Describe FAT32.
▪ File Allocation Table (FAT32)
● Was introduced by Microsoft in 1996, and is compatible with a
wide range of devices, including older Windows systems, MacOS,
Linux, game consoles, and more
Describe HFS+
▪ Hierarchical File System (HFS+)
● File system developed by Apple for use on Macintosh computers
and it was the primary file system for macOS until the introduction of APFS
Describe EXT
▪ Extended File System (EXT)
● The latest version of EXT is the EXT3 and EXT4 file systems used by
Linux systems
What is journalling?
● Journaling
* Feature that enhances the reliability of the file system by keeping a log (or journal) of changes not yet committed to the main file system
In strictest to most relaxed, organize these file systems based on naming rules.
NTFS
HFS+
FAT32
● In FAT32, you will find the biggest number of reserved characters,
including \ / : ? “ < > | + , . ; = [ and ]
● In the Windows NTFS filesystem, file names cannot end with a
period or use the \ / : ? “ < > and | characters
● For an HFS+ filesystem, you cannot use the : or the / (forward
slash) character
In biggest to smallest organize these file systems based on capacity.
FAT32
NTFS
HFS+
EXT4
● FAT32 - 4 GB Maximum File Size and 8 TB Maximum Volume Size
● EXT4 - 16 TB Maximum File Size and 1 EB Maximum Volume Size
● HFS+ - 8 EB Maximum File Size and Volume Size
● NTFS - 16 EB Maximum File Size and Volume Size
Is FAT32 case sensitive?
No, file.txt and FILE.txt are treated as the same
files in FAT32
How long of a name do most file systems support?
● Most modern file systems support longer file names of up to 255 characters, but FAT32 only supports a file length of 8 characters
plus a 3 character extension