我正在尝试挂载位于本地网络上的目录。我在用 :
mount -t cifs -o username=user //192.168.0.106/shared /home/user/point
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
mount: /home/user/point: cannot mount //192.168.0.106/shared read-only.
Run Code Online (Sandbox Code Playgroud)
它通过 Samba 共享。感谢您提供任何答案。
当我尝试在 Ubuntu 虚拟机上安装共享文件夹时,出现以下错误:
/sbin/mount.vboxsf: shared folder '/home/john/shared' was not found (check VM settings / spelling)
Run Code Online (Sandbox Code Playgroud)
我已经安装了这些软件包:
sudo apt-get install -y build-essential linux-headers-`uname -r`
Run Code Online (Sandbox Code Playgroud)
我已成功安装 Guest Auditions。
我已经为虚拟机上的共享文件夹创建了一个挂载点:
我在虚拟机设置上设置了共享:
我正在尝试使用以下命令安装它:
sudo mount -t vboxsf shared ~/shared
Run Code Online (Sandbox Code Playgroud)
主机运行Windows 10,Ubuntu版本为20.04.1 LTS,VirtualBox版本为6.1。
我错过了什么吗?
我想使用 nmcli 命令打开我的界面。命令nmcli device connect wlp2s0对我不起作用,它给了我这个错误:
Error: Failed to add/activate new connection: A 'wireless' setting is required if no AP path was given.
有任何想法吗 ?谢谢。