public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "François Cami" <francois.cami@free.fr>
To: Nix <nix@esperi.org.uk>
Cc: linux-kernel@vger.kernel.org,
	"Theodore Y. Ts'o" <theotso@us.ibm.com>,
	Martin Watson <mjwatsonuk@yahoo.co.uk>
Subject: Re: 2.6.28.7/ext2/e2fsprogs-1.41.3: apparently irreparable filesystem damage, filesystem not imageable
Date: Thu, 12 Mar 2009 00:11:56 +0100	[thread overview]
Message-ID: <20090312001156.004e775e@free.fr> (raw)
In-Reply-To: <87prgnpw1c.fsf@hades.wkstn.nix>

On Wed, 11 Mar 2009 21:52:15 +0000
Nix <nix@esperi.org.uk> wrote:

(...)

> OK, time to image it to another ext2 filesystem with enough space (there
> isn't enough unpartitioned space, we have to put it in a file). We imaged
> from an LVM snapshot to ensure that nothing could possibly futz with the fs
> while we imaged it:
> 
> ,----
> | root@beast:/var/log/fsck# dd if=/dev/disks/home-snap of=/mnt/horizon/home.img bs=10240000 & DDPID=$!
> | [1] 2821
> | [...]
> | root@beast:/var/log/fsck# while sleep 30; do kill -USR1 $DDPID; done
> | 1665+0 records in
> | 1664+0 records out
> | 17039360000 bytes (17 GB) copied, 1611.98 s, 10.6 MB/s
> | dd: writing `/mnt/horizon/home.img': File too large
> | 1685+0 records in
> | 1684+0 records out
> | 17247252480 bytes (17 GB) copied, 1630.96 s, 10.6 MB/s
> | [1]+  Exit 1                  dd if=/dev/disks/home-snap of=/mnt/horizon/home.img bs=10240000
> `----
> 
> The only phrase that springs to mind now is 'WTF'? I've never heard of a
> 17Gb -EFBIG limit before. Certainly it's not O_LARGEFILE-related: a
> quick strace shows dd(1) opening both inputs and outputs with
> O_LARGEFILE, as everyone has since the year dot. Some completely weird
> kernel bug?
> 
> What on earth is going on?

AFAIK you are hitting the 16GB file size limit of a 1KB-block formatted
ext{2,3} filesystem on /mnt/horizon/ .

François

  reply	other threads:[~2009-03-12  2:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-11 21:52 2.6.28.7/ext2/e2fsprogs-1.41.3: apparently irreparable filesystem damage, filesystem not imageable Nix
2009-03-11 23:11 ` François Cami [this message]
2009-03-11 23:17   ` Nix

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=20090312001156.004e775e@free.fr \
    --to=francois.cami@free.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjwatsonuk@yahoo.co.uk \
    --cc=nix@esperi.org.uk \
    --cc=theotso@us.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox