How to disable BTRFS copy-on-write updates for a subvolume using btrfs-property instead of chattr
1
vote
1
answer
1100
views
I want to disable BTRFS copy-on-write updates for a subvolume using the newer method
btrfs property
instead of the old method chattr
.
I found the man page here:
Manpage/btrfs-property - btrfs Wiki
This quote leads me to believe it has the functionality I desire:
> btrfs property provides an unified and user-friendly method to tune different btrfs properties instead of using the traditional method like chattr(1) or lsattr(1)
However, I need an example that will replicate this command:
chattr +C /path/to/my/subvolume/.cache
where .cache
is a BTRFS subvolme.
Asked by MountainX
(18898 rep)
Oct 1, 2020, 01:41 AM
Last activity: Oct 10, 2020, 01:51 PM
Last activity: Oct 10, 2020, 01:51 PM