diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-08-10 16:16:39 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-08-12 00:25:34 +0200 |
commit | 1f2342c6e89280a21c2e1c665803aae0e42185cb (patch) | |
tree | 44d218662b47322e1f9c099386067ea7455bab23 /bin/rdsquashfs/rdsquashfs.1 | |
parent | 8c4e1ac8a6eb77bdc65ae3bff2795a7755d12b0c (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'bin/rdsquashfs/rdsquashfs.1')
-rw-r--r-- | bin/rdsquashfs/rdsquashfs.1 | 5 |
1 files changed, 5 insertions, 0 deletions
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 <path> +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: |