When using the ntfs3 driver, first added to Linux kernel version 5.15 you might encounter the following error when trying to mount an ntfs drive via file manager:
Filesystem type ntfs3,ntfs not configured in kernel
To fix this issue, add the following contents to /etc/udisks2/mount_options.conf
:
[defaults]
ntfs_defaults=uid=$UID,gid=$GID,noatime,prealloc
ntfs3 support was first added to udisks2 version 2.9.3
Leave a Reply