在 /var/log/messages 中我找到了这样的条目
Oct 18 2:10:15 linux automount[946]: attempting to mount entry /home/randomusername
Oct 18 2:10:15 linux automount[946]: key "randomusername" not found in map source(s).
Oct 18 2:10:15 linux automount[946]: failed to mount /home/randomusername
我在 /etc 中找不到任何带有随机用户名的文件。如果我尝试 cd 进入那个不存在的目录,我可以导致生成相同的消息,但我确信我没有这样做,即使该服务器处于多用户环境中,我也很漂亮确保发生这种情况时没有其他人登录。如果我 cd 进入 /home 下存在的目录,那么它会自动挂载而不会出现错误。
还有哪些其他因素可能导致此情况?