VirtualBox에 공유 폴더를 마운트할 수 없나요?

VirtualBox에 공유 폴더를 마운트할 수 없나요?

CentOS 7에서 VirtualBox를 설정했는데 공유 폴더를 추가할 수 없습니다.

환경:

Host - Windows 10
VirtBox - Centos 7 
VirtBox Version - 5.1.10
Development Tools are installed
gcc version - gcc-Version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)
perl version - v5.16.3

나는 이것을 팔로우하고 있다우편 엽서하지만 작동하지 않습니다.

설치하려고 하면 다음과 같은 결과가 나타납니다.

[root@localhost /]# mount -t vboxsf php5 /mnt/share/php5/ /sbin/mount.vboxsf: mounting failed with the error: No such device

sudo ./vboxadd setup게시물에 설명된 내용을 실행하면 로그 파일에 다음 메시지가 표시됩니다.

[root@localhost /]# cat /var/log/vboxadd-install.log
/tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.  Schluss.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.

추가된 폴더의 이미지는 다음과 같습니다. 여기에 이미지 설명을 입력하세요.

일반적인 방법을 사용하려고 하면 Device--> Guest Addition다음 오류가 발생합니다.

여기에 이미지 설명을 입력하세요.

성공할 수 있는 다른 방법이 있나요? ?

답변1

virtualbox의 게스트 추가와 관련된 대부분의 문제는 호스트에 vboxusers라는 그룹을 생성하여 해결할 수 있습니다(아직 생성되지 않은 경우).

groupadd vboxusers

사용자를 그룹에 추가하십시오.

sudo usermod -aG vboxusers $your_username

답변2

나는작은 튜토리얼이 문제를 해결하려면.

관련 정보