Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sshfs - cannot unmount as normal user
Date: Thu, 13 Sep 2012 14:26:12
Message-Id: CADPrc83vjLUgHytof=9_RqskZLS_u3EqTQC7Zu4pNAQeViwLgg@mail.gmail.com
In Reply to: [gentoo-user] sshfs - cannot unmount as normal user by Helmut Jarausch
1 On Thu, Sep 13, 2012 at 6:37 AM, Helmut Jarausch
2 <jarausch@××××××××××××××××.de> wrote:
3 > Hi,
4 >
5 >
6 > Since a short time I have a critical problem with sshfs.
7 > I cannot unmount it !
8 >
9 > Doing, e.g.,
10 >
11 > sshfs -o transform_symlinks -o Cipher="blowfish" numa-sv:/Save /numa-sv
12 >
13 > works just fine.
14 >
15 > df shows
16 > numa-sv:/Save 148976776 102070872 40882408 72% /numa-sv
17 >
18 > grep /numa-sv /etc/mtab shows
19 >
20 > numa-sv:/Save /numa-sv fuse.sshfs rw,nosuid,nodev 0 0
21 >
22 >
23 > BUT trying to do (which has been working for a long time)
24 >
25 > fusermount -u /numa-sv
26 >
27 > now gives
28 >
29 > fusermount: entry for /numa-sv not found in /etc/mtab
30 >
31 > sudo umount /numa-sv
32 > and
33 > sudo fusermount -u /numa-sv
34 >
35 > do work, but then I'd have to generate a general rule in /etc/sudoers and
36 > add everybody to the group 'wheel' which I'd like to avoid.
37 >
38 >
39 > I'm using
40 >
41 > kernel 3.5.3
42 >
43 > openssh 6.1_p1
44 >
45 > sshfs-fuse (GIT version 2012/09/13)
46 >
47 > fuse 2.9.1-r1
48 >
49 > I can't use fuse from GIT since it breaks many packages on my machine.
50 >
51 > Many thanks for a hint,
52 > Helmut.
53
54 It works here with sshfs-fuse-2.4. Maybe it is because the directory
55 lives directly under /? Try mounting it in a directory inside $HOME,
56 and see if it works that way.
57
58 Regards.
59 --
60 Canek Peláez Valdés
61 Posgrado en Ciencia e Ingeniería de la Computación
62 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] sshfs - cannot unmount as normal user Helmut Jarausch <jarausch@××××××××××××××××.de>