• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    手把手教你在VirtualBox中与主机共享文件夹(图文介绍)

    手把手教你在VirtualBox中与主机共享文件夹,具体如下:

    VirtualBox下载地址,版本为5.1.6

    设置共享文件路径

    点击虚拟机 设置-->选择 共享文件夹

    (图1 设置共享文件夹)

    设置共享文件夹路径

    1 选择路径

    2 填写自定义的共享名称(在后面需要与挂载路径相对应)

    3 设置自动挂载/固定分配

    (图2 设置共享文件路径属性)

    安装VirtualBox增强工具

    先安装必备的包

    执行下面的命令:

    yum install -y gcc gcc-devel gcc-c++ gcc-c++-devel make kernel kernel-devel

    安装完后,重启虚拟机:

    shutdown -r now

    安装virtualBox增强工具

    点击 设置-->点击 安装增强功能...

    (图3 点击设置)

    自动执行安装 或者 进入目录/media/VBOXADDITIONS_5.1.2_108956,执行命令

    ./VBoxLinuxAddtion.run

    得到输出内容

    [root@localhost VBOXADDITIONS_5.1.2_108956]# ./VBoxLinuxAdditions.run 
    Verifying archive integrity... All good.
    Uncompressing VirtualBox 5.1.2 Guest Additions for Linux...........
    VirtualBox Guest Additions installer
    Removing installed version 5.1.2 of VirtualBox Guest Additions...
    vboxadd.sh: Stopping VirtualBox Additions.
    vboxadd-service.sh: Stopping VirtualBox Guest Addition service.
    Copying additional installer modules ...
    Installing additional modules ...
    vboxadd.sh: Building Guest Additions kernel modules.
    vboxadd.sh: You should restart your guest to make sure the new modules are actually used.
    vboxadd.sh: Starting the VirtualBox Guest Additions.
    
    You may need to restart the the Window System (or just restart the guest system)
    to enable the Guest Additions.
    

    即安装成功!

    挂载共享文件夹

    切换到root用户输入挂载命令:

    sudo mount -t vboxsf shared_file /home/xingoo/shared

    注意格式为

    sudo mount -t vboxsf 共享文件夹名称(在设置页面设置的) 挂载的目录

    然后进入/home/xingoo/shared,就可以看到windows中的文件了

    (图4 windows文件)

    [root@localhost shared]# ll
    total 337516
    -rwxrwxrwx. 1 root root 149599799 Aug 15 21:29 apache-hive-2.1.0-bin.tar.gz
    -rwxrwxrwx. 1 root root 196015975 Aug 15 21:31 hadoop-2.6.4.tar.gz

    其他使用技巧

    如果宿主机是windows经常需要来回的拷贝内容,那么可以打开【共享粘贴板】,步骤为:

    设备-->共享粘贴板-->双向

    以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。

    上一篇:如何打造自己的pe呢?微软官方WinPE的制作流程
    下一篇:dmg在虚拟机怎么打开 虚拟机打开dmg文件格式教程
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    手把手教你在VirtualBox中与主机共享文件夹(图文介绍) 手把手,教,你在,VirtualBox,