我最近在 Oracle 的 Virtualbox 上安装了 Ubuntu。现在我想安装来宾添加。
我启动了我的 Ubuntu 来宾操作系统,单击“设备”并选择“安装来宾添加”。什么也没发生,我在桌面上看不到 CD 图标。
我怎样才能使这项工作?
我相信我已经完成了有关如何从我的访客 - ubuntu 20.04 访问我的主机 - Windows 10 上的文件夹所描述的所有操作。但是我没有得到任何结果。
共享文件夹的设置:
但是,当我进入我的文件夹并列出文件时,那里什么也没有。我确实在我的主机上保存了一个文件,所以应该可以看到:
tomas@ubuntu20:~/share$ ls -l
total 0
tomas@ubuntu20:~/share$ df -t vboxsf
df : no file systems processed
tomas@ubuntu20:~/share$ usermod -aG vboxsf tomas
usermod : group 'vboxsf' does not exist
tomas@ubuntu20:~/share$ chmod 755 .
tomas@ubuntu20:~/share$ ps -ef | grep -i vbox
root 385 2 0 10:19 ? 00:00:00 [iprt-VBoxWQueue]
tomas 1112 1098 0 10:24 pts/0 00:00:00 grep --color=auto -i vbox
tomas@ubuntu20:~/share$ service --status-all | grep -i virtual …Run Code Online (Sandbox Code Playgroud)