Manage Storage Stack Flashcards

1
Q

What command prints the partition sizes in MiB?

A

parted /dev/<device> unit MiB print</device>

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

What command creates an xfs files system on a logical volume?

A

mkfs -t xfs /dev/<volume_group/<logical_volume></logical_volume>

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

What command updates the systemd daemon with a new /etc/fstab configuration file?

A

systemctl daemon-reload

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