Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用命令行在 Debian 9 上安装我的网络共享时,它会成功:
mount -t cifs -o guest //Server/Share /mnt/sharefolder
但是当我向 /etc/fstab 添加一个条目时:
//Server/Share /mnt/sharefolder cifs guest 0 0
出现错误:失败(结果:退出代码)和状态=1/失败
我的错误是什么?
我用这些选项解决了它:
//Server/Share /mnt/sharefolder cifs guest,_netdev,x-systemd.automount 0 0