Hi,
After a recent power outage one of my BTRFS USB drives does not mount anymore. OMV sees it but I can't mount it as an existing file system.
Syslog says:
Code
monit[509]: 'filesystem_srv_dev-disk-by-uuid-359cd817-936a-4451-9dc7-e8ee7910a448' unable to read filesystem '/srv/dev-disk-by-uuid-359cd817-936a-4451-9dc7-e8ee7910a448' state
monit[509]: 'filesystem_srv_dev-disk-by-uuid-359cd817-936a-4451-9dc7-e8ee7910a448' trying to restart
monit[509]: 'mountpoint_srv_dev-disk-by-uuid-359cd817-936a-4451-9dc7-e8ee7910a448' status failed (1) -- /srv/dev-disk-by-uuid-359cd817-936a-4451-9dc7-e8ee7910a448 is not a mountpoint
dmesg:
Code
[ 94.706092] BTRFS: device fsid 359cd817-936a-4451-9dc7-e8ee7910a448 devid 1 transid 444227 /dev/sdb scanned by mount (5351)
[ 94.707858] BTRFS info (device sdb): using crc32c (crc32c-intel) checksum algorithm
[ 94.707865] BTRFS info (device sdb): disk space caching is enabled
[ 94.762953] BTRFS warning (device sdb): checksum verify failed on logical 2896434544640 mirror 1 wanted 0x49cf072e found 0x3837717b level 0
[ 94.762963] BTRFS error (device sdb): failed to read block groups: -5
[ 94.764358] BTRFS error (device sdb): open_ctree failed
I can't scrub because the drive is not mounted obviously.
Before I run something more destructive I thought I should ask here what the best move going forward would be.
Thank you