Manage Storage in a Linux Environment Flashcards

1
Q

The blank device that prevents older BIOS systems from assuming a GPT drive is referred to as what?

A

Protective Master Boot Record (MBR)

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

What does this construct refer to ~

A

The symbol ~ means Home Directory

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

What does this construct refer to .

A

The . Symbol means Current Directory

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

What does this construct refer to /proc

A

/proc means virtual filesystem

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

What does this construct refer to /

A

The / symbol means root directory

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

What does this construct refer to ..

A

The .. means Parent directory

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

Which program will be on most Linux systems?

A

Most Linux systems have fdisk

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

What command and flag combination shows the filesystem on the block devices of your filesystem?

A

The command lsblk -f will show the filesystem on the block devices

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

What PASS value should you assign to the root partition in /etc/fstab?

A

1 for the root partition

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

What are the 4 steps used by the system to determine whether or not a partition gets scanned on boot?

A

1) Check the /etc/fstab file to see if the PASS setting is 1 or 2
2) Check the partition to see if the current mount count is higher than the maximum allowed mount count
3) Scan or don’t scan
4) Boot system and mount partitions

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

What is full of block devices in LVM?

A

The volume group is full of block devices in LVM

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

Can a physical volume be larger than the volume group it’s a part of?

A

No, a physical volume cant be larger than the volume group it is apart of

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

Raid0

A

Raid0 offers speed advantages, but a failed drive ruins the entire array

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

Raid1

A

Raid1 is the same speed as a single drive, but if a drive fails , there still a full set of data

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

Raid5

A

Raid5 requires at least three drives, and the array has a capacity of “total drives minus 1”. Any single drive can fail

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

Raid6

A

Raid6 any two drives can fail without losing data, but the array size is diminished by two drives worth of storage

17
Q

If you want to use RAID, why would it be a good idea to create a partition inside the raw hard drive?

A

It’s because the replacement drive might be a different size, so you should make a partition that you can recreate on the newer drive