How to enable USB drive in VMware server.

หลังจากที่ ติดตั้ง VMWare server บน Ubuntu 7.10 ก็พบกับปัญหาว่า VMware มันไม่เห็น USB ของ Thumb drive ผมก็เลยต้องมาวิธี Fix

1. เข้าไปแก้ไขไฟล์ /etc/init.d/mountdevsubfs.sh ตั้งแต่บรรทัดที่ 42 – 45 โดยการ Uncomment ออก ก็จะได้ดังนี้

:
mkdir -p /dev/bus/usb/.usbfs
domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount –rbind /dev/bus/usb /proc/bus/usb
:

2. แก้ไขไฟล์ /etc/fstab โดยเพิ่ม

:
usbfs /proc/bus/usb usbfs auto 0 0
:

ไว้ที่บรรทัดสุดท้ายของ ไฟล์ /etc/fstab

3. Start service โดยใช้ command ดังนี้

sudo /etc/init.d/mountdevsubfs.sh start

Related Posts

This entry was posted in linux, vmware and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">