btrfs-show-super(8) ==================== NAME ---- btrfs-show-super - show btrfs superblock information stored in devices SYNOPSIS -------- 'btrfs-show-super' [options] [...] DESCRIPTION ----------- 'btrfs-show-super' is used to print the information of superblock, you can specify which mirror to print out. By default, every device's first superblock will be printed out. Mainly used for debug purpose. OPTIONS ------- -a:: Print all the superblock information. + If this option is given, '-i' option will be ignored. -i :: Specify which mirror to print out. + is between 0 and 2. If several '-i ' are given, only the last one is valid. EXIT STATUS ----------- 'btrfs-show-super' will return 0 if no error happened. If any problems happened, 1 will be returned. AUTHOR ------ Written by Shilong Wang and Wenruo Qu. COPYRIGHT --------- Copyright (C) 2013 FUJITSU LIMITED. License GPLv2: GNU GPL version 2 . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO -------- `mkfs.btrfs`(8)