반응형

요즘 VirtualBox에 Ubuntu를 올려서 리눅스 공부 중이다.


VirtualBox버전 : 5.0.20

Ubuntu : ubuntu-16.04-server


1. Window의 폴더 mount하기


2. 에러에 대처하는 자세

(1) virtualbox guest addtions을 install한다.

sudo apt-get update

sudo apt-get install build-essential linux-headers-$(uname -r)

sudo apt-get install virtualbox-guest-x11

마지막 sudo apt-get install virtualbox-guest-x11... 이것 때문에 시간도 많이 잡아먹고 고생 많이 했다.



(2) "VirtualBox: mount.vboxsf: mounting failed with the error: No such device" 메세지 발생 시

modprobe -a vboxguest vboxsf vboxvideo

아직 무식해서 이 명령어가 뭔지 잘 모르겠는데,

어쨌거나 신기하게 이걸 하면 돈다.

stackoverflow에는 이런 감사한 선구자들이 가득.

http://stackoverflow.com/questions/28328775/virtualbox-mount-vboxsf-mounting-failed-with-the-error-no-such-device

반응형

+ Recent posts