Design Hard Disk Layout Flashcards

1
Q

what is this directory

Ex: /

A

Root directory

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

What is the /var directory

A

The variable location, log files and dynamic content (such as websites) are often found here

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

What is the /home directory and what is stored there

A

The users home directory where personal files are stored

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

What is the boot directory, and what is stored there

A

where the kernel and supporting files are stored

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

What is the opt directory and what is stored there

A

Location used for optional software often used by third party software vendors Enterprise environments make extensive use of this location

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

What is Swap

A

Temporary storage that acts like RAM

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

In what condition will the kernel use a swap file

A

When a percentage of RAM is full, the kernel will move less used data to swap

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

What size should systems swap space be

A

1.5x to 2.0x the size of your available RAM

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

When making Swap space what percentage of your RAm should be allocated to Swap space

A

atleast 50%

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

What is a mount point

A

Taking a partition or disk and mounting it to a directory

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

Describe mount

A

Can be used to mount partitions to directions, or show all existing mounts without any options

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

What does the command lsblk

A

Used to show all block devices on a system and their names

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

What does the command fdisk -l/dev/diskname do

A

Can be used to list out partition information on the specified disk

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

What does the commmand swapon –summary do

A

Shows a summary of the swap usage on a system, same information can be found in /proc/swaps

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

What is (LVM)

A

Logical Volume Manager - Allows the creation of groups of disks or partitions that can be assembled into a single or multiple filesystems

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

What does the command pvs do

A

Lists out the physical volumes in an LVM group

17
Q

What does the command vgs do

A

Lists out the volume groups within an LVM group

18
Q

What does the command lvs do

A

Lists out the logical volumes within an LVM group