mount.cifs error(2):prefixpathを使用する場合、そのようなファイルまたはディレクトリはありません
私はこのコマンドを試しました: mount -t cifs //server/share/directory /mnt/directory -o credentials=/path/to/cifs.credentials --verbose 応答は: mount.cifs kernel mount options: ip=<IP of server>,unc=\\server \share,user=<username>,prefixpath=directory,pass=******** mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) ただし、プレフィックスパスなしで同じコマンドを試した場合: mount -t cifs //server/share /mnt/directory -o credentials=/path/to/cifs.credentials --verbose 動作し、/ mnt / directory / directoryにアクセスできます。 オプションで明示的にprefixpathを指定すると、同じエラーが発生します。つまり、 …