Ubuntu 24.04 NTFS mount error

echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf

Ubuntu 24.04 (with kernel 6.8) may give an error while mounting NTFS partitions.

Solution: disable the open source ntfs3 driver and use the good old ntfs-3g driver. Reboot to apply.

If one NTFS partition cannot be mounted, run ntfsfix to fix it.

sudo ntfsfix /dev/ntfsdevice