[PATCH v3] erofs-utils: dump: print filesystem blocksize
Gao Xiang
xiang at kernel.org
Thu Apr 18 14:49:23 AEST 2024
On Wed, Apr 17, 2024 at 05:00:54PM -0700, Sandeep Dhavale wrote:
> mkfs.erofs supports creating filesystem images with different
> blocksizes. Add filesystem blocksize in super block dump so
> its easier to inspect the filesystem.
>
> The field is added after FS magic, so the output now looks like:
>
> Filesystem magic number: 0xE0F5E1E2
> Filesystem blocksize: 65536
> Filesystem blocks: 21
> Filesystem inode metadata start block: 0
> Filesystem shared xattr metadata start block: 0
> Filesystem root nid: 36
> Filesystem lz4_max_distance: 65535
> Filesystem sb_extslots: 0
> Filesystem inode count: 10
> Filesystem created: Wed Apr 17 16:53:10 2024
> Filesystem features: sb_csum mtime 0padding
> Filesystem UUID: e66f6dd1-6882-48c3-9770-fee7c4841a93
>
> Signed-off-by: Sandeep Dhavale <dhavale at google.com>
Reviewed-by: Gao Xiang <hsiangkao at linux.alibaba.com>
Thanks,
Gao Xiang
More information about the Linux-erofs
mailing list