LVM Flashcards

Logical Volume Manager

1
Q

What’s the purpose of LVM?

A

Logical Volume Manager provides multiple layers of abstraction for flexibility of matching the data from a File System to a hard disk.

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

What’s the command to create a VG

A

vgcreate

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

What’s the command to list PV

A

pvs

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

What’s the command to list VG

A

vgs

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

what’s the command to create a PV?

A

pvcreate

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

What’s the command to create a VG?

A

vgcreate

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

What’s the command to list PV?

A

pvs

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

What’s the command to list VG?

A

vgs

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

What’s the command to create a LV?

A

lvcreate

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

what’s the command to list LV?

A

lvs

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

Which command do we use for extend a VG

A

vgextend

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

which command do we use for extend a LV

A

lvextend

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

which command do we use for removing LV?

A

lvremove

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

does vgremove command exist?

A

Yes

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

What’s the command we use for migrating data from one PV to another?

A

pvmove

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