All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theodore Tso <tytso@mit.edu>
To: Magnus Naeslund <mag@kite.se>
Cc: "Robert P. J. Day" <rpjday@mindspring.com>, linux-kernel@vger.kernel.org
Subject: Re: ARC-1260: No space left on device, when there is (or should be) free space left
Date: Mon, 18 Jun 2007 13:26:25 -0400	[thread overview]
Message-ID: <20070618172625.GA24189@thunk.org> (raw)
In-Reply-To: <4676B298.4080904@kite.se>

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

      parent reply	other threads:[~2007-06-18 17:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-18 11:08 ARC-1260: No space left on device, when there is (or should be) free space left Magnus Naeslund
2007-06-18 11:30 ` Robert P. J. Day
2007-06-18 12:20   ` Magnus Naeslund
2007-06-18 13:44     ` Theodore Tso
2007-06-18 16:28       ` Magnus Naeslund
2007-06-18 17:19         ` Jason L Tibbitts III
2007-06-18 17:26         ` Theodore Tso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070618172625.GA24189@thunk.org \
    --to=tytso@mit.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mag@kite.se \
    --cc=rpjday@mindspring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.