Hello, Rogério Brito <rbr...@gmail.com> wrote on 26.07.2010 23:06:38: > > 2. add 'ntfs' to the supported filesystems (fuseblk is not enought/ right!) > Only ntfs and not ntfs-3g?
Yes: it seems that mount will use any "helper" in /sbin/mount.<filesystem> if present for the filesystem. ntfs-3g installs symlinks from mount.ntfs -> mount.ntfs-3g -> /usr/bin/ntfs-3g so that works out of the box :-) > > if [ -x /usr/bin/ntfs-3g ]; then ^ This needed a fix there... fixed in latest git > I, unfortunately, don't have any "typical" ntfs filesystem to test. Do > you happen to have one? I just formated a stick with ntfs... :-) > I will try to review the patches and send you some feedback. Thanks! I've just uploaded a newer version. It includes some changes to the mountpoint strategy (no preconfigured mountpoints, all dynamically handled -> incompatible config changes + maintainerscript migration) and moving the udev rules to the new /lib/udev location. The git log is a little rough as I'm currently learnig git as well... Haven't yet figured out how to clean up a branch or amend to an older commit... Be aware that I haven't tested upgrades probably :-/ Kind regards, Jan