<?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>Hayden's Blog &#187; mount</title>
	<atom:link href="http://www.sloik.ezwebtogo.com/myblog/tag/mount/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sloik.ezwebtogo.com/myblog</link>
	<description>The adventures of Hayden McAfee.</description>
	<lastBuildDate>Tue, 25 May 2010 04:21:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting An ISO Under Linux</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2008/05/03/mounting-an-iso-under-linux/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2008/05/03/mounting-an-iso-under-linux/#comments</comments>
		<pubDate>Sun, 04 May 2008 04:30:50 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/2008/05/03/mounting-an-iso-under-linux/</guid>
		<description><![CDATA[The most beautiful built in feature ever.
mount -o loop disk1.iso /mnt/disk
Mounts an ISO to the specified directory.
]]></description>
			<content:encoded><![CDATA[<p>The most beautiful built in feature ever.</p>
<blockquote><p>mount -o loop disk1.iso /mnt/disk</p></blockquote>
<p>Mounts an ISO to the specified directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2008/05/03/mounting-an-iso-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount.cifs Operation Not Permitted</title>
		<link>http://www.sloik.ezwebtogo.com/myblog/2007/11/27/mountcifs-operation-not-permitted/</link>
		<comments>http://www.sloik.ezwebtogo.com/myblog/2007/11/27/mountcifs-operation-not-permitted/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:12:41 +0000</pubDate>
		<dc:creator>sloik2004</dc:creator>
				<category><![CDATA[Lab Notes]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[permitted]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb4k]]></category>

		<guid isPermaLink="false">http://www.sloik.ezwebtogo.com/myblog/?p=59</guid>
		<description><![CDATA[To be able to mount samba shares as a normal user using programs like smb4k, the following commands need to be run as Root first.
chmod +s `which mount.cifs`
chmod +s `which umount.cifs`
That should solve any problems.
]]></description>
			<content:encoded><![CDATA[<p>To be able to mount samba shares as a normal user using programs like smb4k, the following commands need to be run as Root first.</p>
<blockquote><p>chmod +s `which mount.cifs`</p>
<p>chmod +s `which umount.cifs`</p></blockquote>
<p>That should solve any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sloik.ezwebtogo.com/myblog/2007/11/27/mountcifs-operation-not-permitted/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
