
- System -
- Internet -
- Video -
- Audio -
- Pictures -
- Other -
HOW TO install Ubuntu - complete guide
List of everyday used applications (in process)

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.