Manage Storage Stack Flashcards
1
Q
What command prints the partition sizes in MiB?
A
parted /dev/<device> unit MiB print</device>
2
Q
What command creates an xfs files system on a logical volume?
A
mkfs -t xfs /dev/<volume_group/<logical_volume></logical_volume>
3
Q
What command updates the systemd daemon with a new /etc/fstab configuration file?
A
systemctl daemon-reload