You are not logged in.

#1 2014-08-27 11:50:41

darioshanghai
Member
Registered: 2011-05-29
Posts: 16

automount[6469]: key "gvfsd-fuse" not found in map source(s).

Hi,

I am trying to set up an automount through autofs. The end purpose is for an external hard drive to automount at boot (or later, on insertion), so that its content is immediately available to a media server.

Following the guide, I added the following line to auto.misc:

seagate         -fstype=auto,async,nodev,nosuid,umask=000       :/dev/sdb1

auto.master, untouched, says:

/misc   /etc/autofs/auto.misc

Now, if I understand correctly, this should mount /dev/sdb1 on /misc/seagate. However, when I plug the hard drive nothing happens. A systemctl status autofs reveals the following:

● autofs.service - Automounts filesystems on demand
   Loaded: loaded (/usr/lib/systemd/system/autofs.service; disabled)
   Active: active (running) since Wed 2014-08-27 12:41:05 IST; 7min ago
  Process: 6467 ExecStart=/usr/bin/automount $OPTIONS --pid-file /run/autofs.pid (code=exited, status=0/SUCCESS)
 Main PID: 6469 (automount)
   CGroup: /system.slice/autofs.service
           └─6469 /usr/bin/automount --pid-file /run/autofs.pid

Aug 27 12:41:05 pinkunicorn systemd[1]: Starting Automounts filesystems on demand...
Aug 27 12:41:05 pinkunicorn systemd[1]: Started Automounts filesystems on demand.
Aug 27 12:41:45 pinkunicorn automount[6469]: key "gvfsd-fuse" not found in map source(s).

What is wrong? Google is not helping.

Offline

#2 2014-08-27 17:09:09

maseone
Member
Registered: 2014-08-27
Posts: 11

Re: automount[6469]: key "gvfsd-fuse" not found in map source(s).

Are you using a window manager or straight CLI?

Offline

Board footer

Powered by FluxBB