From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- tests/t_iexpand_mcsum/expect | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tests/t_iexpand_mcsum/expect (limited to 'tests/t_iexpand_mcsum/expect') diff --git a/tests/t_iexpand_mcsum/expect b/tests/t_iexpand_mcsum/expect new file mode 100644 index 0000000..354b117 --- /dev/null +++ b/tests/t_iexpand_mcsum/expect @@ -0,0 +1,57 @@ +tune2fs test +128-byte inodes cannot handle dates beyond 2038 and are deprecated +Creating filesystem with 786432 1k blocks and 98304 inodes +Superblock backups stored on blocks: + 8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553 + +Allocating group tables: done +Writing inode tables: done +Creating journal (16384 blocks): done +Creating 6334 huge file(s) with 117 blocks each: done +Writing superblocks and filesystem accounting information: done + +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information + +Exit status is 0 +tune2fs -I 256 -O metadata_csum test.img +Setting inode size 256 + +This operation requires a freshly checked filesystem. + +Please run e2fsck -fD on the filesystem. + +Exit status is 0 +Backing up journal inode block information. + +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 3A: Optimizing directories +Pass 4: Checking reference counts +Pass 5: Checking group summary information + + + +Change in FS metadata: +@@ -5 +5 @@ +-Filesystem features: has_journal ext_attr dir_index filetype extent 64bit sparse_super large_file huge_file uninit_bg dir_nlink extra_isize ++Filesystem features: has_journal ext_attr dir_index filetype extent 64bit sparse_super large_file huge_file dir_nlink extra_isize metadata_csum +@@ -22 +22 @@ +-Inode blocks per group: 128 ++Inode blocks per group: 256 +@@ -28 +28 @@ +-Inode size: 128 ++Inode size: 256 +@@ -31,0 +32 @@ ++Checksum type: crc32c +Pass 1: Checking inodes, blocks, and sizes +Pass 2: Checking directory structure +Pass 3: Checking directory connectivity +Pass 4: Checking reference counts +Pass 5: Checking group summary information + +Exit status is 0 -- cgit v1.2.3