File Systems Flashcards
How are disks, partitions, and volumes different from one another?
Disks are the storage hardware
Partitions are logical divisions of a disk used to define storage space.
Volumes are contained inside partitions and are used to define how individual files and folders are saved to the storage.
What are the 2 primary partition schemes for Mac-formatted disks? What are their differences?
GUID Partition Table (default on Intel Macs)
Apple Partition Map (default on PowerPC Macs)
What 2 volume formats are supported for an OS X system volume?
Mac OS Extended (Journaled)
Mac OS Extended (Journaled, Encrypted)
How does file system journaling work?
It records what file operations are in progress at any given moment.
What are the 4 erase options available in Disk Utility? How are they all different?
Fastest - replaces volume’s directory structure
Good Security - writes zeros on top of all previous disk data
Better Security - writes 3 separate passes of information on top of previous disk data
Most Secure - writes 7 separate passes of information on top of previous disk data
How does the Secure Empty Trash feature in Finder work?
It preforms a 7 pass erase on the contents of the trash folder
How can you ensure that previously deleted items are securely erased?
From the Erase tab in Disk Utility, you can choose to securely erase the free space of a disk or volume.
How can you encrypt a disk without losing its contents?
Secondary (or Control) clicking the disk and then choose Encrypt
What 4 methods can be used to eject a volume or disk in the finder?
Drag the disk icon to the trash
Press and hold the eject key for a few moments to unmount and eject optical media
Select the item and choose Eject from the file menu
In Finder, click the small eject button next to the volume
What’s the potential side effect of improperly unmounting or ejecting a disk or volume?
Data corruption (The system will automatically verify and repair the disk the next time it is available)
How does FileVault 2 protect a user’s data?
By using strong XTS-AES 128 encryption
What are the system requirements for using FileVault 2 (2 things)
Must have hidden OS X Recovery HD on the startup disk
Any Legacy FileVault accounts must be decrypted and returned to normal accounts before enabling FileVault 2
Which users are allowed to unlock a FileVault 2 protected system?
Any user that’s FileVault enabled
How can you unlock a FileVault 2 protected system when all user accounts have lost their passwords?
Use the recovery key that was generated during the FileVault 2 setup
How do you identify the ownership and permissions of a file or folder in the finder?
By using the info or Inspector windows of the Finder