Package: usbmount Version: 0.0.20 Severity: normal Ok, after some more syslog reading, I found out, that I don't need this patches: it seems it is enough to do two things to *mount* the ntfs stick: 1. install ntfs-3g 2. add 'ntfs' to the supported filesystems (fuseblk is not enought/ right!)
There is probably still the problem when unmounting: as the mount line states fuseblk, it probably needs to be added to the FILESYSTEMS too: if [ -x /usr/bin/ntfs-3g ] then FILESYSTEMS = "${FILESYSTEMS} fuseblk" fi right in front of the umount code. Please pull http://git.katzien.de/usbmount.git for the latest patches. Jan Schulz (3): On remove, if ntfs-3g is present, add fuseblk to FILESYSTEMS ... Add ntfs-3g to Recommends: Document the new ntfs-3g and fuse behaviour in the README I will probably add some more patches (naming and creating of mountpoints) to this git repository. Kind regards, Jan -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i586) Kernel: Linux 2.6.32-5-486 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages usbmount depends on: ii lockfile-progs 0.1.15 Programs for locking and unlocking ii udev 160-1 /dev/ and hotplug management daemo ii util-linux 2.17.2-3.1 Miscellaneous system utilities Versions of packages usbmount recommends: pn pmount <none> (no description available) usbmount suggests no packages. -- Configuration Files: /etc/usbmount/usbmount.conf changed [not included] -- no debconf information -- debsums errors found: debsums: changed file /usr/share/usbmount/usbmount (from usbmount package) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org