<?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>sizzo.org &#187; tiger</title>
	<atom:link href="http://sizzo.org/wp/tag/tiger/feed" rel="self" type="application/rss+xml" />
	<link>http://sizzo.org/wp</link>
	<description></description>
	<lastBuildDate>Fri, 13 Nov 2009 05:47:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>mount bind on osx?</title>
		<link>http://sizzo.org/wp/2008/12/mount-bind-on-osx</link>
		<comments>http://sizzo.org/wp/2008/12/mount-bind-on-osx#comments</comments>
		<pubDate>Tue, 30 Dec 2008 04:01:36 +0000</pubDate>
		<dc:creator>screen</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bindfs]]></category>
		<category><![CDATA[chroot]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[readonly]]></category>
		<category><![CDATA[tiger]]></category>

		<guid isPermaLink="false">http://sizzo.org/wp/?p=79</guid>
		<description><![CDATA[Enter <a href="http://code.google.com/p/bindfs/">bindfs</a>, a directory mirroring user filesystem that works with <a href="http://code.google.com/p/macfuse/">macfuse</a>. Running <code>bindfs /path/to/dest /path/to/link</code> provides the same experience. Delving into the <a href="http://bindfsdocs.googlepages.com/bindfs.1.html">man page</a> shows that you have tons of control over permissions of the directory mount as well.]]></description>
			<content:encoded><![CDATA[<p><img src="http://sizzo.org/wp/wp-content/uploads/2008/12/macfuse_180x180.png" alt="macfuse_180x180" title="macfuse_180x180" width="180" height="180" class="alignright size-full wp-image-80" /> I&#8217;ve been using Connect360 to stream video to my Xbox but it does not allow me to choose more than one video directory to share and it will not follow links onto my external drive. This is a typical problem with a simple solution on Linux, <code>mount --bind</code>. I couldn&#8217;t find mount_bind for osx but a simple alternative that really shows off the utility of user filesystems saved the day. </p>
<p>Enter <a href="http://code.google.com/p/bindfs/">bindfs</a>, a directory mirroring user filesystem that works with <a href="http://code.google.com/p/macfuse/">macfuse</a>. Running <code>bindfs /path/to/dest /path/to/link</code> provides the same experience. Delving into the <a href="http://bindfsdocs.googlepages.com/bindfs.1.html">man page</a> shows that you have tons of control over permissions of the directory mount as well.</p>
<p>If you plan to use bindfs on osx be sure to install macfuse from <a href="http://www.macports.org/">macports</a> and save yourself the configure failure when building bindfs from source because you downloaded the dmg and ran the installer.</p>
<p>We&#8217;ve been running all of our services here on sizzo in linux chroots that rely heavily on bind mounted directories to share data. It wasn&#8217;t until the 2.6.26 kernel that read only bind mounts were working, which provide an extra level of data protection within the chroot. Alternatively using bindfs/fuse on linux seems like it would be another great solution, especially when more fine grained control of permissions is necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://sizzo.org/wp/2008/12/mount-bind-on-osx/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

