LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   sharing folders with an xp computer (https://www.linuxquestions.org/questions/linux-networking-3/sharing-folders-with-an-xp-computer-494658/)

hummble 10-22-2006 02:27 PM

sharing folders with an xp computer
 
Hi all, sorry if this is a sily question but I'm VERY new to all this. I've newly installed ubuntu 6.06 for the first time! Already managed to figure out the codecs to get everything playing properly. I'm trying to network with another computer, running xp. I've gotten it to recognize the network, and I can browse/access shared folders and files on the other system, but I'm unclear on how to share folders from this computer. Help?

hummble 10-22-2006 03:20 PM

Okay, so I've figured out how to edit the samba config file to fix the workgroup name, and how to list the directories I want to share as "public". Within Samba, that's all set up properly now I think. That is to say, it looks right in the smb.conf file, and when I right click on a folder and select "share" the settings seem to have carried over properly. But from the Windows Network window (on the ubuntu machine) it doesn't recognize the folder I set up to share as being part of the network. On the xp machine where I'm trying to access this folder, it doesn't see the folder. It also doesn't recognize the ubuntu machine as part of the workgroup.

I'm probably missing something really basic and obvious here, but it's beyone me. Any help or advise would be very appreiciated. Or if this is all answered in another thread that I didn't find, point me there. Thanks everyone!

fandar 10-22-2006 03:42 PM

Hi, here is a simple and working smaba configuration file, maybe it will help to you

Quote:

#======================= Global Settings
[global]
workgroup = your_workgroup
server string = Samba Server
client code page = 852
log file = /var/log/samba/log.%m
max log size = 100
encrypt passwords = yes
null passwords = yes
dns proxy = no
share modes = yes
map to guest = Bad User
security = users
hosts allow = 192.168.1.2 192.168.1.3 192.168.1.4
#============================ Share Definitions
[Folder_name]
path = /path/to/your/folder
public = True
only guest = False
writable = True
printable = no
directory mask = 0777
create mask = 0777

pdean44 12-26-2006 06:47 PM

These forums are handy. working on this right now to try and share soem folders with my xp machine from my linux box


All times are GMT -5. The time now is 06:38 AM.