Which of the following will mount an ISO file named cdrom.iso?

Which of the following will mount an ISO file named cdrom.iso?Category: Introduction to Linux IAuthor "LinuxQuestions"Which of the following will mount an ISO file named cdrom.iso?
Linux Questions Staff asked 1 year ago

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

About the author