Oracle
1Z0-105 · Question #7
After creating empty mount point /xfs1, you execute the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/sdd1 /dev/sdh1 Which two statements are true about the effects of executing the mkfs command?
See the full explanation below for the reasoning.
Question
After creating empty mount point /xfs1, you execute the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/sdd1 /dev/sdh1 Which two statements are true about the effects of executing the mkfs command?
Options
- AIt fails if there is an existing XFS file system on /dev/sdh1.
- BIt fails if there is an existing XFS log on /dev/sdd1.
- CIt fails if there is an existing XFS file system on /dev/sdd1.
- DIt fails because there is no size specified for the XFS log.
- EThe xfs1 file system is mounted automatically during system startup.
- FIt creates and mounts the /xfs1 file system.
Community Discussion
No community discussion yet for this question.