Hard Drive Technologies Flashcards
Describe the cable length of:
- SATA
- eSATA
- PATA
- 1 Meters
- 2 Meters
- 18 Inches
What are the four possible entries in a file allocation table (FAT)?
- A code indicating the next cluster is available
- An end-of-file-marker
- A bad-sector marker
- Number of the ending cluster
What does a low-level formatting process do?
Returns the drive to a state as close to like-new as possible by writing zeros to every location on the drive.
What type of memory do modern day SSD’s use?
Non volatile flash based memory
- What are mSATA’s used for?
2. What are M.2 SSD’s used for?
- A form factor used in portable devices.
2. Form factor that installs directly into the PCIe slot.
What’s a storage pool?
A collection of physical drives that enables the flexibility to add and expand capacity.
What type of hard drive partition can be over 2.2TB? Which one has a 2.2TB limit?
- GUID Partition table (GPT) disks.
2. MBR Disks.
What sort of configuration requires three same-sized volumes?
Raid 5.
What’s a factory recovery partition?
A hidden partition that contains a restorable copy of an installed OS.
What is the complete list of formats windows can use?
FAT16, FAT32, FAT64, NTFS.
What must you do before converting a dynamic disk to a basic disk?
Delete all the volumes.
What’s the process called that speeds up the read/write times?
Disk Defrag.
How can you expand the capacity of an NTFS drive?
By installing a second drive and mounting it to a folder on the original, smaller, NTFS drive.
What is SATA 3.2?
SATAe
What sort of data cables do PATA drives install to?
What’s the cable called?
40 and 80 wire, “ribbon cables”
How much redundancy do you have with Raid 0?
0 Redundancy. You lose all data if a single Hard Drive fails.
How many PATA Hard Drives can you have installed on a system with two hard drive controllers?
2 Drives per controller.
What are the common HDD RPM’s?
5,400
7,200
10,000
15,000
What is another name for HDD (Hard Disk Drives)?
Platter-Based Hard Drives
T or F? A Hard Drive’s “RPM” has no effect on the heat generated.
False.
What size partition does NTFS support by default?
16 TB
Describe Raid 0
- Striping
- Minimum of 2 drives.
- 0 Redundancy. Lose 1 disk= Lose entire data
- Data is written across multiple Hard Drives.
- High performance.
Describe Raid 1
- Mirroring
- Files are duplicated between disks
- Minimum of 2 Drives
- High redundancy. Drive failure does not affect data availability.
- High disk space utilization.
Describe Raid 5
- Striping with Parity.
- At least 3 drives.
- Files aren’t duplicated, but space is used for parity.
- High redundancy.
- If disk is lost, can be recreated using the parity bit.