A Conservative Techie

Thoughts from a Conservative point of view in regards to technology

Configuring Laptop to share with Windows VM

After hunting around for a quite awhile I figured out how to share my document folders from Kubuntu 8.04 Remix laptop with my Windows XP VM. The current problem with Kubuntu 8.04 is that when you run kcmshell4 fileshare you can’t configure sharing due to not having permssions.  Then if you run kdesudo kcmshell4 fileshare, for some reason that I don’t know of, can’t find the command.  I reported this as a bug on bugs.kde.org, but havne’t heard anything more about that.

This post will be a placeholder to help me find this out later in life.

1.  Install samba

2.  sudo smbpasswd jjesse and enter a password

3.  Install system-config-samba (sudo apt-get install system-config-samba

4.  system-config-samba will not function because there is no file located in /etc/libuser.conf

5.  sudo touch /etc/libuser.conf

6.  sudo system-config-samba to setup your drives

From the VM:

Open up Network Neighborhood and map the drive using the username and the password (password setup in smbpasswd)

If there is a better way to solve this, let me know.

May 1, 2008 Posted by Jonathan | Ubuntu/Kubuntu | , , , | 2 Comments