ch10_HDDImplementation Flashcards

1
Q

What is a basic disk?

A

One that uses the MBR or GPT scheme

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

Explain the layout of a MBR?

A

The first sector contains the MBR
MBR holds partition tables
Max 4 partitions
Max 2.2 TB

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

What is an extendable partition

A

Non-bootable, but can hold logical partitions. These do not receive a drive letter

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

What is a Logical Partition

A

Logical partitions are found inside a extended partition and will receive a drive letter

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

What is a dynamic disk

A

Instead of partitions they hold volumes. Volumes can span many disks, and have many features such as RAID

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

What is GPtT

A

GUID (Global Unique Identifier) Parition Table
Has a max of 128 partitions, but no limit on the size of the partitions
A header is placed at the front and back as a backup and is broken up into sectors called LBA

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

What is the purpose of a Swap partition

A

Used in a similar fashion to RAM. This is used in Linux/unix systems. Windows uses it’s own page file system.

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

Outline the FAT(16) file system

A

Name: File Allocation Table

  • Each sector stores 512 bytes organized like a spreadsheet with one column holding a hexadecimal number, and the right column showing the status
  • Bad sector = FFF7
  • Max size of 32 MB
  • Max size of 2 GB with CLUSTERING
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does the FAT system work

A
  • Windows looks for 0000 (good)
  • FFFF marks the end of file
  • The folder name and cluster number is added to the folder list.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is clustering

A

In a FAT system the sectors are grouped together

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

Outline FAT32 System

A
Clusters = 4 KB
32 bits long
Max 2 TB parition
Max file size = 4 GB
Good for flash drives
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Outline the NTFS file system

A

New technology file system
Uses a master file table in the middle of the drive to avoid corruption.
Security feature: can control access to files
Other Features: compression and encryption
Max partition size = 16 TB (Dynamic disk) or 2 TB (basic)

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

Outline exFAT/FAT64

A
File support up to 16 TB
Max file size: 16 EB 
Max patition size 64 zettabytes (theoretical)
Recomended partition: 512 GB
Use on flash drives
Doesn't have features NTFS does.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Outline ext4 file system

A
Fourth extended file system
Used in linux
Volumes max of 1 exabyte
Files max = 16 TB
Backwards compatible, can also read/write to NTFS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a good standard to follow for using FAT or FAT32

A

If a disk is less than 4 GB use either of those

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

What could be the problem if a dynamic disk is not showing

A

Coule be recognized as a foregin drive which windows can import

17
Q

What are storage spaces

A

Functions Similar to RAID by grouping physical drives together

18
Q

Explain Simple Space (storage spaces)

A

Forms one single virtual drive without any resiliency

19
Q

Explain Mirrored spaces (storage spaces)

A

Keeps mroe than one copy of data on the drive.

  • 2 way mirror requires 2 drives minimum
  • 3 way miror requires 5 drives minimum
20
Q

Explain parity spaces (storage spaces)

A

For every 10 GB of data stored there needs to be 15 GB installed as it requires large overhead

21
Q

What is the purpose of thin provisioning

A

Allows you to tell the system there is more space than actually present and will alert you when you need a new physical drive.

22
Q

What maintenance is required on drives?

A

Error checking will sometimes fix bad or missing filenames, and match up parent and child folders that were lost

23
Q

What areas need to be cleaned up regularly

A

Recycle bin
Temporary internet files
Downloaded Program files
Temporary Files