纯净版Debian9挂载VirtualBox共享文件夹

纯净版Debian9挂载VirtualBox共享文件夹

因为是纯净版,什么都没装,所以安装VirtualBox增强文件的时候需要先下一点东西

  1. 先进入su模式(以下命令默认是在su模式下执行的)

  2. //更新apt源
    apt-get update
    
    //安装gcc编译器
    apt install gcc
    
    //更新linux header
    apt-get install linux-headers-$(uname -r)
    
    apt-get install build-essential
    
    sh ./VBoxLinuxAddition.run
  3. 不需要手动创建什么共享文件夹

  4. 默认共享文件夹位置在

    ./media/sf_你设置的共享文件夹名称

猜你喜欢

转载自blog.csdn.net/qq_24889575/article/details/81938898