[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [OT] Undeletion utililty for ext3/4
- From: Christian Kujau <lists nerdbynature de>
- To: Andreas Dilger <adilger sun com>
- Cc: ext-users <Ext3-users redhat com>
- Subject: Re: [OT] Undeletion utililty for ext3/4
- Date: Sun, 3 May 2009 15:08:10 -0700 (PDT)
On Sun, 3 May 2009, Andreas Dilger wrote:
> This is probably due to a new ext4 feature. Look at this line of the
> code and see what feature it is checking for.
Hm, at extundelete.cc:894 we have:
// File system must have a journal.
assert((super_block.s_feature_compat & EXT3_FEATURE_COMPAT_HAS_JOURNAL));
if ((super_block.s_feature_compat & EXT2_FEATURE_COMPAT_DIR_PREALLOC))
std::cout << "WARNING: I don't know what EXT2_FEATURE_COMPAT_DIR_PREALLOC is.\n";
The EXT3_FEATURE_COMPAT_HAS_JOURNAL is a standard ext3/4 feature, not sure
about the EXT2_FEATURE_COMPAT_DIR_PREALLOC thing.
Thanks for replying, Andreas - but I could imagine that this is better
discussed on the extundelete lists - sorry for this noise.
Christian.
--
Bruce Schneier has found SHA-512 preimages of all these facts.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]