Computers/Linux
Mount and Use of USB devices with VMserver on openSUSE 10.2
Dr.TeKtOn
2007. 9. 7. 10:50
openSUSE 10.2 부터인지는 정확히 모르겠습니다만, openSUSE x86_64 버젼을 설치하고, VMserver를 설치하고 사용하던 중, USB 메모리와 USB 외장 하드를 Guest OS에 연결할 수 없는 문제를 맞았습니다. 인터넷의 자료들을 찾아 본 결과, 배포용 kernel에는 USB file system 사용이 기본적으로 제외되었기 때문이라는 사실을 알게되었습니다. kernel compile을 하다 시스템이 엉켜 버린 적이 있어, 모듈로 올리는 방법을 택했습니다.
Good luck! ^^
- Install kernel-sources and kernel-syms
- copy .config and Modules.symvers from /usr/src/linux-obj/
to /usr/src/linux make oldconfig make menuconfig, select the usbfs make modules make modules_install change noauto to auto for the usbfs in fstab reboot