שיעור 06: מערכת הקבצים (APFS)¶
חלק ה': שלד למצגת
Slide 1¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: The APFS Revolution & Search Mechanics
Bullets:
- APFS Architecture
- System Volume Group (SVG)
- Firmlinks
- Spotlight Indexing
[Image Recommendation]:
- Option A (Real UI Screenshot): A clean macOS Disk Utility screenshot showing an APFS Container with
Macintosh HD(System Volume, Read-Only) andMacintosh HD - Data(Data Volume) highlighted in the sidebar. - Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical architecture diagram showing an APFS Container split into two labeled layers: 'Macintosh HD (System Volume, Read-Only)' on top and 'Macintosh HD - Data (User Data)' below, connected by clean gray lines labeled 'Firmlinks'. Flat 2D vector style, Apple technical documentation aesthetic, white background, no 3D effects, no glowing elements, crisp black text."
Slide 2¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: מהפיכת APFS
Bullets:
- Legacy Partitions vs. APFS Containers
- Dynamic Space Sharing
- Copy-on-Write (CoW)
- Instant Clones
[Image Recommendation]:
- Option A (Real UI Screenshot): A macOS Disk Utility window showing the APFS Container storage bar, illustrating shared free space dynamically allocated across multiple APFS volumes (
Macintosh HD,Macintosh HD - Data,Preboot,Recovery). - Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical diagram illustrating APFS Space Sharing. A single rectangular container box labeled 'APFS Container (500 GB)' contains three nested volume boxes of different sizes ('System', 'Data', 'Recovery'). A dashed arrow points to a shared pool of free space labeled 'Free Space (Shared Pool)'. Flat 2D minimalist vector, Apple tech guide style, clean lines, white background, no fluid effects, no 3D."
Slide 3¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: הפרדת המערכת (SSV)
Bullets:
- System Volume Group (SVG)
- Sealed System Volume (SSV)
- Cryptographic Boot Verification
- User Data Isolation
[Image Recommendation]:
- Option A (Real UI Screenshot): A macOS Finder window showing the root Macintosh HD directory with a read-only lock badge, alongside a Terminal window executing
mountshowing/mounted as read-only (ro) and/System/Volumes/Datamounted as read-write (rw). - Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical block diagram comparing legacy OS layout vs. macOS SSV layout. Left side: single unencrypted volume box ('System + Data'). Right side: two isolated volume boxes ('System Volume (SSV - Sealed & Signed, Read-Only)' with a small blue lock icon, and 'Data Volume (User Files, Read-Write)'). Minimalist flat 2D vector, corporate IT presentation style, clean white background."
Slide 4¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: מנגנון ה-Firmlinks
Bullets:
- Two Volumes, One Illusion
- Bi-directional Links
- Merged Folders (e.g., /Applications)
- Static List (/usr/share/firmlinks)
[Image Recommendation]:
- Option A (Real UI Screenshot): A Terminal window showing the output of
cat /usr/share/firmlinkslisting real firmlink paths like/Users,/Applications,/Library,/Users/Sharedalongside a Finder window showing seamless navigation across those folders. - Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical architectural flowchart showing how Firmlinks merge two volumes. Box A on left labeled 'System Volume (Read-Only)', Box B on right labeled 'Data Volume (Read-Write)'. Solid black arrows labeled 'Firmlink' point from System folders ('/Users', '/Applications') into Data Volume folders. A merged box below shows 'Unified Finder View'. Flat minimalist 2D vector diagram, clean white background, no glowing effects, no 3D."
Slide 5¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: מנוע החיפוש Spotlight
Bullets:
- Global Metadata Index
.Spotlight-V100Databasemdworker& Pluginsmdutil -E /Rebuild
[Image Recommendation]:
- Option A (Real UI Screenshot): A macOS Spotlight search bar overlay on desktop searching for a complex query, alongside a Terminal window executing
sudo mdutil -s /andmdimport -Lshowing active metadata importers and indexing status. - Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical flowchart of Spotlight metadata indexing. A document icon enters a box labeled 'mdworker (Metadata Extractor)', which outputs structured metadata tags ('Title', 'Author', 'Date') into a database box labeled '.Spotlight-V100 Index'. Flat 2D vector illustration, Apple developer documentation aesthetic, white background, clean typography."
Slide 6¶
Main Title: שיעור 06: Storage, SSV & Spotlight
Subtitle: תיבול ארגוני
Bullets:
- Legacy AV vs. SSV
- Redundant System Scans
- Path Resolution Issues
- MDM Storage Management
[Image Recommendation]:
- Option A (Real UI Screenshot): An MDM (Jamf Pro / Intune) Storage Configuration Profile settings screen showing disk monitoring and exclusion paths for Endpoint Security tools (Antivirus) skipping read-only SSV paths.
- Option B (Flat 2D Technical Diagram Prompt): "A clean 2D technical diagram showing Enterprise Endpoint Security scanning strategy. A shield icon labeled 'Enterprise Security Agent' scans only the 'Data Volume (/System/Volumes/Data)' while bypassing the 'Sealed System Volume (SSV)' marked with a green checkmark 'Verified & Immutable'. Minimalist 2D IT diagram, flat style, white background, no sci-fi effects."
Multiple Choice Questions (Low/Medium Difficulty)¶
-
What mechanism in APFS prevents data corruption during unexpected power loss while saving a file? A. Firmlinks B. Copy-on-Write C. Journaling D. Secure Boot
-
Why can't an administrator (even with
sudo) delete files located in/Systemon a modern macOS? A. The files are hidden by the Finder. B. Spotlight is currently indexing them. C. The System volume is a cryptographically Sealed System Volume (SSV). D. The Data Volume is unmounted. -
Which command is used in the Terminal to completely erase and rebuild the Spotlight index on the startup disk? A.
sudo fsck_apfs -E /B.sudo mdutil -E /C.diskutil apfs eraseD.mdimport -L -
How do the System volume and the Data volume appear to the user as a single unified file system? A. Symlinks B. Aliases C. Hard Links D. Firmlinks
Answers: 1: B, 2: C, 3: B, 4: D