1. PipeWire (battery drain) - I made this adjustment and haven’t had any issues.
viewtopic.php?t=81627
2. NTFS3 (potential FS corruption) - I blacklisted it in case Liquorix uses it. Debian kernels aren’t compiled with it. Linux Mint had to disable it in their main Ubuntu edition.
Some info, but Google will reveal that this is a widespread problem:
https://www.heiko-sieger.info/does-the- ... rectories/
NTFS-3g has withstood the test of time so not much need to use anything else IMO.
Code: Select all
echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
What happened is that starting with mainline (and Ubuntu/Arch/Manjaro etc.) kernel 6.8 a lot of ntfs disk corruption began to happen. It turns out the mount parameters/instructions changed and this doesn’t work well. This might not be a problem for MX Linux if neither Debian nor Liquorix kernels enable ntfs3 by default.
I think this bug can be seen as one of the biggest in the history of both Ubuntu and Linux Mint although it’s actually an upstream kernel bug.
3. PipeWire (logout volume reset) - I haven’t tried this, but it would be nice if volume remained at the same level.
viewtopic.php?p=809242