Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 과제
- 동빈나참고
- 소켓 프로그래밍
- Git
- 노드
- 과제5차
- 에러
- 상속
- 클라이언트
- 함수객체
- GitHub
- placeholder
- greater
- BST
- 멀티스레드
- bind
- 자료구조
- operator==
- 이진순회트리
- 네트워크 프로그래밍
- 이진노드
- 연산자오버로딩
- list
- 난수중복제거
- 이진트리
- remove_if
- 튜토리얼
- c2678
- 채팅프로그램
- C++
Archives
- Today
- Total
강아지를 좋아하는 컴공생
리눅스 우분투 에러 본문
폴더 생성 에러
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. 공유 폴더 마운트