CompTIA
XK0-005 · Question #1146
A systems administrator wants to mount an ISO to access its content. Using /mnt as a mount point, which of the following is the correct syntax?
The correct answer is C. mount -o loop /tmp/image.iso /mnt. sudo mount -o loop /path/to/my-iso-image.iso /mnt/iso
System Management
Question
A systems administrator wants to mount an ISO to access its content. Using /mnt as a mount point, which of the following is the correct syntax?
Options
- Amount -o iso9660 /dev/sr0 /mnt
- Bmount -o loop -t iso /mnt
- Cmount -o loop /tmp/image.iso /mnt
- Dmount -o loop /dev/kvm /mnt
How the community answered
(60 responses)- A5% (3)
- B13% (8)
- C78% (47)
- D3% (2)
Explanation
sudo mount -o loop /path/to/my-iso-image.iso /mnt/iso
Topics
#mount command#ISO image#loop device#filesystem management
Community Discussion
No community discussion yet for this question.