btrfs 장치가 마운트되지 않았습니다. RAID일 수 있습니다. 확인하는 방법은 무엇입니까?

btrfs 장치가 마운트되지 않았습니다. RAID일 수 있습니다. 확인하는 방법은 무엇입니까?

btrfs 장치를 설치할 때 RAID인지 쉽게 알 수 있습니다.

btrfs filesystem df /

이 경우 fs를 마운트할 수 없습니다. 아마도 raid일 것입니다.

sudo mount /dev/sdc2 /mnt/
mount: /mnt: mount(2) system call failed: No such file or directory.

dmesg 라고

[ven nov 10 18:00:10 2023] BTRFS error (device sdc2): devid 1 uuid bf113911-2436-4976-a590-6b14c16445e0 is missing
[ven nov 10 18:00:10 2023] BTRFS error (device sdc2): failed to read the system array: -2
[ven nov 10 18:00:10 2023] BTRFS error (device sdc2): open_ctree failed

마운트 및 성능 저하가 작동하지 않으므로 raid5 또는 6일 수 있습니다. 구성을 어떻게 알 수 있습니까?

btrfs 장치 통계에 실패했습니다.

btrfs device stats /dev/sdc2
ERROR: '/dev/sdc2' is not a mounted btrfs device

이 명령은 실패했습니다

btrfs inspect-internal dump-tree /dev/sdc2
btrfs property get /dev/sdc2

관련 정보