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