mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-12 19:33:46 +08:00
77255cf369
Addresses-Debian-Bug: #758029 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
16 lines
486 B
Plaintext
16 lines
486 B
Plaintext
resize2fs test
|
|
resize2fs -M test.img
|
|
Resizing the filesystem on test.img to 1124 (1k) blocks.
|
|
The filesystem on test.img is now 1124 (1k) blocks long.
|
|
|
|
Exit status is 0
|
|
|
|
fsck -yf -N test_filesys test.img
|
|
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
|
|
test_filesys: 13/512 files (0.0% non-contiguous), 1120/1124 blocks
|
|
Exit status is 0
|