<?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: Per directory quota: not a dream</title>
	<atom:link href="http://www.held.org.il/blog/?feed=rss2&#038;p=80" rel="self" type="application/rss+xml" />
	<link>http://www.held.org.il/blog/?p=80</link>
	<description>Linux, FOSS, Web and more: a buzzword-free blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: August Sodora</title>
		<link>http://www.held.org.il/blog/?p=80&#038;cpage=1#comment-237</link>
		<dc:creator>August Sodora</dc:creator>
		<pubDate>Tue, 17 Aug 2010 02:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.held.org.il/blog/?p=80#comment-237</guid>
		<description>I recently implemented a little project to accomplish this. It uses FUSE and provides a transparent filesystem layer which should accept any directory on a POSIX-compliant filesystem as a basedir and will expose a quota-enabled filesystem through its mountpoint. Quotas can be set on arbitrary files or directories and since they are only represented as xattrs (user.quota), there can be a very very large number of quotas for a single mountpoint, unlike other solutions which typically involve creating virtual block devices. I&#039;ve put it up on google code if anybody is curious http://code.google.com/p/fusequota/

Any feedback would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>I recently implemented a little project to accomplish this. It uses FUSE and provides a transparent filesystem layer which should accept any directory on a POSIX-compliant filesystem as a basedir and will expose a quota-enabled filesystem through its mountpoint. Quotas can be set on arbitrary files or directories and since they are only represented as xattrs (user.quota), there can be a very very large number of quotas for a single mountpoint, unlike other solutions which typically involve creating virtual block devices. I&#8217;ve put it up on google code if anybody is curious <a href="http://code.google.com/p/fusequota/" rel="nofollow">http://code.google.com/p/fusequota/</a></p>
<p>Any feedback would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Finney</title>
		<link>http://www.held.org.il/blog/?p=80&#038;cpage=1#comment-57</link>
		<dc:creator>Ben Finney</dc:creator>
		<pubDate>Fri, 03 Jul 2009 01:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.held.org.il/blog/?p=80#comment-57</guid>
		<description>&gt; Of course, you can probably also create a loopback filesystem of fixed size. Then it doesn’t matter what the filesystem is, for those who prefer to stick with ext3 or something. Obviously then though, you lose the disc space whether you use it or not.

I think this would be better achieved using &lt;a href=&quot;http://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)&quot; rel=&quot;nofollow&quot;&gt;LVM&lt;/a&gt;. Set the storage device as a physical volume (PV), with one logical group (LG); then carve off each logical volume (LV) with as much space as you want from that group.

You get the same “space is allocated to that volume whether you use it or not” property, but you are using a mature system (LVM) which is well-supported by standard tools for adding, removing, re-sizing, and other management.</description>
		<content:encoded><![CDATA[<p>&gt; Of course, you can probably also create a loopback filesystem of fixed size. Then it doesn’t matter what the filesystem is, for those who prefer to stick with ext3 or something. Obviously then though, you lose the disc space whether you use it or not.</p>
<p>I think this would be better achieved using <a href="http://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)" rel="nofollow">LVM</a>. Set the storage device as a physical volume (PV), with one logical group (LG); then carve off each logical volume (LV) with as much space as you want from that group.</p>
<p>You get the same “space is allocated to that volume whether you use it or not” property, but you are using a mature system (LVM) which is well-supported by standard tools for adding, removing, re-sizing, and other management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thehumanelement</title>
		<link>http://www.held.org.il/blog/?p=80&#038;cpage=1#comment-56</link>
		<dc:creator>thehumanelement</dc:creator>
		<pubDate>Sat, 21 Feb 2009 13:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.held.org.il/blog/?p=80#comment-56</guid>
		<description>I was interested in doing this too. Of course, you can probably also create a loopback filesystem of fixed size. Then it doesn&#039;t matter what the filesystem is, for those who prefer to stick with ext3 or something. Obviously then though, you lose the disc space whether you use it or not.</description>
		<content:encoded><![CDATA[<p>I was interested in doing this too. Of course, you can probably also create a loopback filesystem of fixed size. Then it doesn&#8217;t matter what the filesystem is, for those who prefer to stick with ext3 or something. Obviously then though, you lose the disc space whether you use it or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://www.held.org.il/blog/?p=80&#038;cpage=1#comment-55</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Tue, 29 Jul 2008 06:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.held.org.il/blog/?p=80#comment-55</guid>
		<description>Unfortunately it is not possible with ext3 and most other filesystems..</description>
		<content:encoded><![CDATA[<p>Unfortunately it is not possible with ext3 and most other filesystems..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oded</title>
		<link>http://www.held.org.il/blog/?p=80&#038;cpage=1#comment-54</link>
		<dc:creator>Oded</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.held.org.il/blog/?p=80#comment-54</guid>
		<description>Can you give instructions on how to do the same for Ext3 (for those of us that have left XFS back then and haven&#039;t looked back since ;-) )?</description>
		<content:encoded><![CDATA[<p>Can you give instructions on how to do the same for Ext3 (for those of us that have left XFS back then and haven&#8217;t looked back since <img src='http://www.held.org.il/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
