<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Danny Tsang &#187; iso9660</title> <atom:link href="http://www.dannytsang.co.uk/index.php/tag/iso9660/feed/" rel="self" type="application/rss+xml" /><link>http://www.dannytsang.co.uk</link> <description>Eats and spits code by day</description> <lastBuildDate>Mon, 06 Feb 2012 00:01:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Mount ISO File In Linux</title><link>http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/</link> <comments>http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/#comments</comments> <pubDate>Sat, 13 Feb 2010 01:03:30 +0000</pubDate> <dc:creator>Danny</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[CD-rom]]></category> <category><![CDATA[CDROM]]></category> <category><![CDATA[ISO]]></category> <category><![CDATA[iso file]]></category> <category><![CDATA[iso9660]]></category> <category><![CDATA[Mount ISO]]></category> <guid
isPermaLink="false">http://www.dannytsang.co.uk/?p=2684</guid> <description><![CDATA[A neat trick in Linux is the ability to mount an .iso file as if it was a CDROM. The command to do this is: sudo mount -t iso9660 -o loop /home/danny/filename.iso /media/cdrom where &#8220;/home/danny/filename.iso&#8221; is the path to the &#8230; <a
href="http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/">Continue reading <span
class="meta-nav">&#8594;</span></a> Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/mounting-extracting-bin-and-cue-files-in-ubuntu/' rel='bookmark' title='Mounting / Extracting .bin and .cue Files In Ubuntu'>Mounting / Extracting .bin and .cue Files In Ubuntu</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/nfs-server/' rel='bookmark' title='NFS Server'>NFS Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/replace-devsda-with-uuid/' rel='bookmark' title='Replace /dev/xxx With UUID'>Replace /dev/xxx With UUID</a></li></ol>]]></description> <content:encoded><![CDATA[<p>A neat trick in <a
href="http://www.dannytsang.co.uk/index.php/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a> is the ability to mount an .<a
href="http://www.dannytsang.co.uk/index.php/tag/iso/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ISO">iso</a> file as if it was a <a
href="http://www.dannytsang.co.uk/index.php/tag/cdrom/" class="st_tag internal_tag" rel="tag" title="Posts tagged with CDROM">CDROM</a>.</p><p>The command to do this is:<br
/> <code>sudo mount -t <a
href="http://www.dannytsang.co.uk/index.php/tag/iso9660/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iso9660">iso9660</a> -o loop /home/danny/filename.iso /media/cdrom</code></p><p>where &#8220;/home/danny/filename.iso&#8221; is the path to the <a
href="http://www.dannytsang.co.uk/index.php/tag/iso-file/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iso file">ISO file</a> and the latter &#8220;/media/cdrom&#8221; is the mount point. In this case it will mount it where the CDROM would normally be mounted on.</p><p><a
href="http://ubuntuforums.org/showthread.php?t=387780" target="_blank">Mount ISO as CD-rom not as a folder</a></p><p>Related posts:<ol><li><a
href='http://www.dannytsang.co.uk/index.php/mounting-extracting-bin-and-cue-files-in-ubuntu/' rel='bookmark' title='Mounting / Extracting .bin and .cue Files In Ubuntu'>Mounting / Extracting .bin and .cue Files In Ubuntu</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/nfs-server/' rel='bookmark' title='NFS Server'>NFS Server</a></li><li><a
href='http://www.dannytsang.co.uk/index.php/replace-devsda-with-uuid/' rel='bookmark' title='Replace /dev/xxx With UUID'>Replace /dev/xxx With UUID</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.dannytsang.co.uk/index.php/mount-iso-file-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
