btrfs-map-logical(8)
SYNOPSIS 概要
btrfs-map-logical <options> <device>
btrfs-map-logical <选项> <设备>
DESCRIPTION 描述
btrfs-map-logical can be used to find out what the physical offsets are
on the mirrors, the result is dumped to stdout by default.
btrfs-map-logical 可用于查找镜像上的物理偏移量,默认情况下将结果转储到标准输出。
Mainly used for debug purpose.
主要用于调试目的。
OPTIONS 选项
- -l|--logical <logical_num>
-l|--逻辑 <logical_num> Logical extent to map.
要映射的逻辑范围。- -c|--copy <copy> -c|--复制 <copy>
Copy of the extent to read(usually 1 or 2).
读取范围的副本(通常为 1 或 2)。- -o|--output <filename> -o|--output <文件名>
Output file to hold the extent.
用于保存范围的输出文件。- -b|--bytes <bytes> -b|--字节 <字节>
Number of bytes to read.
要读取的字节数。
EXIT STATUS 退出状态
btrfs-map-logical will return 0 if no error happened.
If any problems happened, 1 will be returned.
如果没有发生错误,btrfs-map-logical 将返回 0。如果发生任何问题,将返回 1。