Implimenting mass storage Flashcards

1
Q

True or false: The storage areas within an SSD are called Sectors?

A

False. HDDs have sectors, SSDs have Pages within blocks.

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

What is flash memory?

A

Non-volatile memory that can be electronically programmed or erased.

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

In SSDs, Pages exist within blocks of data. How many pages are usually inside each block?

A

128

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

What is LBA?

A

Logical Block Addressing - A HDD/SSD controller that enables addressing to work with the CPU through a LBA0 - LBA[max number] system.

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

What are the three types of partitions?

A

Master Boot Record, Guid Partition Table, Dynamic Disk (windows)

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

What are three defining characteristics of MBR

A
  • Primary (max 4) and extended partitions (Max 1, with 2 logical drives within)
  • Holds a boot sector bit at start of data so bios can find OS
  • Logical drives
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are three characteristics of Dynamic Disks

A
  • Unlimited partitions or “volumes” as MS calls them
  • Ability to do raid, span volumes across disks and more
  • Available from high end win 7 and onwards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name 5 types of volumes dynamic disk is capable of

A
  1. Simple volumes - Act as primary partitions do
  2. Spanned volumes - Extending across multiple drives
  3. Striped volumes - For quicker data
  4. Mirrored - Doy
  5. Raid 5
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does HDD formatting do?

A

Enforces a file system, enabling file storage and retrieval. It also checks for bad sectors.

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

What is the name of the MBR starting bit that provides bios with information pointing towards a bootable OS?

A

Master Boot Record

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

Which File system has a two column system that uses hexidecimal to address file locations?

A

FAT32.

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

For FAT 32, 0000FFF7 means what?

A

Bad sector.

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

How does FAT32 know where the next piece of a file’s data is?

A

The right-hand column points to the Hexi-address of the next part.

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

What are four features of NTFS

A
  • Encryption
  • Compression
  • 16TB Partitions
  • Disk Quotas
  • Access Control List
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are two limitations of FAT32?

A
  • 4GB max size per file

- Does not work on drives larger than 2TB

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

How does exfat improve upon fat 32?

A

Partition limits in the Zettabytes, File size limits in the Exabytes.

17
Q

Is it safe to convert a basic disk to dynamic?

A

Yes, but you will lose your partitions.

18
Q

What does it mean to mount a partition?

A

To use a drive as though it were a folder on a computer.

19
Q

How do you set up a mounted partition?

A

Dynamic Disk > Simple Volume > Setup wizard

20
Q

What is the purpose of thin provisioning?

A

It enables you to claim more HDD space than you really have. When your disks near their limit, storage spaces gives you a warning to add more. This eliminates the need to reconfigure your setup each time you need to add another HDD.

21
Q

What are the four possible entries found in a file allocation table?

A

The four possible entries in a file allocation table are an end-of-file marker, a bad-block marker, code indicating the cluster is available, and the number of the cluster where the next part of the file is stored.

22
Q

Name three windows tools you can use to deal with a troubled hard drive

A
  • Defrag
  • Chkdsk/error checking
  • Disk Cleanup
23
Q

If a drive doesn’t show in bios, it is most likely unplugged, yes?

A

Yes