Chapter 7 - Storage Devices Flashcards

(111 cards)

1
Q

What are the two major internal HDD interfaces?

A

SATA (Serial ATA) and SAS (Serial Attached SCSI).

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

Which storage device uses nonvolatile flash memory with no moving parts?

A

SSD (Solid-State Drive).

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

What drive type combines a spinning disk with flash cache?

A

SSHD (Solid-State Hybrid Drive).

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

What are the two common HDD form factors in PCs/laptops?

A

3.5-inch and 2.5-inch.

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

What is a ‘head crash’ in an HDD?

A

When a read/write head contacts the platter, risking data loss.

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

What is the maximum link rate of SATA 3 (SATA III)?

A

6 Gb/s (about 600 MB/s theoretical).

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

Which slot provides the fastest consumer SSD performance?

A

M.2 slot using PCIe/NVMe (typically x4).

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

NVMe stands for ____ and benefits SSDs by ____.

A

Non-Volatile Memory Express; reducing latency and increasing throughput over PCIe.

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

What are the two required steps after installing a new drive?

A

Partition the drive, then perform a high-level format.

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

Which Windows file system supports encryption, compression, quotas, and permissions?

A

NTFS.

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

Which Apple file system is used across macOS, iOS, iPadOS, and supports strong encryption?

A

APFS (Apple File System).

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

Which Windows tool manages partitions and volumes?

A

Disk Management (diskmgmt.msc).

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

What is a ‘spanned volume’ in Windows?

A

A JBOD volume that extends across multiple disks with no fault tolerance.

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

Which RAID level stripes data for performance but no redundancy?

A

RAID 0.

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

Which RAID level mirrors data for fault tolerance?

A

RAID 1.

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

Which RAID level stripes with parity and needs at least three disks?

A

RAID 5.

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

What does ‘hot-swappable’ mean for a drive?

A

It can be added/removed while the system is powered on (hardware/OS support required).

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

What Windows feature aggregates disks into flexible virtual disks?

A

Storage Spaces.

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

Which tool checks a drive for file-system errors and bad sectors?

A

Error Checking GUI or chkdsk.

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

What is file fragmentation on an HDD?

A

File clusters are scattered non-contiguously, slowing access.

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

Which tool consolidates files on HDDs to improve performance?

A

Optimize Drives (defragmentation for HDDs).

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

Why should you not defragment an SSD?

A

It adds unnecessary writes that reduce SSD lifespan with no benefit; use TRIM/Optimize instead.

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

If UEFI detects a new drive but the OS does not, what likely step was missed?

A

Initializing and partitioning the drive.

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

What do loud clicking/grinding noises from an HDD suggest?

A

Impending failure—back up immediately and replace.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What does a S.M.A.R.T. alert indicate?
Self-Monitoring, Analysis and Reporting Technology predicts possible drive failure.
26
A 'No boot device' error: what should you check first?
Boot order and that the correct boot disk is selected.
27
What are the two major internal HDD interfaces (recall)?
SATA and SAS.
28
Which SSD form factor plugs directly into a motherboard slot and comes in lengths like 2242/2260/2280?
M.2 (NGFF).
29
What is the advantage of NVMe over SATA for SSDs?
Lower latency and higher IOPS/bandwidth via PCIe.
30
What are the two main steps to prepare a new disk in Windows?
Create partitions; format with a file system.
31
MBR vs GPT: key differences?
MBR: up to 4 primary partitions and ~2 TB limit; GPT: many partitions and very large disks (UEFI boot).
32
Which Windows file system is preferred for removable flash media?
exFAT (better than FAT32 for large files).
33
What is a spanned volume also called?
JBOD (Just a Bunch of Disks).
34
RAID 0: main benefit and risk?
High performance; zero fault tolerance.
35
RAID 1: storage efficiency?
~50% (since data is duplicated).
36
RAID 5: fault tolerance characteristic?
Can survive a single disk failure; rebuild required.
37
Which RAID level combines mirroring and striping (min 4 disks)?
RAID 10 (1+0).
38
Why is RAID not a backup?
It doesn’t protect against deletion, corruption, ransomware, or site loss.
39
What utility is used for drive tasks like create/format/extend partitions?
Disk Management (diskmgmt.msc).
40
What does chkdsk /f do?
Fixes file-system errors.
41
What does chkdsk /r do?
Locates bad sectors and recovers readable data (implies /f).
42
What is the M.2 size code '2280'?
22 mm wide, 80 mm long.
43
What do M.2 key types indicate?
Physical notches and interface: B-key (often SATA/PCIe x2), M-key (PCIe x4), B+M (compatibility; often SATA).
44
Can an M.2 drive be SATA or NVMe?
Yes; M.2 is a form factor—drives may be SATA or PCIe/NVMe.
45
What is U.2 (SFF-8639)?
A 2.5-inch enterprise SSD connector for PCIe/NVMe over cable/backplane.
46
What SATA feature improves random I/O by reordering commands?
NCQ (Native Command Queuing).
47
What command helps SSDs manage free space?
TRIM (allows efficient garbage collection).
48
Which Windows tool issues TRIM to SSDs?
Optimize Drives (on SSDs it sends TRIM, not classic defrag).
49
SATA data vs power connector pin counts?
Data: 7-pin; Power: 15-pin.
50
What is eSATA?
External SATA interface (data only; power provided separately).
51
Which interface is typical for enterprise HDD/SSD backplanes with dual-port and full-duplex?
SAS.
52
Can a SAS controller use SATA drives?
Yes; SAS is backward-compatible with SATA (but not vice versa).
53
Typical SAS link rates?
12 Gb/s common (higher in newer revisions).
54
What is the typical max real throughput of SATA SSDs?
~550 MB/s (limited by SATA 6 Gb/s).
55
Typical NVMe Gen3 x4 max throughput?
Up to ~3.5 GB/s.
56
Typical NVMe Gen4 x4 max throughput?
Up to ~7 GB/s.
57
What Windows command opens the Defrag/Optimize GUI?
dfrgui.exe.
58
What is DiskPart used for?
Command-line disk partitioning and volume management.
59
What is the difference between Basic and Dynamic disks?
Basic uses partitions; Dynamic supports simple/spanned/striped/mirrored/RAID-5 volumes.
60
What is a 'simple volume'?
A volume on a single dynamic disk.
61
What is a 'striped volume' in Windows dynamic disks?
RAID 0 across disks (no fault tolerance).
62
What is a 'mirrored volume' in Windows dynamic disks?
RAID 1 across two disks.
63
Storage Spaces resiliency options include ____.
Simple (no resiliency), Two-way mirror, Three-way mirror, and Parity.
64
Which file system has a 4 GB single-file limit?
FAT32.
65
What is the recommended Windows file system for internal system drives?
NTFS.
66
Linux’s most common file system today?
ext4.
67
What is the purpose of the Windows 'Initialize Disk' prompt?
Select MBR or GPT and prepare a new disk for partitioning.
68
What is the main benefit of GPT for modern systems?
Supports very large disks and more partitions; required for UEFI boot.
69
What is 'sector size 4K (Advanced Format)'?
Drives using 4096-byte sectors for efficiency; modern OSes align partitions properly.
70
What is wear leveling on SSDs?
Controller technique to spread writes across cells to extend life.
71
What do TBW and DWPD indicate?
Endurance ratings: Total Bytes Written and Drive Writes Per Day.
72
What is 'garbage collection' on SSDs?
Background consolidation/erase of blocks to prepare for new writes.
73
What is 'thermal throttling' on NVMe SSDs?
Automatic speed reduction when overheating to protect the drive.
74
What is a Self-Encrypting Drive (SED)?
A drive with hardware encryption (e.g., TCG Opal).
75
What is 'secure erase' for SSDs?
ATA Secure Erase or NVMe Format/Sanitize to reset all cells.
76
What should you check if a new NVMe drive doesn’t appear as a boot option?
UEFI/NVMe support enabled and drive initialized; some boards require UEFI (not Legacy).
77
An M.2 slot shares bandwidth with SATA ports. What symptom might you see?
A specific SATA port is disabled when an M.2 device is installed.
78
What simple best practice protects data on failing drives?
Maintain regular, verified backups.
79
What is the safest first step before installing an internal SSD/HDD?
Power off the PC and unplug the power cord.
80
What partition type on MBR can contain logical drives?
An extended partition.
81
How many primary partitions can MBR have?
Up to four (or three plus one extended).
82
What is a 'logical drive' in MBR?
A volume inside the extended partition.
83
What Windows tool shows disk health/S.M.A.R.T. quickly?
Device Manager (disk properties) or vendor tools; third-party SMART tools are common.
84
What is a 'hot spare' in RAID?
An idle disk that automatically replaces a failed member.
85
What is rebuild time risk in RAID 5?
A second disk failure during rebuild can cause data loss.
86
What does 'write penalty' mean with parity RAID?
Extra I/O overhead to compute and write parity (slower writes).
87
What is the first check if an internal SSD is not recognized in UEFI?
Confirm the port/slot is enabled and cables/seat are secure.
88
What Windows tool helps reclaim space to fix 'insufficient disk space' errors?
Disk Cleanup (cleanmgr) or Storage Sense.
89
What command verifies and repairs protected system files?
sfc /scannow.
90
What environmental factors increase HDD failure risk?
Heat, vibration, dust, smoke, power issues, strong magnets.
91
What type of storage is best in harsh, high-vibration environments?
SSD (no moving parts).
92
What is the difference between 'Initialize' and 'Format'?
Initialize sets partition style (MBR/GPT); format creates a file system on a volume.
93
What is the default optimization Windows performs on SSDs?
TRIM/SSD optimization (not traditional defrag).
94
What is RAID 6?
Striping with dual parity; survives two disk failures (needs 4+ disks).
95
Which RAID level typically offers the highest read/write throughput?
RAID 0 (no redundancy).
96
What is the main benefit of RAID 10 over RAID 5?
Better write performance and resilience (can survive certain two-disk failures).
97
What is the usual cause if a new drive letter does not appear after creating a volume?
No drive letter assigned; assign one in Disk Management or mount as a folder.
98
What is 'mounting a volume as a folder'?
Assigning a volume to an NTFS folder path instead of a drive letter.
99
What is NAS?
Network Attached Storage: file-level storage over a network (e.g., SMB/NFS).
100
What is SAN (e.g., iSCSI)?
Storage Area Network: block-level storage presented to hosts over a network.
101
Optical media capacities (typical)?
CD ~700 MB, single-layer DVD ~4.7 GB, single-layer BD ~25 GB.
102
What is tape storage primarily used for?
Cost-effective, high-capacity backups (sequential access).
103
What Windows message indicates a new disk is seen but uninitialized?
'Unknown, Not Initialized' in Disk Management.
104
What tool shows per-disk performance and queue length?
Resource Monitor (Disk tab) or Performance Monitor.
105
What is 'bit rot' and how to mitigate?
Gradual data decay; mitigate with regular scrubs/checksums and backups.
106
What should you do immediately after hearing repeated HDD clicks?
Stop heavy I/O, back up critical data, plan replacement.
107
What does 'Optimize Drives' do for HDDs vs SSDs?
HDDs: defrag; SSDs: send TRIM and retrim operations.
108
What BIOS/UEFI SATA mode is recommended for modern drives?
AHCI (or RAID if using a RAID setup).
109
What can happen if you switch SATA mode after OS install?
OS may fail to boot unless drivers/registry are prepared.
110
If a USB installer won’t boot despite being first in order, what should you try?
Recreate the bootable USB and ensure UEFI vs Legacy matches firmware settings.
111
What is the best defense against data loss and corruption?
Regular, tested backups with versioning and offsite copies.