An ISO image, also known as a.iso (International Organization for Standardization) file, is a compressed disc image that uses the ISO 9660 file system format. Inorder to mount a DVS ISO image, we need to find the ISO path or the DVD disk path to mount.
Our Server management team will be available for all the support services regarding your requirement.
1. Run the below command to find the connected device block
# blkid
/dev/sda1: UUID="d9704e79-b05e-4c9d-b94a-09643ba70592" TYPE="xfs" PARTUUID="83288aa1-01"
/dev/sda2: UUID="21291424-9d73-4c7e-b039-ce311702c75f" TYPE="swap" PARTUUID="83288aa1-02"
/dev/sr0: UUID="2019-08-15-21-52-52-00" LABEL="CentOS-8-BaseOS-x86_64" TYPE="iso9660"
You will get the DDV ISO image device block as /dev/sr0
2. Create Mount Point
# mkdir /mnt/disk
3. Mount the disk to the mount point
# mount -t iso9660 /dev/sr0 /mnt/disk
4. List the files on the disk in mount point
# cd /mnt/disk
# ls -al
Then you will be able to access the files in the ISO Image disk.
If you need any assistance in mounting the disk or to install any services, contact our server experts right now.