I have a file formatted as a btrfs filesystem. I can loop mount it and use it normally. I'd like to run btrfs check on this file, but an error is generated.
First I tried with just the file:
$ sudo btrfs check ./sage-M.btrfs
couldn't open because of unsupported option features (10).
ERROR: cannot open file system
That didn't work so I thought maybe it needed to be a device, but that doesn't seem to help:
$ sudo losetup --show -v -P -f ./sage-M.btrfs
/dev/loop0
$ sudo btrfs check /dev/loop0
couldn't open because of unsupported option features (10).
ERROR: cannot open file system
What is/are "option features (10)"? How can I run btrfs check on this file?
BTW:
$ sudo btrfs --version
btrfs-progs v4.9.1