BTRFS command to change disk to RW

Are you referring to this post?

The command line was:

/usr/sbin/btrfs property set -f <path to mounted share> ro false

Here I successfully added it to the btrfs.py file:

which was then resolved via this PR:

and became available with version 5.0.15-0

1 Like