Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:mount_iso [2011/05/07 05:13] – created Guywiki: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 the files on it without writing it to a CD or DVD. You can do this by mounting it.+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+<code>sudo su
 cd /home/tc/dl cd /home/tc/dl
-/bin/mount tinycore_3.6.iso tmp+/bin/mount tinycore_3.6.iso tmp</code>
  
 or or
  
-sudo su+<code>sudo su
 cd /home/tc/dl cd /home/tc/dl
-busybox mount tinycore_3.6.iso tmp+busybox mount tinycore_3.6.iso tmp</code>
  
-An example of this is discussed in [[update|Update Tiny Core]].+An example of this is used in [[update|Update Tinycore]].
  
Print/export
QR Code
QR Code wiki:mount_iso (generated for current page)