btrfs-select-super(8)
SYNOPSIS 概要
btrfs-select-super -s number <device>
DESCRIPTION 描述
Destructively overwrite all copies of the superblock with a specified copy.
This helps in certain cases, for example when write barriers were disabled
during a power failure and not all superblocks were written, or if the primary
superblock is damaged, e.g. accidentally overwritten.
使用指定的副本来破坏性地覆盖所有超级块的所有副本。在某些情况下,这有助于解决问题,例如在断电期间禁用写屏障并且未写入所有超级块时,或者如果主超级块已损坏,例如意外覆盖。
The filesystem specified by device must not be mounted.
由设备指定的文件系统不能被挂载。
Note 注意
Prior to overwriting the primary superblock, please make sure that the
backup copies are valid!
在覆盖主超级块之前,请确保备份副本有效!
To dump a superblock use the btrfs inspect-internal dump-super command.
要转储超级块,请使用 btrfs inspect-internal dump-super 命令。
Then run the check (in the non-repair mode) using the command btrfs check -s
where -s specifies the superblock copy to use.
然后运行检查(在非修复模式下)使用命令 btrfs check -s,其中 -s 指定要使用的超级块副本。
Superblock copies exist in the following offsets on the device:
设备上存在以下偏移量的超级块副本:
primary: 64KiB (65536) 主要:64KiB(65536)
1st copy: 64MiB (67108864)
第一份副本:64MiB(67108864)2nd copy: 256GiB (274877906944)
第二个副本:256GiB(274877906944)
A superblock size is 4KiB (4096).
超级块大小为 4KiB(4096)。
OPTIONS 选项
- -s|--super <N>
use Nth superblock copy, valid values are 0 1 or 2 if the respective superblock offset is within the device size
使用第 N 个超级块副本,有效值为 0、1 或 2,如果相应的超级块偏移量在设备大小内。