Software
>>
OS
>>
Unix
>>
Linux
>>
Red Hat Enterprise Linux
>>
7.x
>>
How to mount an iso file
# mkdir /mnt/cdrom
# mount -t iso9660 -o loop /home/software/myfiles.iso /mnt/cdrom
Please enable JavaScript to view the
comments powered by Disqus.