카테고리 없음
리눅스 우분투 에러
정인하이
2023. 4. 9. 17:53
폴더 생성 에러
sudo mount -t vboxsf hw-data /mnt/share 명령어를 입력하였는데 다음과 같은 에러가 떴다.
mount: wrong fs type, bad option, bad superblock on hw-data,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
VirtualBox 게스트 확장 기능을 설치로 해결 가능하다.
1. VirtualBox 로 UbuntuOS 를 켜고 터미널에서 아래 명령어를 입력
sudo apt install gcc make perl
2. 상단 메뉴의 Device - Insert Guest Additions CD image 선택 - Run - Install
3. 재부팅
4. 공유 폴더 마운트