Ubuntu 24.04 NTFS mount error
Use the ntfs3-3g driver instead of the default ntfs3 driver.
echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
sudo rmmod ntfs3
sudo apt install ntfs-3g
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.
If one NTFS partition cannot be mounted, run ntfsfix to fix it.