LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Change Workgroup in Kubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/change-workgroup-in-kubuntu-836327/)

Modelt Computers 10-05-2010 09:42 AM

Change Workgroup in Kubuntu
 
I have installed Kubuntu and I am having trouble changing the workgroup so I can see my Windows XP systems and share files and folders.

sem007 10-05-2010 09:47 AM

Hello and wel-come to LQ.

Quote:

I am having trouble changing the workgroup
Can you please elaborate more?
How you change your workgroup and what error you face?

if you want to access windows share then you doesn't rwquire any configuration in linux.

if you want to share data from linux to windows then you have to configure samba.


Regards,

captainhardway 10-05-2010 03:16 PM

Quote:

Originally Posted by Modelt Computers (Post 4118387)
I have installed Kubuntu and I am having trouble changing the workgroup so I can see my Windows XP systems and share files and folders.

Greetings.

If I understand your problem correctly you would like to change your current workgroup from whatever it is now on your linux box to one of y our choosing that matches the windows workgroup thus allowing you to access and see network shares within the workgroup.

Edit this file: /etc/samba/smb.conf

replace under the [global] section

workgroup = WhateverYouChoose

After saving that file you will need to restart samba. Two ways to do that depending on your system.

sudo service samba restart //this should work for you on debain based system

or

/etc/rc.d/rc.samba restart //this probably will not work on debain based system.

I hope this helps you.


All times are GMT -5. The time now is 05:57 PM.