Hi everyone!
I've been using ZorinOS 18.1 for the last couple of months, and I'm loving it!
I updated the kernel to 7.1.3 to use the new NTFS driver. And after updating it and loading the module, I was able to mount a partition using the command:
mount -i -t ntfs
But so far, everything I tried to automount the disks using /etc/fstab or Disk Utility keeps using the fuseblk driver.
Here is one default mounting point for my NTFS drives:
/dev/disk/by-uuid/D684897E848961BB /mnt/D684897E848961BB auto nosuid,nodev,nofail,x-gvfs-show 0 0
And here is the mounting point I'm changing:
/dev/disk/by-uuid/4CF24DE8F24DD6BC /mnt/4CF24DE8F24DD6BC ntfs defaults,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,nofail\040\0400\040\0400,x-gvfs-show 0 0
Should I disable the fuseblk module? Or what should I do to have the system automatically use the new driver?
Thanks!