Lesson 10 Chapter 3 - Storage and Maintenance Migration Flashcards

1
Q

For what type of drive is the disk cleanup utility useful for?

A

SSDs and HDDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s a cluster issue that only happens to HDDs?

A

Individual clusters sometimes go bad and stop storing data accurately

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you flag the corrupted clusters on a HDD so the read/write mechanism can avoid it?

A

Use a drive-checking utility to find and flag them (error checking/scandisk/diskcheck)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the drive-checking utility that finds and flags bad clusters called in the newer version of Windows and the older one? (2)

A

Newer Windows: Error Checking
Older Windows: Scandisk (and really old MS-DOS days: check disk)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Besides physical bad spots errors, what else can error-checking tools fix? [rare issues nowadays]

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you access Error Checking? (6 steps)

FE, TP, RCD, P, T, EC

A
  1. File explorer
  2. This PC
  3. Right click drive
  4. Properties
  5. Tools
  6. Error Checking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does a file become fragmented over time?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Initially, how is data written on HDDs, location-wise?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Do SSDs have an issue with fragmented files?

A

No, they have no read/write head so it’s equally fast to access any data location at any time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does it mean to defragment a file to improve HDD performance?

A

The defrag utility relocates the parts of the file so they are in contiguous sectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is another name for defragmenting a file? What is the Windows utility to defragment called?

A
  1. Another name for defragmenting = optimization
  2. Windows utility = Optimize Drives
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the executable of the utility Optimize Drives? What is the command-line version of the utility? (2)

A
  1. executable is dfrgui.exe
  2. command line executable is defrag.exe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you find the Optimize Drive utility?

A

The same way you access Error Checking
right click the drive in This PC > Properties > Tools > Optimize

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why don’t you need to use the Optimize Drive utility on an SSD? What does it get done instead?

A

SSDs don’t need defragmenting like HDDs but they do get retrimming done that Windows does automatically.

It improves the SSD’s overall longevity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the utility called that deletes unneeded files to free up disk space?

A

Disk Cleanup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are 3 things to consider when choosing a new storage device to migrate data to

FF, C, T

A
  1. Form factor - will it fit? right connections available?
  2. Capacity - ideally should have more than before
  3. Technology - do I want to upgrade it from HDD to SDD for less issues?
17
Q

When you make a clone of a device, what does that mean?

A

It makes an exact, sector-by-sector copy including the boot sector

(new drive will work exactly like the old one including its boot capability)

18
Q

Does cloning require a new copy of the OS? Would a user lose their data, applications, or settings when you clone their storage drive? (2)

A
  1. Cloning does not require a new copy of the OS
  2. The user does not lose any data, apps, or settings
19
Q

What is the ideal way to copy over data from an old hard drive to a new one?

A

Cloning

20
Q

If you’re not able to clone a drive, what’s an alternative method when installing new storage? (4 steps)

A
  1. Make backup copies of all important data, files, and settings
  2. install a new copy of the OS on new storage
  3. install it in the system
  4. then copy all the backed-up files onto the new storage device
21
Q

What are the 5 steps to do a general cloning migration?

back, how will you, run the, shut, start

A
  1. Back up important data (to an external drive or cloud)
  2. How will you connect both storage devices to the PC at the same time? Drive enclosure can convert internal storage to external, connect via USB or eSATA
  3. Run the disk-cloning utility to clone the old one to the new one
  4. Shut down PC, swap devices
  5. Start PC. If it doesn’t work, retrace the steps to troubleshoot.
22
Q

Disk Optimization and Error checking are accessed in the same window, T or F?

A

True