User Tools

Site Tools


iso:mount_iso_image

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
iso:mount_iso_image [2017/03/31 10:41] peteriso:mount_iso_image [2019/11/29 18:13] (current) – removed peter
Line 1: Line 1:
-====== ISO - Mount ISO image ====== 
- 
-<code bash> 
-mkdir /mnt/data 
-mount -o loop,ro some.iso /mnt/data 
-</code> 
- 
-where, 
- 
-  * **ro** =  Mount the filesystem read-only. 
-  * **loop** = Mount as a loop device. 
- 
- 
-**NOTE**:  A loop device is a pseudo-device that makes a file accessible as a block device. 
- 
-<code bash> 
-cd /mnt/data 
-ls -l 
-</code> 
- 
- 
-===== Another approach ===== 
- 
-Mounting the raw ISO file 
- 
-<code bash> 
-mount -t iso9660 -o loop /home/user1/some.iso /mnt/data 
-</code> 
  
iso/mount_iso_image.1490956880.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki