virtualbox共享文件夹

Posted on 2013-06-23 17:18  洪庸  阅读(132)  评论(0编辑  收藏  举报
来自官方文档的答案是最好的,其他的网上解决方案都有些问题。

In a Linux guest, use the following command:


mount -t vboxsf [-o OPTIONS] sharename mountpoint
To mount a shared folder during boot, add the following entry to /etc/fstab:


sharename   mountpoint   vboxsf   defaults  0   0




版权声明:本文为博主原创文章,未经博主允许不得转载。

Copyright © 2024 洪庸
Powered by .NET 8.0 on Kubernetes