Lesson 10 Chapter 2 - Formatting Flashcards
What is a file system?
is like a big _______ that tracks what
A filesystem is like a big spreadsheet that tracks what piece of data is stored where
What are the 3 of the several different file systems Windows versions supports?
F, N, e
- FAT32
- NTFS
- exFAT
What file system does Linux use natively and which does it support? (4)
Linux is super flexible
1. ext file systems are native to Linux
2. supports reading/writing NTFS
3. supports all versions of FAT (12, 16, 32)
4. supports reading of HFS+ (older FS on Macs)
[It can’t read/write Apple File System (APFS) the modern FS for Macs but utilities are available for macOS that will enable it]
What is FAT an acronym for?
File Allocation Table
Which FAT was the original FAT?
FAT16
If you have an old hard drive formatted with FAT16, how would you read what’s on it since Windows 10 + 11 don’t support it? (2)
- Install an OS that supports FAT16 in a virtual machine
- Use an old PC with OS that supports it
(then copy its data to another drive with a format that Windows 10 + 11 do support)
FAT32 supports partitions up to what size? And files can be no larger than what size? (2)
- Supports partitions up to 2 TB
- Individual files can be no larger than 4GB
What’s the difference between MBR’s size limit and FAT32’s size limit?
MBR = 2.2 TB per physical storage device limit
FAT32 = 2 TB per partition limit
Most operating systems support ______, which makes it a good choice if you’re going to share a (external) drive between different OS
FAT32
What do you do if you need to use FAT32 on a drive that has more than 2TB capacity?
You can partition the drive into 2TB volume sizes
All versions of ___ lack any security features
FAT
What are 5 things that NTFS supports (on Windows)?
supports _____ up to ____, built-in c and e, disk ___, expanding d…., local file ___
- Supports partitions up to 16 TB
- Built-in compression and encryption
- Disk quotas
- Expanding dynamic partitions on the fly
- Local file security
What happens if you try to create a 4 TB NTFS volume using MBR?
*NTFS supports up to 16 TB partitions
*MBR supports up to ____ partitions
*GPT supports up to 9.7 ZB partitions
You would be limited to 2.2TB as MBR doesn’t support anything over that.
The partition could be 4TB if using GPT! :)
In the Disk Management utility, partition = _____
partition = volume
same term used
What type of table does NTFS use to keep track of the locations of files and folders?
Master File Table (MFT)
All modern versions of Windows use ____ as the default file system
NTFS
Where does an NTFS partition store the backup copy it makes of the critical parts of the MFT?
In the middle of the disk to reduce the chance a serious drive error can wipe out both the MFT and MFT partial copy
What is the Windows utility EFS stand for? In what edition of Windows is it not available? (2)
EFS = encrypting file system [encrypts files and folders, unreadable w/o key]
It’s not available in the Home edition of Windows