TeKtOn

Mount and Use of USB devices with VMserver on openSUSE 10.2 본문

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을 하다 시스템이 엉켜 버린 적이 있어, 모듈로 올리는 방법을 택했습니다.
  1. Install kernel-sources and kernel-syms
  2. copy .config and Modules.symvers from /usr/src/linux-obj/ to /usr/src/linux
  3. make oldconfig
  4. make menuconfig, select the usbfs
  5. make modules
  6. make modules_install
  7. change noauto to auto for the usbfs in fstab
  8. reboot
Good luck! ^^

'Computers > Linux' 카테고리의 다른 글

"libXm.so.3" error with fluent on linux x86_64  (0) 2007.09.10
Ubuntu에 글꼴 설치  (0) 2007.03.05
Ubuntu 6.10 에서 한글 2005 평가판 쓰기  (0) 2006.12.23