Partitioning and File Systems Flashcards
What is partitioning in the context of storage devices?
Partitioning logically divides a storage device into multiple separate containers, and partitioning schemes define the layout of the partitions.
What does MBR stand for and what are its characteristics?
MBR stands for Master Boot Record. It is a legacy partitioning scheme with a four-partition limitation (Primary, Extended, and Logical) and a 2 terabyte (TB) maximum volume size
What are the characteristics of the GUID Partition Table (GPT)?
The GUID Partition Table (GPT) supports 128 partitions, and drives larger than 2 TB.
What does NTFS stand for and what are its features?
(New Technology File System)
It supports permissions, file encryption, and compression.
What is the Resilient File System (ReFS) and which operating system uses it?
The Resilient File System (ReFS) is a next-generation Windows file system that is a journaled file system.
What is EXT4 and what are its features?
(Extended File System version 4)
It supports permissions and encryption and is a journaled file system.
What is APFS and which company developed it?
(Apple File System)
Developed by Apple. It is the successor to HFS+ and supports permissions and encryption.
What is FAT32?
An Industry-wide standard file system, that doesn’t support permission, encryption, or compression. Also, it’s compatible with all OS platforms. And it’s 32-bit (4GB maximum file size).
What is exFAT?
(Extensible File Allocation Table)
exFAT is an industry standard for SDCards and is used by Windows and macOS as an interoperability file system. Virtually unlimited max file size.