udisks2: Using the ntfs3 driver

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


Posted

in

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *