<?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 Unmount an ISO Image in Linux	</title>
	<atom:link href="https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 20 Aug 2022 21:03:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dmitry		</title>
		<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-1865122</link>

		<dc:creator><![CDATA[Dmitry]]></dc:creator>
		<pubDate>Sat, 20 Aug 2022 21:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2132#comment-1865122</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-1858605&quot;&gt;hakan&lt;/a&gt;.

It will be very funny when you remove the iso-file and reboot the system.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-1858605">hakan</a>.</p>
<p>It will be very funny when you remove the iso-file and reboot the system.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hakan		</title>
		<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-1858605</link>

		<dc:creator><![CDATA[hakan]]></dc:creator>
		<pubDate>Sun, 07 Aug 2022 17:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2132#comment-1858605</guid>

					<description><![CDATA[the mount is old. use fstab. it is easier than mount.]]></description>
			<content:encoded><![CDATA[<p>the mount is old. use fstab. it is easier than mount.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Root		</title>
		<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-603307</link>

		<dc:creator><![CDATA[Chris Root]]></dc:creator>
		<pubDate>Fri, 19 Jun 2015 19:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2132#comment-603307</guid>

					<description><![CDATA[Unable to mount isos using latest kernel in RHEL6.6 using this method.

When attempting to enter: mount -t iso9660 -o loop /patch/to/image.iso /mnt/path (with the proper iso name in the proper directory and /mnt/path created), receiving the error message: 

column: invalid option -- &#039;o&#039;
usage: column [-tx] [-c columns] [file ...]

Tried in init 1/3, even an older release of the kernel, still nothing.  HOWEVER, apparently the -t and -o options _DO_ work with sudo mount.]]></description>
			<content:encoded><![CDATA[<p>Unable to mount isos using latest kernel in RHEL6.6 using this method.</p>
<p>When attempting to enter: mount -t iso9660 -o loop /patch/to/image.iso /mnt/path (with the proper iso name in the proper directory and /mnt/path created), receiving the error message: </p>
<p>column: invalid option &#8212; &#8216;o&#8217;<br />
usage: column [-tx] [-c columns] [file &#8230;]</p>
<p>Tried in init 1/3, even an older release of the kernel, still nothing.  HOWEVER, apparently the -t and -o options _DO_ work with sudo mount.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nsu2015		</title>
		<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-578630</link>

		<dc:creator><![CDATA[nsu2015]]></dc:creator>
		<pubDate>Fri, 22 May 2015 11:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2132#comment-578630</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-576702&quot;&gt;Ravi Saive&lt;/a&gt;.

Thank you very much
it worked for me]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-576702">Ravi Saive</a>.</p>
<p>Thank you very much<br />
it worked for me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-576702</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 20 May 2015 09:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=2132#comment-576702</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-576688&quot;&gt;nsu2015&lt;/a&gt;.

@Nsu2015,
You can use following line to /etc/fstab file to auto mount your ISO file permanently at system startup.
&lt;pre&gt;
/patch/to/image.iso /mnt/path iso9660 loop 0 0
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-mount-and-unmount-an-iso-image-in-linux/comment-page-1/#comment-576688">nsu2015</a>.</p>
<p>@Nsu2015,<br />
You can use following line to /etc/fstab file to auto mount your ISO file permanently at system startup.</p>
<pre>
/patch/to/image.iso /mnt/path iso9660 loop 0 0
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
