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-next>] [day] [month] [year] [list]
Date:	Tue, 17 Jun 2014 10:16:03 +0000
From:	bugzilla-daemon@...zilla.kernel.org
To:	linux-ext4@...r.kernel.org
Subject: [Bug 78151] New: e2image -I does not work(?)

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@...nel-bugs.osdl.org
          Reporter: barth@...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.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ