Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:mount_iso [2011/05/07 05:13] – created Guy | wiki:mount_iso [2011/06/16 13:06] (current) – Guy | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Mount an ISO ====== | ====== Mount an ISO ====== | ||
| - | If you have an iso file, you can access | + | If you have an iso file, want to access files in it without writing it to a CD or DVD, you can mount it. |
| For example, let's say you downloaded tinycore_3.6.iso to /home/tc/dl | For example, let's say you downloaded tinycore_3.6.iso to /home/tc/dl | ||
| Line 9: | Line 9: | ||
| Open the terminal and type | Open the terminal and type | ||
| - | sudo su | + | < |
| cd /home/tc/dl | cd /home/tc/dl | ||
| - | /bin/mount tinycore_3.6.iso tmp | + | /bin/mount tinycore_3.6.iso tmp</ |
| or | or | ||
| - | sudo su | + | < |
| cd /home/tc/dl | cd /home/tc/dl | ||
| - | busybox mount tinycore_3.6.iso tmp | + | busybox mount tinycore_3.6.iso tmp</ |
| - | An example of this is discussed | + | An example of this is used in [[update|Update |