Categories:


- System -

- Internet -

- Video -

- Audio -

- Pictures -

- Other -


HOW TO install Ubuntu - complete guide

List of everyday used applications (in process)








HOW TO mount usb stick on windows in VMware



To mount your usb stick in windows XP running in VMware type following:

sudo mount -t usbfs none /proc/bus/usb

This needs to be done every time your computer is restarted. To avoid this add following line to /etc/fstab:

usbfs /proc/bus/usb usbfs auto 0 0

You can do this by typing following in gnome-terminal:

sudo gedit /etc/fstab

and adding line above at the end of the file.
You need to unmount your usb stick from Ubuntu and restart VMware before you can mount it. Then power on your guest OS in VMware and enable usb stick in VM>Removable Devices>USB Devices.




You can leave a comment at the homepage.



SEARCH



  • Ubuntu official

  • Ubuntuguide, helps you start using Ubuntu

  • Order latest Ubuntu cd at your doorstep, for FREE


  • If you have problems installing programs with 'apt-get' or 'aptitude' be sure you have enabled universe repositories.
    Click here to see how to enable them.