[Bug 1855318] Re: autofs tries to find .xdg-volume-info and autorun.inf
Han Vinke
1855318 at bugs.launchpad.net
Thu Nov 12 10:56:32 UTC 2020
The reason of the errors (key ".xdg-volume-info" and key "autorun.inf"
not found in map source(s)) is because the wiki
(https://help.ubuntu.com/community/Autofs) is incomplete.
At step 4.2. Create /etc/auto.nfs there should have been an additional
creation of the same file in the map /etc/auto.master.d
In the instructions of auto.master it states:
# Include /etc/auto.master.d/*.autofs
# To add an extra map using this mechanism you will need to add
# two configuration items - one /etc/auto.master.d/extra.autofs file
# (using the same line format as the auto.master file)
# and a separate mount map (e.g. /etc/auto.extra or an auto.extra NIS map)
# that is referred to by the extra.autofs file.
So you can simply copy auto.nfs to the map /etc/auto.master.d
After reloading daemons and restart autofs the errors disappear.
So this is not a bug.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1855318
Title:
autofs tries to find .xdg-volume-info and autorun.inf
Status in autofs package in Ubuntu:
Expired
Bug description:
# automount -f -v
Starting automounter version 5.1.5, master map /etc/auto.master
using kernel protocol version 5.05
mounted indirect on /home/<user>/mnt with timeout 300, freq 75 seconds
attempting to mount entry /home/<user>/mnt/.xdg-volume-info
key ".xdg-volume-info" not found in map source(s).
failed to mount /home/<user>/mnt/.xdg-volume-info
attempting to mount entry /home/<user>/mnt/autorun.inf
key "autorun.inf" not found in map source(s).
failed to mount /home/<user>/mnt/autorun.inf
/etc/auto.master:
+dir:/etc/auto.master.d
/etc/auto.master.d:
-rw-r--r-- 1 root root 38 Dez 5 19:10 mnt.autofs
/etc/auto.master.d/mnt.autofs:
/home/<user>/mnt file:/etc/auto.mnt
/etc/auto.mnt:
G -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverA>/sg
L -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverB>/apps
M -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverC>/gs
O -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverF>/media
P -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverB>/pb
T -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverD>/ALLG
V -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverE>/SW2
W -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverD>/sw
X -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverB>/depot
Y -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverA>/sct-muc
Z -fstype=cifs,multiuser,cruid=$UID,sec=krb5i ://<serverB>/z
Could not find any file "autorun.inf" or ".xdg-volume-info" anywhere on my system. Where do these come from?
ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: autofs 5.1.5-1ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Thu Dec 5 19:12:38 2019
InstallationDate: Installed on 2019-09-09 (87 days ago)
InstallationMedia: Xubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
ProcEnviron:
LANGUAGE=de_DE
TERM=screen
PATH=(custom, no user)
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: autofs
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1855318/+subscriptions
More information about the foundations-bugs
mailing list