Oracle
1Z0-105 · Question #63
You create an XFS file system by using the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/cdd1 /dev/sdh1 You create the mount point /xfs1 and want to mount the file system on its mount point, before…
See the full explanation below for the reasoning.
Question
You create an XFS file system by using the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/cdd1 /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?
Options
- Amount /dev/sdh1 /xfs1
- Bmount LABEL=/xfs1 /xfs1
- Cmount LABEL=/xfs1 -o logdev=/dev/sdd1
- Dmount LABEL=/xfs1 -o logdev=/dev/sdd1 /xfs1
- Emount -t xfs LABEL=/xfs1 /xfs1
Community Discussion
No community discussion yet for this question.