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