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 13:43] peteriso:mount_iso_image [2019/11/29 18:13] (current) – removed peter
Line 1: Line 1:
-====== ISO - Mount ISO image ====== 
- 
-Mount a raw ISO 9660 image file as a file system: 
- 
-<code bash> 
-mount -t iso9660 -o loop some.iso /mnt/data 
-</code> 
- 
- 
-Mount a raw ISO 9660 image file as a READ-ONLY file system: 
- 
-<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. 
- 
- 
-Mount a raw ISO 9660 image file automatically using an entry in the file: /etc/fstab 
- 
-<file bash /etc/fstab> 
-some.iso /mnt/data iso9660 loop,ro 0 3 
-</file> 
- 
- 
-<WRAP info> 
-**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> 
-</WRAP> 
- 
  
iso/mount_iso_image.1490967815.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki