There is a bug in init script of fuse.
Hence even though        /etc/init.d/fuse stop
is run before kill all process. it does not umount all the mounted filesystem.

As a solution to this problem i have made following change to /etc/init.d/fuse

line 58:  umount -at fuseblk >/dev/null 2>&1 || return 3

i have changed fuse to fuseblk as the type seen in /proc/mounts is fuseblk.

After this change there's no probem in this package.


--System Information

Debian Release:

  APT prefers testing
  APT policy: (500, 'testing')
  Architecture: i386 (i486)

Kernel: Linux 2.6.24-1-486

ntfsprogs       2.0.0-1
Versions of packages ntfsprogs depends on:
     fuse-utils          2.7.3-4
     libc6                 2.7-10
     libfuse2            2.7.3-4
     libntfs10           2.0.0-1
     libuuid1            1.40.8-2



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to