<div dir="ltr"><div dir="ltr">On Fri, Jun 2, 2023 at 6:54 AM James <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div style="overflow-wrap: break-word;">There is quite a lot of discussion on why not to use btrfs with maria<div><a href="https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/58" target="_blank">https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/58</a></div></div></div></blockquote><div><br></div><div>There's a few different solutions if you already have the files created since the +C must be done at creation.<br></div><div><br></div><div>My method is to:<br>mv <file> <file>_backup</div><div>touch <file></div><div>chattr <a class="gmail_plusreply" id="plusReplyChip-1">+C <file></a></div><div>dd if=<file>_backup of=<file></div><div><br></div><div>You can add bytesize (bz=1M) or similar to speed it up. I did this with a 1TB blockchain file successfully.</div><div><br></div><div>Thanks,</div><div>Richard </div></div></div>