virtual box 공유폴더 설정(shared directory)
virtual box 공유폴더 설정
장치 > 공유폴더 > 머신폴더에 홈 경로 추가 # 옵션을 알아서
장치 > 게스트 확장 설치 > 마운트
# mkdir /mnt/share
vim /etc/profile
-> mount -t vboxsf share /mnt/share
장치 > 공유폴더 > 머신폴더에 홈 경로 추가 # 옵션을 알아서
장치 > 게스트 확장 설치 > 마운트
# mkdir /mnt/share
vim /etc/profile
-> mount -t vboxsf share /mnt/share