You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/udisks/files/udisks-1.0.2-ntfs-3g.patch

12 lines
198 B

Support ntfs-3g by default without entry in /etc/filesystems for write access.
--- src/device.c
+++ src/device.c
@@ -5909,6 +5909,7 @@
"vfat",
"exfat",
"ntfs",
+ "ntfs-3g",
NULL,
};