lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 18 Jun 2007 13:26:25 -0400
From:	Theodore Tso <tytso@....edu>
To:	Magnus Naeslund <mag@...e.se>
Cc:	"Robert P. J. Day" <rpjday@...dspring.com>,
	linux-kernel@...r.kernel.org
Subject: Re: ARC-1260: No space left on device, when there is (or should be) free space left

On Mon, Jun 18, 2007 at 06:28:08PM +0200, Magnus Naeslund wrote:
> 
> It's a filesystem containing images varying from 300kb to 2mb of size.
> It currently contains 1426394 files in 4125 directories.
> 
> Magnus
> 
> Inode count:              1430528
> Block count:              1464843264
> Blocks per group:         32768
> Fragments per group:      32768
> Inodes per group:         32

Well, *thar's* your problem!  :-)

I'm guessing you created the filesystem with mke2fs -T largefile4.
This basically told mke2fs that you anticipated the filesystem to have
an average inode size of 4 megabytes.  Given that your filesystem has
files ranging from 300k and 2mb, that's why you're running into
problems.

						- Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ