Windows使用virtualBox 安装了Ubuntu虚拟机,更新过后,其他的共享文件夹,挂载出现了问题:就是挂载的目录和宿主源目录不同步了。 使用mount -t vboxsf命令手动挂载报错:sbin/mount.vboxsf: mounting failed with the error: Invalid argument 那么可以通过以下命令解决此问题 ...
摘要:接下来,在Deepin中打开Terminal,输入命令: 1 cd ~ #返回自己主文件夹 2 mkdir g #创建一个目录g 3 sudo mount -t vboxsf g /home/自己的用户名/g #挂装文件夹 最后我们还需要修改一个系统文件。输入命令: sudo dedit /etc/ 阅读全文 posted @ 2021-10-22 14:45 Thenext 阅读(359) 评论(0...
First set up the name and the OS type. The name can be anything, but best call it “lubuntu” (no quotes). Type is “linux” and the version is either ubuntu64 or ubuntu32. Click OK or Next. [Note: Most modern machines are 64 bit, use that unless you have something old so you...
+ echo vboxsf ==> virtualbox-iso: + echo 'UseDNS no' ==> virtualbox-iso: + adduser -D vagrant ==> virtualbox-iso: + chpasswd ==> virtualbox-iso: + echo vagrant:vagrant ==> virtualbox-iso: chpasswd: password for 'vagrant' changed ==> virtualbox-iso: + mkdir -pm 700 /home/...