Re: [PATCH v4 2/2] btrfs-progs: cmds: Add subcommand that dumps file extents
From: David Sterba <hidden>
Date: 2021-08-17 13:33:20
From: David Sterba <hidden>
Date: 2021-08-17 13:33:20
On Sun, Jul 18, 2021 at 06:46:01AM +0000, Sidong Yang wrote:
This patch adds an subcommand in inspect-internal. It dumps file extents of the file that user provided. It helps to show the internal information about file extents comprise the file.
Do you have an example of the output? That's the most interesting part. Thanks.