Part 3 File Systems 9 - 12 Flashcards
3 partition schemes:
GUID partition table
APM Apple Partition Map
MBR Master Boot Record
2 Mac volume formats
Mac OS Extended (journaled)
Mac OS Extended (journaled, encrypted)
4 Window volume formats:
FAT File Allocation Table
ExFat Extended
UFS Unix File Systems
NTFS New Tech File Systems (read only)
2 CD/DVD Formats
CDFS Compact disc File Syst
UDF Universal Disk Format (read only)
How are disks, partitions, and volumes different from one another?
Disks are the actual storage hardware;
Partitions are logical divisions of a disk used to define the storage space
Volumes (contained inside partitions) are used to define how the individual files and folders are saved to the storage.
How does file system journaling work?
records which file operations are in progress at any given moment. This way, if a power failure or system crash occurs, after the system restarts, it will be able to quickly verify the integrity of the volume by “replaying” the journal.
What is Core Storage, and what major OS X features are implemented via Core Storage?
A file system management layer.
Provide disk encryption (i.e. FileVault) and combine separate disks (i.e. used by Fusion Drive)
4 Erase options in disk utility:
1) Fastest
2) writes one pass of zeros
3) writes three separate passes of information on top of the previous disk data
4) writes seven separate passes of information on top of the previous disk data
How does the Secure Empty Trash feature in Finder work?
Performs 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, choose ‘securely erase the free space’ of a disk or volume.
How can you encrypt a disk without losing its contents?
From the Finder, secondary (or Control-) click the disk and choose Encrypt from the shortcut menu.
What 3 methods can be used to eject a volume or disk
from the FINDER?
1) Drag the disk icon to the Trash in the Dock
3) Select the volume and choose Eject from the File menu
4) In Finder sidebar, click the small Eject button next to the volume
What’s the potential side effect of improperly unmounting or ejecting a disk or volume?
May cause data corruption. (The system automatically verifies and repairs an improperly unmounted or ejected volume the next time it becomes available to the Mac.)
How does FileVault protect a user’s data?
By using strong XTS-AES 128 encryption.
What are the system requirements for using FileVault?
Must have the hidden OS X Recovery HD volume on the system disk.