]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
contrib/populate-extfs.sh: use debugfs to populate extX fs
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 14 Oct 2013 02:09:12 +0000 (22:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Oct 2013 02:09:12 +0000 (22:09 -0400)
commit76d84ffceb24fa4f9323b18d350e31357f3b981c
tree7239f34f507007ca8ca920f36fc50b35127f1088
parentc756ec4217dcc045f70f49f2a758ba301b057e55
contrib/populate-extfs.sh: use debugfs to populate extX fs

This script uses debugfs command to populate the ext2/3/4 filesystem
from a given directory, it is a little similar to genext2fs, but this
one fully supports ext3 and ext4.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/populate-extfs.sh [new file with mode: 0755]