What is the correct way to persistently mount an ISO image file /images/rhel.iso at /mnt/iso using /etc/fstab?
-
A
/images/rhel.iso /mnt/iso iso9660 loop,ro 0 0
-
B
/images/rhel.iso /mnt/iso iso9660 defaults 0 0
-
C
loop:/images/rhel.iso /mnt/iso iso9660 ro 0 0
-
D
/images/rhel.iso /mnt/iso udf loop,ro 0 0