From 1f2342c6e89280a21c2e1c665803aae0e42185cb Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 10 Aug 2020 16:16:39 +0200 Subject: Add a "--stat" option to rdsquashfs This commit adds a --stat option to rdsquashfs that dumps a lot of information about and inode that tunred out to be usefull in debugging. Signed-off-by: David Oberhollenzer --- bin/rdsquashfs/rdsquashfs.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/rdsquashfs/rdsquashfs.1') diff --git a/bin/rdsquashfs/rdsquashfs.1 b/bin/rdsquashfs/rdsquashfs.1 index a5e1d77..345a040 100644 --- a/bin/rdsquashfs/rdsquashfs.1 +++ b/bin/rdsquashfs/rdsquashfs.1 @@ -29,6 +29,11 @@ simply specify /. \fB\-\-describe\fR, \fB\-d\fR Produce a file listing from the image compatible with the format consumed by gensquashfs. +.TP +\fB\-\-stat\fR, \fB\-s\fR +Dump all available information about the inode that the path refers to, +including SquashFS specific internals such as the on-disk layout of a file +or the fast lookup index stored in an extended directory inode. .PP The following options can be used to control the behaviour of the specified operation: -- cgit v1.2.3