web-dev-qa-db-ja.com

MountDavfsはマウントポイントのパスを評価できません

Debianディストリビューションにwebdavをマウントしようとしていますが、マウントしようとするとエラーが発生します。

エラーは次のとおりです。

~# mount /mnt/dav 
>/sbin/mount.davfs: can't evaluate path of mount point (null)

Fstabファイルの最後の行(/ etc/fstab):

https://website.fr/remote.php/dav/files/jeffez/ /mnt/dav davfs _netdev,auto,user,uid=jeffez,gid=jeffez 0 0

Davfs2シークレットファイルの最後の行(パスワードを変更しました)

# personal webdav, nextcloud application password
/mnt/dav jeffez Pg9z8-XFGbX-iug6R-k90D5-gK8kL
# older versions used URL, it is equivalent for compatibility reasons
#https://nextcloud.example.com/remote.php/webdav/ milosz mypassword

私は このチュートリアル を使用しました。

管理者アカウントに接続しています。

1
J3ff3z

このエラーの理由の1つは、マウントする前にディレクトリを作成しなかったことです。

mkdir /mnt/dav