我正在运行 Fedora/Gnome 3.4.2 64 位,并且正在尝试安装 webdav 文件系统来使用。
作为 root,我运行命令
#mkdir /mnt/webdav
#wdfs https://www.webiste.com:port/directory /mnt/webdav -o allow_other
它询问我提供的用户和通行证,然后给我返回提示。然后我去检查/mnt/webdav,没有文件。无论是作为root用户还是我的普通用户。
然后,为了尝试看看发生了什么,我尝试
#cd /mnt
#ls
ls: cannot access webdav: No such file or directory
webdav
#
那么 webdav 不存在但 bash 将其列为文件夹?我究竟做错了什么?