Package: ntfs-3g
Version: 1:1.710-1
Severity: normal

If I mount an NTFS partition as a non-root user (member of group fuse),
I cannot unmount the filesystem with fusermount -u.  It must be
unmounted by root with umount.

--------

$ ntfs-3g /dev/sda11 ~/mnt/nt/

$ mount
 [ other mounts snipped ]
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda11 on /home/mrvn/mnt/nt type fuseblk 
(rw,nosuid,nodev,noatime,allow_other,blksize=4096)

$ fusermount -u ~/mnt/nt/
fusermount: entry for /home/mrvn/mnt/nt not found in /etc/mtab

$ fusermount -u /dev/sda11
fusermount: entry for /dev/sda11 not found in /etc/mtab

$ cat /etc/mtab
 [ other mounts snipped ]
fusectl /sys/fs/fuse/connections fusectl rw 0 0
/dev/sda11 /home/mrvn/mnt/nt fuseblk 
rw,nosuid,nodev,noatime,allow_other,blksize=4096 0 0

$ cat /proc/mounts
 [ other mounts snipped ]
fusectl /sys/fs/fuse/connections fusectl rw 0 0
/dev/sda11 /home/mrvn/mnt/nt fuseblk 
rw,nosuid,nodev,noatime,user_id=0,group_id=1000,allow_other 0 0

$ sudo umount ~/mnt/nt

$ mount
 [ other mounts snipped ]
fusectl on /sys/fs/fuse/connections type fusectl (rw)

--------

Unmounting with fusermount -u works when mounting with ntfsmount from
the ntfsprogs package.

...Marvin

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ntfs-3g depends on:
ii  fuse-utils                    2.6.5-3    Filesystem in USErspace (utilities
ii  libc6                         2.6-2      GNU C Library: Shared libraries
ii  libfuse2                      2.6.5-3    Filesystem in USErspace library
ii  libntfs-3g5                   1:1.710-1  ntfs-3g filesystem in userspace (F

ntfs-3g recommends no packages.

-- debconf information:
* ntfs-3g/warning:


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

Reply via email to