1.進入command console,etc裡用sudo vi打開fstab檔(權限不足會不能修改fstab)
cd /
cd etc
sudo vi fstab
2.在最下面加入以下資訊
Download /media/Download vboxsf defaults 0 0
其中Download是VirtualBox中設定的shared folder名稱
/media/Download是要掛載的folder
3.reboot,完成。
Please install the build and header files for your current Linux kernel.5.為了排除上面的錯誤,需安裝額外的套件
The current kernel version is 2.6.23.1-42.fc8
Please install the GNU compiler
#> yum install kernel
#> yum install kernel-devel
#> yum install gcc