{"id":6428,"date":"2021-05-20T11:07:59","date_gmt":"2021-05-20T05:37:59","guid":{"rendered":"https:\/\/www.skynats.com\/?p=6428"},"modified":"2021-08-04T14:02:55","modified_gmt":"2021-08-04T08:32:55","slug":"how-to-mount-dvd-iso-image-in-rhel-centos","status":"publish","type":"post","link":"https:\/\/www.skynats.com\/blog\/how-to-mount-dvd-iso-image-in-rhel-centos\/","title":{"rendered":"How to Mount DVD ISO image in RHEL\/CentOS"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">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.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our <a href=\"https:\/\/www.skynats.com\/linux-server-management\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"color:#0276a8\" class=\"has-inline-color\">Server management<\/span> <\/a>team will be available for all the support services regarding your requirement.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Run the below command to find the connected device block<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># blkid \n\n\/dev\/sda1: UUID=\"d9704e79-b05e-4c9d-b94a-09643ba70592\" TYPE=\"xfs\" PARTUUID=\"83288aa1-01\"\n\/dev\/sda2: UUID=\"21291424-9d73-4c7e-b039-ce311702c75f\" TYPE=\"swap\" PARTUUID=\"83288aa1-02\"\n\/dev\/sr0: UUID=\"2019-08-15-21-52-52-00\" LABEL=\"CentOS-8-BaseOS-x86_64\" TYPE=\"iso9660\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You will get the DDV ISO image device block as \/dev\/sr0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Create Mount Point<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># mkdir \/mnt\/disk<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Mount the disk to the mount point<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># mount -t iso9660 \/dev\/sr0 \/mnt\/disk<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. List the files on the disk in mount point<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># cd \/mnt\/disk\n# ls -al<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Then you will be able to access the files in the ISO Image disk.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you need any assistance in mounting the disk or to install any services, contact our <a href=\"https:\/\/www.skynats.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener\"><span style=\"color:#036590\" class=\"has-inline-color\">server experts<\/span><\/a> right now.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,208,68],"tags":[317,356,357,233,72],"class_list":["post-6428","post","type-post","status-publish","format-standard","hentry","category-blog","category-centos-7","category-server-management","tag-centos","tag-mount-disk","tag-mount-dvd-to-linux","tag-rhel-8-7","tag-server-management"],"_links":{"self":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/comments?post=6428"}],"version-history":[{"count":0,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/posts\/6428\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/media?parent=6428"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/categories?post=6428"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skynats.com\/blog\/wp-json\/wp\/v2\/tags?post=6428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}