Optimize Disks in macOS 1.3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Does macOS require defragmentation?

macOS file systems manage data efficiently, especially with solid-state drives (SSDs), so defragmentation is unnecessary.

2
New cards

What happens when a drive gets to about 80% capacity?

It becomes less efficient, so it's a good time to delete unneeded files.

3
New cards

How can you view the size of files or folders in macOS?

Right-click the file or folder and select "Get Info."

4
New cards

Where is the Users folder located to examine space per user?

Go to "Go > Computer" and navigate to the system drive, then open the Users folder.

5
New cards

What tool gives a high-level overview of disk usage on macOS?

Click the Apple menu > About This Mac > Storage tab > Manage.

6
New cards

What can you do from the Storage tab's Manage screen?

Delete apps, find large files, and manage storage space by category.

7
New cards

What is Disk Utility used for in macOS?

It's used to verify and repair system drives using the First Aid tool.

8
New cards

Why is it better to run First Aid in recovery mode?

Because some files can't be repaired while in use by the running OS.

9
New cards

What does First Aid do?

It checks and repairs the file system and ensures file permissions are correct.

10
New cards

What is fsck used for on macOS?

To verify and repair the file system using the command line in single-user mode.

11
New cards

How do you run fsck on macOS?

Boot into single-user mode and type: fsck -fy, then press Enter.

12
New cards

What does the -fy flag mean in fsck -fy?

It forces the check and automatically fixes any found errors.

13
New cards

What indicates a successful fsck run?

The message “The file system appears to be OK.”