diff options
author | Valerie Aurora Henson <vaurora@redhat.com> | 2009-08-23 19:20:03 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-08-23 19:20:03 -0400 |
commit | 95fd65bb7fcf84e8d1e207f84b9d5a9f99626a38 (patch) | |
tree | 7fd5b72b0e33c50e972a8cb27218a6aded796373 /tests/m_uninit | |
parent | 732c8cd58ff30ffae0d3276c411a08920717a46c (diff) | |
download | e2fsprogs-95fd65bb7fcf84e8d1e207f84b9d5a9f99626a38.tar.gz |
libext2fs: create generic numeric progress meters and use them
With 64-bit file systems, mke2fs can take a long time to do things
other than write inode tables. I exported the mke2fs numeric progress
meter and used it for allocating group tables and the final file
system flush.
Signed-off-by: Valerie Aurora (Henson) <vaurora@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/m_uninit')
-rw-r--r-- | tests/m_uninit/expect.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/m_uninit/expect.1 b/tests/m_uninit/expect.1 index 67cd33db..fe98b2d8 100644 --- a/tests/m_uninit/expect.1 +++ b/tests/m_uninit/expect.1 @@ -12,10 +12,11 @@ Maximum filesystem blocks=67371008 Superblock backups stored on blocks: 8193, 24577, 40961, 57345, 73729 -Writing inode tables: done -Writing superblocks and filesystem accounting information: done +Allocating group tables: 0/16 1/16 2/16 3/16 4/16 5/16 6/16 7/16 8/16 9/1610/1611/1612/1613/1614/1615/16 done +Writing inode tables: 0/16 1/16 2/16 3/16 4/16 5/16 6/16 7/16 8/16 9/1610/1611/1612/1613/1614/1615/16 done +Writing superblocks and filesystem accounting information: 0/16 1/16 2/16 3/16 4/16 5/16 6/16 7/16 8/16 9/1610/1611/1612/1613/1614/1615/16 done -Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_bg + 0/16 1/16 2/16 3/16 4/16 5/16 6/16 7/16 8/16 9/1610/1611/1612/1613/1614/1615/16 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_bg Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure |