Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] sshfs - cannot unmount as normal user
Date: Thu, 13 Sep 2012 11:39:38
Message-Id: 1347536249.12208.2@numa-i
1 Hi,
2
3
4 Since a short time I have a critical problem with sshfs.
5 I cannot unmount it !
6
7 Doing, e.g.,
8
9 sshfs -o transform_symlinks -o Cipher="blowfish" numa-sv:/Save /numa-sv
10
11 works just fine.
12
13 df shows
14 numa-sv:/Save 148976776 102070872 40882408 72% /numa-sv
15
16 grep /numa-sv /etc/mtab shows
17
18 numa-sv:/Save /numa-sv fuse.sshfs rw,nosuid,nodev 0 0
19
20
21 BUT trying to do (which has been working for a long time)
22
23 fusermount -u /numa-sv
24
25 now gives
26
27 fusermount: entry for /numa-sv not found in /etc/mtab
28
29 sudo umount /numa-sv
30 and
31 sudo fusermount -u /numa-sv
32
33 do work, but then I'd have to generate a general rule in /etc/sudoers
34 and
35 add everybody to the group 'wheel' which I'd like to avoid.
36
37
38 I'm using
39
40 kernel 3.5.3
41
42 openssh 6.1_p1
43
44 sshfs-fuse (GIT version 2012/09/13)
45
46 fuse 2.9.1-r1
47
48 I can't use fuse from GIT since it breaks many packages on my machine.
49
50 Many thanks for a hint,
51 Helmut.

Replies

Subject Author
Re: [gentoo-user] sshfs - cannot unmount as normal user "Canek Peláez Valdés" <caneko@×××××.com>
[gentoo-user] Re: sshfs - cannot unmount as normal user Nikos Chantziaras <realnc@×××××.com>
[gentoo-user] Re: sshfs - cannot unmount as normal user Nikos Chantziaras <realnc@×××××.com>
[gentoo-user] Re: sshfs - cannot unmount as normal user Nikos Chantziaras <realnc@×××××.com>