1 resize2fs test 2 debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' 3 Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 4 user.name = "propervalue" (11) 5 Exit status is 0 6 resize2fs test.img 5M 7 Resizing the filesystem on test.img to 5120 (1k) blocks. 8 The filesystem on test.img is now 5120 (1k) blocks long. 9 10 Exit status is 0 11 debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' 12 Inode: 12 Type: regular Mode: 0644 Flags: 0x0 13 user.name = "propervalue" (11) 14 Exit status is 0 15