it still doesn’t work for me, i mean when trying “do not mount” option and mounting it by the hand, mount still hangs (if i use only mount command),
if you use /bin/ntfs-3g or /sbin/mount.ntfs-3g (symlink to /bin/ntfs-3g) it works, in every ntfs-3g version, but if you make a symlink from /bin/ntfs-3g to /sbin/mount.ntfs*
mount /dev/mapper/truecrypt1 /media/truecrypt1 -o rw,noexec,nosuid,nodev,users,noatime,gid=100,fmask=133,dmask=022,locale=pl_PL.UTF-8,debug
will hang with something like this in ps fax
:
12662 pts/0 S+ 0:00 | \_ mount /dev/mapper/truecrypt1 /media/truecrypt1 -o rw,noexec,nosuid,nodev,users,noatime,gid=100,fmask=133,dmask=022,locale=pl_PL.UTF-8,debug
12663 pts/0 S+ 0:00 | \_ /sbin/mount.ntfs /dev/mapper/truecrypt1 /media/truecrypt1 -o rw,noexec,nosuid,nodev,noatime,gid=100,fmask=133,dmask=022,locale=pl_PL.UTF-8,debug
12667 pts/0 S+ 0:00 | \_ /bin/mount -i -f -t fuseblk -o rw,nosuid,nodev,noexec,noatime,allow_other,default_permissions,blksize=4096 /dev/mapper/truecrypt1 /media/truecrypt1
unless i add -t ntfs-3g or -t ntfs explicitly or use /sbin/mount.ntfs symlink
tried it with no mount options, with gvfs* programs killed, with nepomuk & kerry/beagle shutdown etc , every time the same thing;/ it’s really annoying, because i don’t want to use console to mount it by hand using /bin/ntfs-3g or mount with -t flag, that’s why i changed distro to opensuse, that’s why i’m using GUI cryptographic program like truecrypt!
*otherwise mount will use kernel builtin driver instead of ntfs-3g, stock ntfs-3g package privides this symlink, but package from repository referred by cocolocko don’t, that’s why it worked for him, ntfs-3g wasn’t used;-)