File Systems Flashcards
What’s a File System?
A structure used to manage the storing and accessing of files on a system. (File Librarian).
What’s the maximum file size storable on a FAT32 system?
4GB - 32 bit is capped at 4GB.
What is exFAT commonly found on?
Extended File Allocation Table (exFAT) is often used on flash drives. It can support files larger than 4GB and is compatible across all OSs.
Which File System supports file encryption and compression?
APFS (Apple File System) and NTFS - New Technology File System (Windows only) supports both file encryption and compression.
Do exFAT, FAT32 file systems support compression?
No. Only NTFS (Windows) and APFS (Apple) support file compression.
Which File System (FS) does Linux use?
ext3 or ext4
What file system does AndroidOS use?
ext4
Which file system do iPads use?
APFS - Apple File System is used by all Apple devices/OSs. It’s optimised for SSD’s.
What are File System snapshots?
File restore point/copy of the file system/volume/drive taken at a point in time. NTFS calls them Volume Shadow Copies.
What is the maximum partition size of an MBR partition?
2TB per partition (GPT is bigger and better than MBR!)
How many partitions can a GPT partition support?
128 partitions of up to 256TB each (in Windows).
How many partitions are possible on a MBR drive?
4 Primary Partitions and more extended partitions but you can’t boot from extended partitions!
What are two limits MBR partitions have that were increased by the invention of GPT partitions?
The number of partitions MBR style can support (4 partitions maximum). MBR supports extended partitions to increase the partitions but EXTENDED PARTITIONS ARE NOT BOOTABLE!
The maximum size per partition supported by MBR (2TB).
Does a quick format of a drive delete existing data stored on it?
No, a quick format creates a new file table but doesn’t write over (Zero) the drive, this data may be recoverable. It also doesn’t check the drive for any corrupted sectors.
Which formatting type takes longer?
Full format is a lot slower than quick format but is much better! Deletes all data from drive.