Lesson 10 Chapter 3 - Storage and Maintenance Migration Flashcards
For what type of drive is the disk cleanup utility useful for?
SSDs and HDDs
What’s a cluster issue that only happens to HDDs?
Individual clusters sometimes go bad and stop storing data accurately
How do you flag the corrupted clusters on a HDD so the read/write mechanism can avoid it?
Use a drive-checking utility to find and flag them (error checking/scandisk/diskcheck)
What is the drive-checking utility that finds and flags bad clusters called in the newer version of Windows and the older one? (2)
Newer Windows: Error Checking
Older Windows: Scandisk (and really old MS-DOS days: check disk)
Besides physical bad spots errors, what else can error-checking tools fix? [rare issues nowadays]
Fix logical problems in the MFT (master file table)
Examples: files with invalid names, clusters with no filenames associated (lost chains), and lost links between parent and child files/folders
How do you access Error Checking? (6 steps)
FE, TP, RCD, P, T, EC
- File explorer
- This PC
- Right click drive
- Properties
- Tools
- Error Checking
How does a file become fragmented over time?
When changes are made to a file, the file has to be written to a different spot on the disk
(take longer to open and save, and slows down disk’s average access time)
Initially, how is data written on HDDs, location-wise?
HDDs write data sequentially so an entire file is co-located in the same spot (for faster read/write times so the head doesn’t move so far)
Do SSDs have an issue with fragmented files?
No, they have no read/write head so it’s equally fast to access any data location at any time
What does it mean to defragment a file to improve HDD performance?
The defrag utility relocates the parts of the file so they are in contiguous sectors
What is another name for defragmenting a file? What is the Windows utility to defragment called?
- Another name for defragmenting = optimization
- Windows utility = Optimize Drives
What is the executable of the utility Optimize Drives? What is the command-line version of the utility? (2)
- executable is dfrgui.exe
- command line executable is defrag.exe
How do you find the Optimize Drive utility?
The same way you access Error Checking
right click the drive in This PC > Properties > Tools > Optimize
Why don’t you need to use the Optimize Drive utility on an SSD? What does it get done instead?
SSDs don’t need defragmenting like HDDs but they do get retrimming done that Windows does automatically.
It improves the SSD’s overall longevity
What is the utility called that deletes unneeded files to free up disk space?
Disk Cleanup