Which two commands can you use to do this?

You create an XFS file system by using the command:
# mkfs -t xfs -L /xfs1 -l logdev=/dev/sdd1 /dev/sdh1
You create the mount point /xfs1 and want to mount the file system on its mount point, before adding an entry for the file system to /etc/fstab. Which two commands can you use to do this?
A. mount /dev/sdh1 /xfs1
B. mount LABEL=/xfs1 /xfs1
C. mount -t xfs -o logdev=dev/sdd1 /dev/sdh1 /xfs1
D. mount LABEL=/xfs1 -o logdev=/dev/sdd1 /xfs1
E. mount LABEL=/xfs1 -o logdev=/dev/sdd1
F. mount -t xfs LABEL=/xfs1 /xfs1

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.