<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Mount and View ISO File as Root and Regular User in Linux</title>
	<atom:link href="http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 50 UNIX / Linux Sysadmin Tutorials</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-75032</link>
		<dc:creator>50 UNIX / Linux Sysadmin Tutorials</dc:creator>
		<pubDate>Sat, 25 Dec 2010 06:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-75032</guid>
		<description>[...] Mount and view ISO file: ISO files are typically used to distribute the operating system. Most of the linux operating system that you download will be on ISO format. This explains how to view and mount any ISO file both as regular use and as root user. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mount and view ISO file: ISO files are typically used to distribute the operating system. Most of the linux operating system that you download will be on ISO format. This explains how to view and mount any ISO file both as regular use and as root user. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco Talamona</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11948</link>
		<dc:creator>Francesco Talamona</dc:creator>
		<pubDate>Fri, 26 Jun 2009 05:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11948</guid>
		<description>My question was about point 4, suppose I have an ISO file, created with mkisofs that has hundred options.
If I extract to a folder and customize my ISO, I want to repack the folder using the same options as the original image, it isn&#039;t funny starting from a stock bootable ISO and obtain a customized non bootable one...
Is it there a way to know the options used to create the original ISO?</description>
		<content:encoded><![CDATA[<p>My question was about point 4, suppose I have an ISO file, created with mkisofs that has hundred options.<br />
If I extract to a folder and customize my ISO, I want to repack the folder using the same options as the original image, it isn&#8217;t funny starting from a stock bootable ISO and obtain a customized non bootable one&#8230;<br />
Is it there a way to know the options used to create the original ISO?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11884</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Thu, 25 Jun 2009 00:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11884</guid>
		<description>&lt;strong&gt;@Sasikala,&lt;/strong&gt;
Thanks for the information about MagicISO, which looks like a commercial product. Does that work on Linux (or) Is it only for Windows? I couldn&#039;t tell from their website.
&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Francesco,&lt;/strong&gt;
Thanks for pointing out the mistake. I&#039;ve corrected it.
&lt;code&gt;&#160;&lt;/code&gt;
To create ISO image, use dd command. i.e Something like the following:
&lt;pre&gt;
# dd if=/dev/cdrom of=cdrom.iso
&lt;/pre&gt;

&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Ulrich,&lt;/strong&gt;

Thanks for the awesome explanation with examples on how to mount a single partition from a image file that contains multiple partition. I sincerely appreciate your contribution. 

&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Grimborg,&lt;/strong&gt;

Thanks for bringing fuseiso to our attention.
&lt;code&gt;&#160;&lt;/code&gt;

For those who are new to fuseiso, this article &lt;a href=&quot;https://help.ubuntu.com/community/FuseIso&quot; rel=&quot;nofollow&quot;&gt;explains about fuseiso&lt;/a&gt; in detail.


&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Yoander,&lt;/strong&gt;

P7ZIP looks good. Thanks for the information.

&lt;code&gt;&#160;&lt;/code&gt;
For those who are new to &lt;a href=&quot;http://p7zip.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;p7zip&lt;/a&gt;, it is a port of 7za.exe for POSIX Unix systems and MacOS X.</description>
		<content:encoded><![CDATA[<p><strong>@Sasikala,</strong><br />
Thanks for the information about MagicISO, which looks like a commercial product. Does that work on Linux (or) Is it only for Windows? I couldn&#8217;t tell from their website.<br />
<code>&nbsp;</code></p>
<p><strong>@Francesco,</strong><br />
Thanks for pointing out the mistake. I&#8217;ve corrected it.<br />
<code>&nbsp;</code><br />
To create ISO image, use dd command. i.e Something like the following:</p>
<pre>
# dd if=/dev/cdrom of=cdrom.iso
</pre>
<p><code>&nbsp;</code></p>
<p><strong>@Ulrich,</strong></p>
<p>Thanks for the awesome explanation with examples on how to mount a single partition from a image file that contains multiple partition. I sincerely appreciate your contribution. </p>
<p><code>&nbsp;</code></p>
<p><strong>@Grimborg,</strong></p>
<p>Thanks for bringing fuseiso to our attention.<br />
<code>&nbsp;</code></p>
<p>For those who are new to fuseiso, this article <a href="https://help.ubuntu.com/community/FuseIso" rel="nofollow">explains about fuseiso</a> in detail.</p>
<p><code>&nbsp;</code></p>
<p><strong>@Yoander,</strong></p>
<p>P7ZIP looks good. Thanks for the information.</p>
<p><code>&nbsp;</code><br />
For those who are new to <a href="http://p7zip.sourceforge.net/" rel="nofollow">p7zip</a>, it is a port of 7za.exe for POSIX Unix systems and MacOS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoander (sedlav)</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11827</link>
		<dc:creator>yoander (sedlav)</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11827</guid>
		<description>Another way to view and extract content from an iso file using p7zip (http://p7zip.sourceforge.net/)</description>
		<content:encoded><![CDATA[<p>Another way to view and extract content from an iso file using p7zip (<a href="http://p7zip.sourceforge.net/" rel="nofollow">http://p7zip.sourceforge.net/</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimborg</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11822</link>
		<dc:creator>grimborg</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11822</guid>
		<description>Just use fuseiso to mount it, no need for mc...</description>
		<content:encoded><![CDATA[<p>Just use fuseiso to mount it, no need for mc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrich Hiller</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11816</link>
		<dc:creator>Ulrich Hiller</dc:creator>
		<pubDate>Tue, 23 Jun 2009 08:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11816</guid>
		<description>How to mount one single partition in an image, e.g. if you have made a &quot;dd-image&quot; of a whole disk?
&lt;code&gt;&#160;&lt;/code&gt;
If the disk has only one single partition it is easy:
&lt;pre&gt;
mount -o loop imagefile /mnt
&lt;/pre&gt;
as already shown.
&lt;code&gt;&#160;&lt;/code&gt;
Let us assume the image file has the name sda.img. Do now fdisk:
&lt;code&gt;&#160;&lt;/code&gt;
&lt;pre&gt;
fdisk -l -u sda.img
You must set cylinders.
You can do this from the extra functions menu.

Disk sda.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000080

  Device Boot      Start         End      Blocks   Id  System
sda.img1              63      112454       56196   de  Dell Utility
sda.img2   *      112455      321299      104422+  83  Linux
sda.img3          321300     4530329     2104515   82  Linux swap / Solaris
sda.img4         4530330   312496379   153983025    f  W95 Ext&#039;d (LBA)
sda.img5         4530393    25511219    10490413+  83  Linux
sda.img6        25511283    29720249     2104483+  83  Linux
sda.img7        29720313    33929279     2104483+  83  Linux
sda.img8        33929343   312496379   139283518+  83  Linux
&lt;/pre&gt;

&lt;code&gt;&#160;&lt;/code&gt;
Now let us mount sda.img8. The fdisk command has said:
Units = sectors of 1 * 512 = 512 bytes
&lt;code&gt;&#160;&lt;/code&gt;
Now look into the &quot;start&quot; column and multiply it with 512 bytes:
33929343 * 512 = 17371823616
 
&lt;code&gt;&#160;&lt;/code&gt;
This is the offset number in bytes you have to know:
&lt;pre&gt;
losetup -o 17371823616 /dev/loop0 sda.img
mount /dev/loop0 /mnt
&lt;/pre&gt;
&lt;code&gt;&#160;&lt;/code&gt;
If something went wrong, then propably the offset is wrong.
&lt;code&gt;&#160;&lt;/code&gt;
Now you can work with it like with a normal disk.
And the end of your work:
&lt;pre&gt;
umount /mnt
losetup -d /dev/loop0
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>How to mount one single partition in an image, e.g. if you have made a &#8220;dd-image&#8221; of a whole disk?<br />
<code>&nbsp;</code><br />
If the disk has only one single partition it is easy:</p>
<pre>
mount -o loop imagefile /mnt
</pre>
<p>as already shown.<br />
<code>&nbsp;</code><br />
Let us assume the image file has the name sda.img. Do now fdisk:<br />
<code>&nbsp;</code></p>
<pre>
fdisk -l -u sda.img
You must set cylinders.
You can do this from the extra functions menu.

Disk sda.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000080

  Device Boot      Start         End      Blocks   Id  System
sda.img1              63      112454       56196   de  Dell Utility
sda.img2   *      112455      321299      104422+  83  Linux
sda.img3          321300     4530329     2104515   82  Linux swap / Solaris
sda.img4         4530330   312496379   153983025    f  W95 Ext'd (LBA)
sda.img5         4530393    25511219    10490413+  83  Linux
sda.img6        25511283    29720249     2104483+  83  Linux
sda.img7        29720313    33929279     2104483+  83  Linux
sda.img8        33929343   312496379   139283518+  83  Linux
</pre>
<p><code>&nbsp;</code><br />
Now let us mount sda.img8. The fdisk command has said:<br />
Units = sectors of 1 * 512 = 512 bytes<br />
<code>&nbsp;</code><br />
Now look into the &#8220;start&#8221; column and multiply it with 512 bytes:<br />
33929343 * 512 = 17371823616</p>
<p><code>&nbsp;</code><br />
This is the offset number in bytes you have to know:</p>
<pre>
losetup -o 17371823616 /dev/loop0 sda.img
mount /dev/loop0 /mnt
</pre>
<p><code>&nbsp;</code><br />
If something went wrong, then propably the offset is wrong.<br />
<code>&nbsp;</code><br />
Now you can work with it like with a normal disk.<br />
And the end of your work:</p>
<pre>
umount /mnt
losetup -d /dev/loop0
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco Talamona</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11810</link>
		<dc:creator>Francesco Talamona</dc:creator>
		<pubDate>Tue, 23 Jun 2009 06:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11810</guid>
		<description>Hi, last box shouldn&#039;t be  $ cp some-file-inside-iso /tmp/mnt ?

Is it there a way to know the command line used to create the ISO, so to recreate it as similar as possible to the original? (point 4)</description>
		<content:encoded><![CDATA[<p>Hi, last box shouldn&#8217;t be  $ cp some-file-inside-iso /tmp/mnt ?</p>
<p>Is it there a way to know the command line used to create the ISO, so to recreate it as similar as possible to the original? (point 4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasikala</title>
		<link>http://www.thegeekstuff.com/2009/06/how-to-mount-view-iso-file-as-root-and-non-root-user-in-unix/comment-page-1/#comment-11807</link>
		<dc:creator>sasikala</dc:creator>
		<pubDate>Tue, 23 Jun 2009 04:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=553#comment-11807</guid>
		<description>Thanks for the post. It looks good.

For windows, &lt;a href=&quot;http://www.magiciso.com/&quot; rel=&quot;nofollow&quot;&gt;MagicISO&lt;/a&gt; is a tool to extract, edit, search a file in iso etc.,</description>
		<content:encoded><![CDATA[<p>Thanks for the post. It looks good.</p>
<p>For windows, <a href="http://www.magiciso.com/" rel="nofollow">MagicISO</a> is a tool to extract, edit, search a file in iso etc.,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:40:28 -->
