Orcle VM VirturalBox与Ubantu1404共享文件夹

这篇具有很好参考价值的文章主要介绍了Orcle VM VirturalBox与Ubantu1404共享文件夹。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

Orcle VM VirturalBox与Ubantu1404共享文件夹

 

VirtualBox is a program that allows you to run multiple operating systems (guests) on one computer (the host computer). You may need to transfer files between the host and the guest. It’s easy to set up in Windows guests, but tricky in Ubuntu guests.

VirtualBox是一种程序,可让您在一台计算机(主机)上运行多个操作系统(来宾)。 您可能需要在主机和来宾之间传输文件。 在Windows guest虚拟机中设置起来很容易,而在Ubuntu guest虚拟机中设置起来比较麻烦。

We’ll show you how to set up an Ubuntu guest machine so you can access folders on the host machine from within the guest machine. You must enable shared folders to do this, which are available by installing VirtualBox guest additions software (see our article for instructions on how to do this).

我们将向您展示如何设置Ubuntu来宾计算机,以便您可以从来宾计算机中访问主机上的文件夹。 您必须启用共享文件夹才能执行此操作,这可以通过安装VirtualBox来宾添加软件来使用(有关如何执行此操作的说明,请参阅我们的文章 )。

Once you’ve installed the guest additions, enable shared folders by adding a folder from your host machine in the settings for the guest machine. To do this, first make sure the guest machine is powered off. Then, select the guest machine in the list on the left of the VirtualBox Manager and click Settings on the toolbar.

安装来宾添加后,通过在来宾计算机的设置中添加来自主机的文件夹来启用共享文件夹。 为此,请首先确保客户机已关闭电源。 然后,在VirtualBox Manager左侧的列表中选择客户机,然后单击工具栏上的“设置”。

On the Settings dialog box, click Shared Folders in the list of options on the left. On the Shared Folders screen, click the folder button with the plus sign to add a folder.

 

在“设置”对话框上,单击左侧选项列表中的“共享文件夹”。 在“共享文件夹”屏幕上,单击带有加号的文件夹按钮以添加文件夹。

Orcle VM VirturalBox与Ubantu1404共享文件夹

On the Add Share dialog box, select Other from the Folder Path drop-down list.

在“添加共享”对话框中,从“文件夹路径”下拉列表中选择“其他”。

Orcle VM VirturalBox与Ubantu1404共享文件夹

 

The Browse For Folder dialog box displays. Navigate to the folder you want to share between the host and the guest, select it, and click OK.

显示“浏览文件夹”对话框。 导航到您要在主机和来宾之间共享的文件夹,选择它,然后单击“确定”。

Orcle VM VirturalBox与Ubantu1404共享文件夹

The path to the selected folder is inserted in the Folder Path edit box. The name of the folder automatically becomes the Folder Name, but you can change this name if you want. If you don’t want to be able to change items in this folder in the guest machine, select the Read-only check box. To have the selected folder automatically mounted in the guest machine when you boot it, select the Auto-mount check box. Click OK once you’ve finished choosing your settings for the shared folder.

所选文件夹的路径将插入“文件夹路径”编辑框中。 文件夹的名称将自动变为“文件夹名称”,但是您可以根据需要更改此名称。 如果您不想更改来宾计算机中此文件夹中的项目,请选中“只读”复选框。 要在引导计算机时自动将所选文件夹安装在客户机中,请选中“自动安装”复选框。 完成选择共享文件夹的设置后,单击“确定”。

Orcle VM VirturalBox与Ubantu1404共享文件夹

The selected folder displays in the Folders List. Click OK to close the dialog box.

所选文件夹显示在“文件夹列表”中。 单击“确定”关闭对话框。

Orcle VM VirturalBox与Ubantu1404共享文件夹

 

Now, make sure the guest machine is still selected in the VirtualBox Manager and click Start to boot it.

现在,请确保在VirtualBox管理器中仍选择了客户机,然后单击“启动”以启动它。

Orcle VM VirturalBox与Ubantu1404共享文件夹

Once the guest machine is booted, open Nautilus (File Manager) by clicking the file cabinet on the Unity bar on the left side of the desktop.

客户机启动后,通过单击桌面左侧Unity栏上的文件柜,打开Nautilus(文件管理器)。

Orcle VM VirturalBox与Ubantu1404共享文件夹

In the Devices list on the left, click Computer and then double-click the Media folder on the right. You’ll see a folder named similarly to the folder you selected to share on your host machine with “sf_” added to the beginning of the name.

在左侧的“设备”列表中,单击“计算机”,然后双击右侧的“媒体”文件夹。 您将看到一个与您选择在主机上共享的文件夹类似的文件夹名称,名称的开头添加了“ sf_”。

Orcle VM VirturalBox与Ubantu1404共享文件夹

If you double-click on that folder, the following dialog box displays. This is because there is one more task to perform before you can access the shared folder.

如果双击该文件夹,将显示以下对话框。 这是因为在访问共享文件夹之前,还有另外一项任务要执行。

Orcle VM VirturalBox与Ubantu1404共享文件夹

In addition to users in Ubuntu, there are also groups. When VirtualBox installed the Ubuntu operating system, it added a group called “vboxsf”. Before you can access any shared folders, you must add yourself to the vboxsf group. To do this, press Ctrl + Alt + T to open a Terminal window. Type the following at the prompt, replacing “[username]” with your username, and press Enter.

除了Ubuntu中的用户外,还有组。 当VirtualBox安装Ubuntu操作系统时,它添加了一个名为“ vboxsf”的组。 在访问任何共享文件夹之前,必须将自己添加到vboxsf组。 为此,请按Ctrl + Alt + T打开“终端”窗口。 在提示符下键入以下内容,用您的用户名替换“ [username]”,然后按Enter。

sudo adduser [username] vboxsf

sudo adduser [用户名] vboxsf

Type your password when prompted and press Enter again. Messages display as you are being added to the group and “Done.” displays when the process has been successfully completed.

出现提示时输入密码,然后再次按Enter。 在您被添加到组和“完成”时,显示消息。 在过程成功完成时显示。

To close the Terminal window, type “exit” (without the quotes) at the prompt and press Enter.

要关闭“终端”窗口,请在提示符下键入“ exit”(不带引号),然后按Enter。

Orcle VM VirturalBox与Ubantu1404共享文件夹

To verify you are in the vboxsf group, you can type “id [username]” (without the quotes, and replacing “[username]” with your username) at the prompt and press Enter. All the groups of which the specified user is a member display.

要验证您是否在vboxsf组中,可以在提示符下键入“ id [username]”(不带引号,并用用户名替换“ [username]”),然后按Enter。 显示指定用户是其成员的所有组。

Orcle VM VirturalBox与Ubantu1404共享文件夹

Now, when you access the shared folder in the Media folder as described above, you should see any files in that exist in that folder on the host machine.

现在,当您如上所述访问“媒体”文件夹中的共享文件夹时,您应该看到主机上该文件夹中存在的所有文件。

Orcle VM VirturalBox与Ubantu1404共享文件夹

You can edit these files directly in this folder if you DID NOT select the “Read-only” option when selecting the folder in the Settings. You can also copy files into and out of this folder. If the folder was set to “Read-only”, you can only copy files from this folder and cannot copy files into it.

如果在“设置”中选择文件夹时未选择“只读”选项,则可以直接在此文件夹中编辑这些文件。 您也可以将文件复制到该文件夹​​中以及从该文件夹中复制文件。 如果文件夹设置为“只读”,则只能从该文件夹复制文件,而不能将文件复制到其中。文章来源地址https://www.toymoban.com/news/detail-497997.html

到了这里,关于Orcle VM VirturalBox与Ubantu1404共享文件夹的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 共享文件夹

    目录 共享文件夹的创建 如何闭共享文件夹 学校电脑机房共享文件夹 共享文件夹的创建     操作步骤:                       ①先创建一个用户,记得设置密码,没有密码等下进入不了共享文件夹(或者在                                我们的组策略的本地

    2024年02月01日
    浏览(50)
  • VMware共享文件夹

    关于这个问题,百度上基本都找到很多的教程,例如虚拟机设置共享文件夹的方式这里就有很详细的教程,我也按照此步骤进行操作,但是 问题一: 我在虚拟机中并没有找到 /mnt/hgfs 这个文件夹, 问题二: 或是还是没有要共享的内容,好在找到了些解决办法。 以下是我找到

    2023年04月12日
    浏览(50)
  • 解决安装win10/win11微软登录自动路径和文件夹名,已经本地账户可以使用共享文件夹,微软账户使用共享文件夹验证错误的问题

    我找到解决全新安装Windows,微软用户登录自动生成用户名,以及默认使用账户姓名作为全名 ,让强迫症痛苦万分的方法了。 同时解决本地账户共享文件夹验证通过,微软账户共享文件夹验证不通过(或者找不对访问账户名和密码)的问题。 Win10安装后,用本地账户登录,同

    2024年02月16日
    浏览(115)
  • Windows共享文件夹设置

    注: 1、文件夹共享端(Server)一定要与文件夹接受端(Client)为同一局域网内,并且可以Ping同; 2、Windows高级共享设置针对使用网络设置“网络发现”(以下图Windows11 为例) 1.2.1 如果需要任何人可以连接就是加“Everyone”   1.2.2 将添加用户的权限修改为“读取/写入”,点

    2024年02月06日
    浏览(97)
  • Ubuntu创建共享文件夹

    项目多台服务器部署的微服务需要共用一个文件夹,故需要创建一个共享文件夹 Ubuntu想要创建共享文件夹需要安装samba,其他Ubuntu服务器想要挂载该共享文件夹需要安装cifs-utils,Windows服务器可直接通过映射网络驱动器进行挂载 2.1 Ubuntu创建共享文件夹 1)安装samba 2)修改sh

    2024年02月14日
    浏览(42)
  • ubuntu设置共享文件夹

    实现linux与ubuntu下文件的互通 1.打开虚拟机的共享文件夹 2.查看ubuntu是否能识别到共享文件夹 ls /mnt/hgfs

    2024年02月08日
    浏览(55)
  • linux 创建共享文件夹

    1 安装 Samba: 在终端输入以下命令: 2 配置 Samba: 打开配置文件: 在文件的末尾添加如下内容: 替换 “/path/to/shared/folder” 为实际的文件夹路径。 3 创建 Samba 用户: 您需要创建一个 Samba 用户来访问共享文件夹: 替换 \\\"username\\\"为实际的用户名。 4 重启 Samba 服务: 输入以下

    2024年02月10日
    浏览(60)
  • linux 访问共享文件夹

    在Linux中,可以使用mount命令来访问共享文件夹。 首先,确保已经安装了smbclient工具包(如果没有安装的话): 创建本地目录作为共享文件夹的挂载点:   使用mount命令将共享文件夹挂载到指定的挂载点上:   其中,//服务器IP表示要连接的Windows或Samba服务器的IP地址;共享文

    2024年01月17日
    浏览(60)
  • 小米电视访问电脑共享文件夹

    输入win+R打开运行窗口 输入control进入控制面板 点击“网络和internet”-“网络共享中心”-“更改高级共享设置” a. “专用”网络设置如图: b. “来宾或公用”网络设置如图: c. “所有网络”设置如图: 设置完毕后返回“控制面板”主页选择“卸载程序” 选择“启用或关闭

    2024年02月09日
    浏览(135)
  • 用局域网共享访问权限设置软件、共享文件夹设置密码软件保护共享文件安全

    当前,很多企事业单位的局域网都配置了文件服务器,用于共享单位的一些文件供局域网用户访问。同时,员工工作当中形成的劳动成果、重要文件等也常常存储在文件服务器上,便于文件保存、协同工作等需要。这使得,企业局域网文件服务器的文件安全管理日渐重要,如

    2024年02月08日
    浏览(54)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包