All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 78151] New: e2image -I does not work(?)
Date: Tue, 17 Jun 2014 10:16:03 +0000	[thread overview]
Message-ID: <bug-78151-13602@https.bugzilla.kernel.org/> (raw)

https://bugzilla.kernel.org/show_bug.cgi?id=78151

            Bug ID: 78151
           Summary: e2image -I does not work(?)
           Product: File System
           Version: 2.5
    Kernel Version: 3.8.0-42-generic (Xubuntu 12.04)
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: ext4
          Assignee: fs_ext4@kernel-bugs.osdl.org
          Reporter: barth@ub.uni-heidelberg.de
        Regression: No

dd if=/dev/zero of=e4.dat bs=1 count=1 seek=999999999
mkfs.ext4 e4.dat
mount e4.dat /mnt
rsync -a /usr/include/ /mnt/
umount /mnt

e2image e4.dat e4.img

mount e4.dat /mnt
rm -r /mnt/*
umount /mnt

e2image -I e4.dat e4.img

# Filesystem in e4.dat is unusable.
# after fsck -y e4.dat and mounting it,
# in /mnt/lost+found there are lots of files+dirs,
# but with names like #12345

# expected that all metadata would be recovered?
# is there an e4image?

Kind regards,
J.B.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

             reply	other threads:[~2014-06-17 10:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-17 10:16 bugzilla-daemon [this message]
2014-06-17 10:17 ` [Bug 78151] e2image -I does not work on ext4? bugzilla-daemon
2014-06-17 12:41 ` bugzilla-daemon
2014-06-17 12:56 ` bugzilla-daemon
2014-06-17 12:57 ` bugzilla-daemon
2014-06-17 14:54 ` bugzilla-daemon

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=bug-78151-13602@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    /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.