<?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: s3fs for openwrt</title>
	<atom:link href="http://lithostech.com/2009/08/s3fs-for-openwrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://lithostech.com/2009/08/s3fs-for-openwrt/</link>
	<description>making it work</description>
	<lastBuildDate>Mon, 27 Feb 2012 17:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: stevecrozz</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47587</link>
		<dc:creator>stevecrozz</dc:creator>
		<pubDate>Mon, 27 Feb 2012 17:09:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-47587</guid>
		<description>I don&#039;t remember having any issues building the dependent libraries. I was using the OpenWRT ncurses interface: make menuconfig. I just checked the boxes next to each library. Is that what you&#039;re doing?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember having any issues building the dependent libraries. I was using the OpenWRT ncurses interface: make menuconfig. I just checked the boxes next to each library. Is that what you&#8217;re doing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhpetiwala</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47585</link>
		<dc:creator>mhpetiwala</dc:creator>
		<pubDate>Mon, 27 Feb 2012 16:27:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-47585</guid>
		<description>Hi Steve - i was able to build s3fs (finally) but not sure if there&#039;s some issue... I had to disable ssl when building curl etc as it was running into issues.

Is there a specific order i need to build these libs in. ie build libz, then libxml2, etc... i&#039;ve the standard thread, uclibcxx, etc as part of the toolchain.

but need the specific ones. you mentioned above.</description>
		<content:encoded><![CDATA[<p>Hi Steve &#8211; i was able to build s3fs (finally) but not sure if there&#8217;s some issue&#8230; I had to disable ssl when building curl etc as it was running into issues.</p>
<p>Is there a specific order i need to build these libs in. ie build libz, then libxml2, etc&#8230; i&#8217;ve the standard thread, uclibcxx, etc as part of the toolchain.</p>
<p>but need the specific ones. you mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevecrozz</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47335</link>
		<dc:creator>stevecrozz</dc:creator>
		<pubDate>Thu, 23 Feb 2012 19:35:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-47335</guid>
		<description>Sure, the main dependencies at the time I wrote this were: libcurl, libfuse, libxml2, uclibcxx, libpthread, libssl, libcrypto, and libz. Make sure you&#039;ve got those libraries available and s3fs should be pretty easy to build. I&#039;ll email you and see if I can be of any help. Maybe we can come up with a new Makefile that I can attach to this post since I lost my old one.</description>
		<content:encoded><![CDATA[<p>Sure, the main dependencies at the time I wrote this were: libcurl, libfuse, libxml2, uclibcxx, libpthread, libssl, libcrypto, and libz. Make sure you&#8217;ve got those libraries available and s3fs should be pretty easy to build. I&#8217;ll email you and see if I can be of any help. Maybe we can come up with a new Makefile that I can attach to this post since I lost my old one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhpetiwala</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47332</link>
		<dc:creator>mhpetiwala</dc:creator>
		<pubDate>Thu, 23 Feb 2012 18:46:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-47332</guid>
		<description>Hi Steve - so i was able to finally build fuse and get it working (at least the examples in the folder) on my embedded system. 

Can you provide me with the next steps - any specific dependencies i need to be aware of for building s3fs on my box? would like to get it build and working as the next step any help appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Steve &#8211; so i was able to finally build fuse and get it working (at least the examples in the folder) on my embedded system. </p>
<p>Can you provide me with the next steps &#8211; any specific dependencies i need to be aware of for building s3fs on my box? would like to get it build and working as the next step any help appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevecrozz</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47102</link>
		<dc:creator>stevecrozz</dc:creator>
		<pubDate>Mon, 20 Feb 2012 21:09:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-47102</guid>
		<description>I never was able to make this work with s3fs because the wireless card on my router did not have linux kernel 2.6 drivers at the time and I could not build s3fs without fuse which required kernel 2.6. I ended up running the system with plain NFS and that worked out, but it&#039;s not as cool as cloud storage. I would have liked to continue building a nicer interface and project enclosure, but I&#039;ve lost interest in the project at this point.

Let me know if you get any farther. I&#039;d love to see what you can come up with.</description>
		<content:encoded><![CDATA[<p>I never was able to make this work with s3fs because the wireless card on my router did not have linux kernel 2.6 drivers at the time and I could not build s3fs without fuse which required kernel 2.6. I ended up running the system with plain NFS and that worked out, but it&#8217;s not as cool as cloud storage. I would have liked to continue building a nicer interface and project enclosure, but I&#8217;ve lost interest in the project at this point.</p>
<p>Let me know if you get any farther. I&#8217;d love to see what you can come up with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhpetiwala</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-47101</link>
		<dc:creator>mhpetiwala</dc:creator>
		<pubDate>Mon, 20 Feb 2012 20:58:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-47101</guid>
		<description>Hi Steve - did you do any work on this project since the last update. I&#039;m trying to implement something similar using s3fs over openwrt/embedded linux board (beagleboard) any pointers on whether you were able to get this type of a setup to work. I&#039;m also trying to extend it on the LAN side (of my natted gw) using Samba or something/upnp that abstracts the remote file storage and makes it look like a simple folder from the client PC perspective...</description>
		<content:encoded><![CDATA[<p>Hi Steve &#8211; did you do any work on this project since the last update. I&#8217;m trying to implement something similar using s3fs over openwrt/embedded linux board (beagleboard) any pointers on whether you were able to get this type of a setup to work. I&#8217;m also trying to extend it on the LAN side (of my natted gw) using Samba or something/upnp that abstracts the remote file storage and makes it look like a simple folder from the client PC perspective&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevecrozz</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-46461</link>
		<dc:creator>stevecrozz</dc:creator>
		<pubDate>Sun, 12 Feb 2012 01:08:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-46461</guid>
		<description>It looks like I forgot to copy over some files when I migrated from Drupal to Wordpress back in 2010. I looked through some old backups and they just don&#039;t go back far enough. I guess it is lost.</description>
		<content:encoded><![CDATA[<p>It looks like I forgot to copy over some files when I migrated from Drupal to WordPress back in 2010. I looked through some old backups and they just don&#8217;t go back far enough. I guess it is lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurijs</title>
		<link>http://lithostech.com/2009/08/s3fs-for-openwrt/comment-page-1/#comment-46359</link>
		<dc:creator>Jurijs</dc:creator>
		<pubDate>Fri, 10 Feb 2012 21:38:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-46359</guid>
		<description>Could you please send Makefile to me, because this post don&#039;t have one: s3fs for openwrt.</description>
		<content:encoded><![CDATA[<p>Could you please send Makefile to me, because this post don&#8217;t have one: s3fs for openwrt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

