All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bas van Schaik <bas@tuxes.nl>
To: Eric Sandeen <sandeen@redhat.com>
Cc: linux-ext4@vger.kernel.org
Subject: Re: e2fsck dies with error "this should never happen!!!"
Date: Fri, 07 Mar 2008 17:29:49 +0100	[thread overview]
Message-ID: <47D16D7D.9030700@tuxes.nl> (raw)
In-Reply-To: <47D16456.6030400@redhat.com>

Eric Sandeen wrote:
> Bas van Schaik wrote:
>
>   
>> Why is e2image refusing to restore the metadata, and what does "File too
>> large" mean?
>>     
> How big are things really?  stracing the command would show you what is
> returning the error...
>   
The image file is 35335922 kbytes (= about 33GB), but is of course
sparse and actually uses 4218560 kbytes (= about 4 GB). The original
filesystem is 550502400 blocks long (block size 4096, number of inodes:
275251200).

The last few lines of output when using strace:
> close(4)                                = 0
> open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 4
> read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\4\0"...,
> 512) = 512
> fstat64(4, {st_mode=S_IFREG|0644, st_size=9436, ...}) = 0
> mmap2(NULL, 8228, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4,
> 0) = 0xb1ab3000
> mmap2(0xb1ab4000, 8192, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1) = 0xb1ab4000
> close(4)                                = 0
> write(2, "e2image-pre-e2fsck-snapshot_2008"...,
> 55e2image-pre-e2fsck-snapshot_2008-03-06: File too large
> ) = 55
> exit_group(1)                           = ?
> Process 6218 detached
I can't see what's going wrong here.

  -- Bas



  reply	other threads:[~2008-03-07 16:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-22 12:07 e2fsck dies with error "this should never happen!!!" Bas van Schaik
2008-02-22 12:38 ` Theodore Tso
2008-02-22 13:14   ` Bas van Schaik
2008-02-22 17:44     ` Bas van Schaik
2008-02-22 17:46       ` Eric Sandeen
2008-02-22 17:55         ` Bas van Schaik
2008-02-22 18:00           ` Eric Sandeen
2008-02-22 18:06             ` Bas van Schaik
2008-02-22 18:27               ` Theodore Tso
2008-02-22 19:31                 ` Bas van Schaik
2008-02-22 19:48                   ` Theodore Tso
2008-03-02 19:08                     ` Bas van Schaik
2008-03-07 13:41                       ` Bas van Schaik
2008-03-07 15:50                         ` Eric Sandeen
2008-03-07 16:29                           ` Bas van Schaik [this message]
2008-03-07 17:45                             ` Theodore Tso
2008-03-07 18:12                               ` Bas van Schaik

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=47D16D7D.9030700@tuxes.nl \
    --to=bas@tuxes.nl \
    --cc=linux-ext4@vger.kernel.org \
    --cc=sandeen@redhat.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.