udisks-2.x-ntfs-3g.patch 377 B

1234567891011121314151617
  1. This patch was 'rejected' by upstream at least for now. Drop this from next
  2. release of UDisks 2.x:
  3. http://bugs.freedesktop.org/show_bug.cgi?id=36361#c5
  4. Should be replaced by the udev rules file installed by ntfs-3g package.
  5. --- src/udiskslinuxfilesystem.c.orig
  6. +++ src/udiskslinuxfilesystem.c
  7. @@ -164,6 +164,7 @@
  8. "vfat",
  9. "exfat",
  10. "ntfs",
  11. + "ntfs-3g",
  12. NULL,
  13. };