shudders
July 24th, 2008, 02:47 AM
Hey all,
This is my first time using ubuntu as desktop and I've managed to get most things working thanks to all of you here on the forum. :) I still feel like a complete beginner though.
However, there are two things I just can't figure out.
1) USB-mounting. I'm running ubuntu hardy with a vmware windows guest. In order to get USB support in the guest I googled and found a solution.
change /etc/init.d/mountdevsubfs.sh
remove comment from the following 4 lines starting with mkdir -p /dev/bus/usb/.usbfs
#
# Magic to make /proc/bus/usb work
#
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
After doing this USB worked in vmware. But now the USB stick doesn't mount in ubuntu. Is there a way to get USB support in both ubuntu and the vmware guest?
2) CD burning. I can burn fine through Nautilus, no problems at all. But when I try k3b or Brasero they get (what I assume) are permission problems. I have checked "access to cd burning" in user permissions for my account. I couldn't find any other solutions using google. Do I need to disable automounting of CDs? But if I do that, will I not get a problem with dvd playback later? (I'm using this box as a htpc with mythtv too.)
Any help is greatly appreciated. And if any more information is needed I will try my best to supply it.
Thanks in advance.
This is my first time using ubuntu as desktop and I've managed to get most things working thanks to all of you here on the forum. :) I still feel like a complete beginner though.
However, there are two things I just can't figure out.
1) USB-mounting. I'm running ubuntu hardy with a vmware windows guest. In order to get USB support in the guest I googled and found a solution.
change /etc/init.d/mountdevsubfs.sh
remove comment from the following 4 lines starting with mkdir -p /dev/bus/usb/.usbfs
#
# Magic to make /proc/bus/usb work
#
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
After doing this USB worked in vmware. But now the USB stick doesn't mount in ubuntu. Is there a way to get USB support in both ubuntu and the vmware guest?
2) CD burning. I can burn fine through Nautilus, no problems at all. But when I try k3b or Brasero they get (what I assume) are permission problems. I have checked "access to cd burning" in user permissions for my account. I couldn't find any other solutions using google. Do I need to disable automounting of CDs? But if I do that, will I not get a problem with dvd playback later? (I'm using this box as a htpc with mythtv too.)
Any help is greatly appreciated. And if any more information is needed I will try my best to supply it.
Thanks in advance.