When I run fatrace --current-mount on a btrfs root partition mounted explicitly in order to get events for the subvolumes that are mounted by default ( see #3 ), and then execute a find / -name foobarbaz, after running a few seconds, I get the following error:
fatrace: Received unexpected event info type 64
The lines directly above, instead of their predecessors, which all show RCO as event types, show either RO or O.
When I run
fatrace --current-mount
on a btrfs root partition mounted explicitly in order to get events for the subvolumes that are mounted by default ( see #3 ), and then execute afind / -name foobarbaz
, after running a few seconds, I get the following error:fatrace: Received unexpected event info type 64
The lines directly above, instead of their predecessors, which all show
RCO
as event types, show eitherRO
orO
.