The change was suggested on https://code.launchpad.net/~xnox/ubuntu/+source/udisks2/+git/udisks2/+merge/419970 but the rational applies to Debian as well 'Demote ntfs-3g from recommends to suggests; now that ntfs3 kernel module is preferred.'
Am 29.06.23 um 12:33 schrieb Sebastien Bacher: If I uninstall ntfs-3g I get $ udisksctl mount -b /dev/sdb1 Error mounting /dev/sdb1: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error mounting /dev/sdb1 at /media/michael/EXTREME: Filesystem type ntfs not configured in kernel. Also, ntfs-3g ships mkfs.ntfs etc which would be missing otherwise. I.e. users wouldn't be able to create NTFS formatted USB sticks for example, which is an important use case imho. Regards, Michael
Am 11.07.23 um 11:55 schrieb Michael Biebl: See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998627
Thanks for pointing those out Michael. I hadn't noticed that Debian didn't have the ntfs option turned on in their kernel, but the mkfs point is also valid. Should I just close the request since currently the recommends seems to be more appropriate? Le 11/07/2023 à 15:12, Michael Biebl a écrit :
ntfs-3g package could be split into ntfs-3g-fuse and ntfs-3g-utils, and then ntfs-3g-fuse could be a suggests and ntfs-3g-utils could be recommends. The ntfs-3g utils don't actually depend on the fuse implementation of ntfs, they work with ntfs3 kernel driver too. However this should probably be coordinated with upstream ntfs-3g.