1composefs-info(1) User Commands composefs-info(1)
2
3
4
6 composefs-info - print information about a composefs image
7
9 composefs-info [ls|objects|missing-objects|dump] IMAGE [IMAGE2 IMAGE3
10 ...]
11
13 The composefs-info command lets you inspect a composefs image. It has
14 several sub-commands:
15
16 ls Prints a simple list of the files and directorie in the images
17 as well as their backing file or symlink target.
18
19 objects
20 Prints a list of all the backing files referenced by the images,
21 in sorted order.
22
23 missing-objects
24 Prints a list of all the missing backing files referenced by the
25 images, in sorted order, given a backing file store passed in
26 using the –basedir option.
27
28 dump Prints a full dump of the images in a line based textual format.
29 See composefs-dump(5) for more details. This format is also ac‐
30 cepted as input to mkcomposefs if the –from-file option is used.
31
33 The provided IMAGE argument must be a composefs file. Multiple images
34 can be specified.
35
36 compoosefs-info accepts the following options:
37
38 --basedir=PATH
39 This should point to a directory of backing files, and will be
40 used by the missing-objects command to know what files are
41 available.
42
44 composefs-info(1), composefs-dump(5)
45
46 composefs upstream (https://github.com/containers/composefs)
47
48
49
50composefs composefs-info(1)