Which command will help you mount the Oracle Linux ISO image file?

You have to mount the Oracle Linux ISO image file OracleLinux –R6 – U2 – Server – X86_64-dvd.iso to the /media/cdrom mount point. Which command will help you mount the Oracle Linux
ISO image file?

You have to mount the Oracle Linux ISO image file OracleLinux –R6 – U2 – Server – X86_64-dvd.iso to the /media/cdrom mount point. Which command will help you mount the Oracle Linux
ISO image file?

A.
# mount OracleLinux –R6 –U2 –Server X86_64-dvd.iso /media/cdrom

B.
# mount –t DVD OracleLinux –R6 –U2-Server-X86_64-DVD.iso/media/cdrom

C.
# mount /dvd/OracleLinux -R6 -U2- Server=X86_64-dvd.iso /media/cdrom/OracleLinux-R6-UIServer-X86_64-dvd.iso

D.
# mount – 0 ro, loop oracleLinux –R6 –U2 –Server –X86_64 –dvd.iso /media/cdrom

Explanation:
Mount the DVD iso of the desired update of Oracle Linux Release 5.
Use the following command for mounting the DVD media inserted in /dev/cdrom
# mount -r -o loop -t iso9660 /dev/cdrom /mnt
Use following command to mount iso image file
# mount -o loop <iso image file name> /mnt



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mustafa SABURLU

Mustafa SABURLU

it should be D