On Thu, 2009-04-02 at 11:36 +0200, Rekrutacja119 wrote:> i have problems creating more than 39 999 subdirectories in the same
> directory in btrfs. i''m using version from kernel 2.6.29 and
> mkfs.btrfs 0.18
>
> linux:/t # mount|grep btrfs
> /dev/mapper/sys-test on /t type btrfs (rw)
> linux:/t # ls|wc -l
> 31999
> linux:/t # mkdir test123
> mkdir: cannot create directory `test123'': Too many links
> linux:/t #
>
> any idea why?
Hmmm, I''m a little surprised, btrfs doesn''t actually maintain
a link
count for directories. If you use the stat program on /t it should say
the link count is one. (please try this).
The btrfs mkdir call doesn''t check the link count either. Could you
please triple check another FS wasn''t mounted on top of /t?
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html