mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-11 03:31:17 +00:00
btrfs-progs: docs: make description of list output more clear
Author: frukto <fruktopus@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d44b0efe27
commit
31750cb120
@ -111,11 +111,11 @@ list [options] [-G [\+|-]<value>] [-C [+|-]<value>] [--sort=rootid,gen,ogen,path
|
||||
|
||||
For every subvolume the following information is shown by default:
|
||||
|
||||
ID *ID* gen *generation* top level *ID* path *path*
|
||||
ID *ID* gen *generation* top level *parent_ID* path *path*
|
||||
|
||||
where ID is subvolume's id, gen is an internal counter which is updated
|
||||
every transaction, top level is the same as parent subvolume's id, and
|
||||
path is the relative path of the subvolume to the top level subvolume.
|
||||
where *ID* is subvolume's (root)id, *generation* is an internal counter which is
|
||||
updated every transaction, *parent_ID* is the same as the parent subvolume's id,
|
||||
and *path* is the relative path of the subvolume to the top level subvolume.
|
||||
The subvolume's ID may be used by the subvolume set-default command,
|
||||
or at mount time via the *subvolid=* option.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user