我按照教程操作但是出现了 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was mount -t cifs -o vers=3.02,credentials=/etc/smb_creds_vgt-f3457f81eaf3132420c88789aa2db42b-66f0bd5cbca4d218f5f0b8a5f1712727,uid=1000,gid=1000,mfsymlinks,_netdev,nofail //169.254.173.72/vgt-f3457f81eaf3132420c88789aa2db42b-66f0bd5cbca4d218f5f0b8a5f1712727 /home/vagrant/code The error output from the last command was: mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) 使用了 vagrant plugin install vagrant-vbguest 还是出现了错误
先学现在主流的 Docker 吗? 那么就试试 Laravel Sail:ruclips.net/video/wJUHe4iof7w/видео.html
我按照教程共享smb文件夹,也设置了用户vagrant,但是通过vagrant up启动的时候,提示没有找到目录
那一个目录没有找到呢?其实只是调整文件夹的存取权限,并不是真的启动文件共享哦。可以参考这个图片...
miro.medium.com/max/408/1*sHKgMGN2BwhxRZVmatF1NQ.png
假如你的路径有空格,记得要加引号哦~
我按照教程操作但是出现了 Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was mount -t cifs -o vers=3.02,credentials=/etc/smb_creds_vgt-f3457f81eaf3132420c88789aa2db42b-66f0bd5cbca4d218f5f0b8a5f1712727,uid=1000,gid=1000,mfsymlinks,_netdev,nofail //169.254.173.72/vgt-f3457f81eaf3132420c88789aa2db42b-66f0bd5cbca4d218f5f0b8a5f1712727 /home/vagrant/code
The error output from the last command was:
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
使用了 vagrant plugin install vagrant-vbguest 还是出现了错误
你可以分享你的 Homestead.yaml 到 gist.github.com/ 吗? 我看看我可以如何帮助你。
@@Dogcomp gist.github.com/Zxyy-mo/6a0b83feeace8642354b164fa449735c 这是我的homestead.yaml 我按照你的教程在一台联想T430上操作成功了。但是在我的主力机器上没有成功无法挂载
@@xiaoyuzhou2239 你的 Homestead.yaml 没问题,我在重新看过你的错误信息,发现你的IP是 169.254.173.72
这个是与你的电脑主机不同网络段,造成没有办法连接成功。
你注意看视频这边:ruclips.net/video/vP1R4PIGMLw/видео.html
VM 里获得的IP 应该与你的主机是同一个段落的。
所以应该是 VirtualSwitch 的部分设定有问题,请你回放确认选择对的(连接互联网)的网卡哦。
9:25 设置 External Virtual Switch (LAN)
10:23 关闭 LSO (解决因 Hyper-V Virtual Switch 造成网络变慢)
10:43 设置 External Virtual Switch (Wi-Fi)
希望你能解决。
@@Dogcomp 你好我终于知道我的问题出在哪里了!我为了安全起见在策略组种关闭了139,445,135这三端口
@@xiaoyuzhou2239 😲 难怪你的 SMB 无法操作。
假如你电脑可以使用 WSL2 , 你可以尝试转换使用 Laravel Sail 哦。
使用 Docker 的技术...
ruclips.net/video/vP1R4PIGMLw/видео.html
希望你有订阅我的频道,之后会有 Laravel 相关教程哦!