<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Wed, 21 Oct 2009 12:15:08 -0000</lastBuildDate><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-20708062</link><description>Your recipe seems like not working. I have given the command:-&lt;br&gt;&lt;br&gt;mount -o loop -t iso9660 rld-dmc4.iso /media/Entertainment/Game/Devil\ May\ Cry\ 4\ Image/&lt;br&gt;&lt;br&gt;And I got the o/p:-&lt;br&gt;&lt;br&gt;rld-dmc4.iso: No such file or directory</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">prakharmishra</dc:creator><pubDate>Wed, 21 Oct 2009 12:15:08 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-16365539</link><description>lawrence - you arent specifying a path for your BF1942_1.iso file.&lt;br&gt;try&lt;br&gt;mkdir /mnt/foo&lt;br&gt;mount -o loop /dir/path/filename.iso /mnt/foo&lt;br&gt;that should do the trick</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mainmeat</dc:creator><pubDate>Thu, 10 Sep 2009 16:51:14 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-8353087</link><description>what is the path to BF1942_1.iso relative to your current directory? &lt;br&gt;&lt;br&gt;Should something like &lt;br&gt;&lt;br&gt;mkdir -p /mnt/disk&lt;br&gt;mount -o loop /dev/USB/BF1942_1.iso /mnt/disk &lt;br&gt;... Make any sense?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">michael</dc:creator><pubDate>Sun, 19 Apr 2009 14:22:06 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-8207341</link><description>lawrence@Inf1n1ty:~$ su&lt;br&gt;Password: &lt;br&gt;su: Authentication failure&lt;br&gt;lawrence@Inf1n1ty:~$ sudo -i&lt;br&gt;root@Inf1n1ty:~# mkdir -p /mnt/disk&lt;br&gt;root@Inf1n1ty:~# mount -o loop BF1942_1.iso /mnt/disk&lt;br&gt;BF1942_1.iso: No such file or directory&lt;br&gt;root@Inf1n1ty:~# &lt;br&gt;&lt;br&gt;so when i log into root, cannot as it is locked, so use sudo to gain root privileges, Then when I go to mount the image it doesn't find it. &lt;br&gt;Is there a certain location that I need to place the iso in question?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrence</dc:creator><pubDate>Tue, 14 Apr 2009 15:49:09 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-6107817</link><description>you need to create the mount point first, i.e. "mkdir /mnt/test"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bob</dc:creator><pubDate>Mon, 09 Feb 2009 00:45:35 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-6069611</link><description>eh... it says "mount: mount point /mnt/[name] does not exist"&lt;br&gt;wat do i do?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nokie</dc:creator><pubDate>Sat, 07 Feb 2009 12:35:01 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-5456046</link><description>umount /mnt/test</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">a$$hole</dc:creator><pubDate>Wed, 21 Jan 2009 23:55:22 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-5437981</link><description>works fine, how would you unmount</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jesla</dc:creator><pubDate>Wed, 21 Jan 2009 13:53:43 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-4920857</link><description>your iso image file system was another ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruslanas Gzibovskis</dc:creator><pubDate>Mon, 05 Jan 2009 18:14:05 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-3901546</link><description>it also works without "-t iso9660" (mount -o loop file.iso /mnt/test)... When I tried, your command doesn't work at all...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">miezebieze</dc:creator><pubDate>Wed, 19 Nov 2008 16:18:28 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-3855153</link><description>unable to mount iso file using command mentioned above  as each time there  is a extracted directory made in test folder</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amit</dc:creator><pubDate>Mon, 17 Nov 2008 05:16:24 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-3263354</link><description>thank you, had not dont that before.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JOsh</dc:creator><pubDate>Thu, 23 Oct 2008 17:44:32 -0000</pubDate></item><item><title>Re: Mount an ISO file in Linux | Linux | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/857/mount-an-iso-file-in-linux/#comment-3087462</link><description>You fail to explain that this command only works for root.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bob</dc:creator><pubDate>Thu, 16 Oct 2008 08:50:24 -0000</pubDate></item></channel></rss>