更新 fstab 后无法挂载目录



在Windows文件共享上,我创建了一个文件夹并与服务帐户共享。

我像这样在fstab中添加了一个挂载点条目:

//server/folder /mnt/folder cifs credentials=/root/creds/creds,noperm

其中 creds 文件包含上述服务帐户的凭据。

然后运行 mount -a 以激活装入点。

它给出如下错误:

mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Couldn't chdir to /mnt/folder: No such file or directory

我尝试手动安装目录并收到相同的错误。

我到底错过了什么?

啊。 我没有在 UNIX 端创建 folder /mnt/foldermkdir /mnt/folder.

然后我能够在/mnt中看到folder,但它是空的。

做了一个mount -a,现在可以在/mnt/folder中看到Windows共享的内容

我似乎不得不从/etcmount -a,因为当我从/mnt发出命令时,它只是挂起了一段时间,直到我杀死它,然后从/etc

相关内容

  • 没有找到相关文章

最新更新