Which of the following will mount an ISO file named cdrom.iso?
- mount -t cdrom cdrom.iso /mntb
- mount -t ufs cdrom.iso /mnt
- mount -o loopback cdrom.iso /mnt
- mount -o loop cdrom.iso /mnt
Please login or Register to submit your answer