After upgrading from 22.04 to 24.04, Ubuntu doesn't recognize my external usb-drive.If I try to open the drive with the filemanager, I get the following error-message:Error mounting /dev/sdb4 at /media/user/myusbdrive: wrong fs type, bad option, bad superblock on /dev/sdb4, missing codepage or helper programm or other error
I have to mount it manually using
sudo mount -t ntfs-3g /dev/sdb4 /media/myusbdrive
Is there a way to fix that?