No, the file system itself is still NTFS
, the file system driver is NTFS3
.
In /etc/fstab
, normally you’d mount it as ntfs-3g
, but now you might be able to mount it as ntfs3
. Don’t quote me on if ntfs3
is the correct file system mounting or not, since I haven’t looked into it enough yet.
Edit:
https://www.kernel.org/doc/html/latest//filesystems/ntfs3.html
File system type to use on mount is ‘ntfs3’.
So yes, you mount it in /etc/fstab
as ntfs3
.