Steps to Add Windows XP to Samba server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Steps to Add Windows XP to Samba server
# 1  
Old 08-20-2006
Steps to Add Windows XP to Samba server

Hi All,

I have setup Samba on Redhat linux ES 3.0 server but unable to add Windows XP professional to samba server so please let me know steps for the same.

Thanks in advance
Bachegowda
# 2  
Old 08-21-2006
smb.conf would be a good place to start with
# 3  
Old 08-21-2006
I'm not sure what you mean. You mean you can't mount Windows XP shares from samba?
# 4  
Old 08-21-2006
You first have to configure smb.conf manually or using swat. Let's say you want to add a share named test, then smb.conf would have a section almost like this:

Code:
[test]
        path = /test
        valid users = you
        admin users = root, you
        create mask = 0666
        force create mode = 0666
        security mask = 0666
        directory mask = 0777
        force directory mode = 0777

If your samba server is also a DC then you can add your WINDOWS machine to the domain and it will become easy to access you shares.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Samba config for windows server

Hi all, I'm using solaris 10 with latest patches applied. I'm using samba to make a directory called /dir1 available from a windows 2003 server. If I do a 'Map network drive' on win 2003 server, I get the error: The specified network is no longer available In the samba-log under... (0 Replies)
Discussion started by: frum
0 Replies

2. Ubuntu

Steps to connect linux (Ubuntu) machine from windows 7

Hi, Can anyone give me the steps to connect ubuntu from windows7? Thanks (1 Reply)
Discussion started by: diehard
1 Replies

3. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

4. Emergency UNIX and Linux Support

Samba server does not show up in Windows Network Places

Hi all, I have run into this problem while trying to setup a CentOS based NAS for a friend of mine. We are using CentOS 6. The share on server can be accessed by it's IP. I have setup netbios name for the server. But that does not help. We need it to show up on Windows Network Places... (3 Replies)
Discussion started by: admin_xor
3 Replies

5. UNIX for Dummies Questions & Answers

Samba setup in virtual server environment Windows/ Linux

I have a home network set up that consists of a few windows clients and 3 centos, and 1 suse client. These are all virtual machines, VMware Workstation. One centos vm is set to be the Samba server. Do I need Samba set up on the other Linux clients?I have no problem seeing the windows clients... (0 Replies)
Discussion started by: ktb231
0 Replies

6. UNIX and Linux Applications

Server migration from samba+ldap to windows server 2003

Hi, i have a server installed samba+openldap (pdc). Need to migration windows server 2003 (active directory) object users, computers. Where you can read how to do it? Or can tell me how to do it? Thanks. P.S. Sorry for bad english (0 Replies)
Discussion started by: ap0st0l
0 Replies

7. Shell Programming and Scripting

Samba with Windows AD

Hi, I m using SUSE10 Linux. I connect my SUSE machine with Windows AD Domain. I shared 2 directories through samba successfully. Now i want to implement Size Limitation quota on those 2 shares just only for DOMAIN+Group (0 Replies)
Discussion started by: refra
0 Replies

8. SCO

steps to add printer

hi, i want help plz i connect my xerox printer under sco os , someone can tell me by steps how i can add it ? what i need to do that ? (2 Replies)
Discussion started by: lid-j-one
2 Replies

9. SCO

steps to boot SCO server off emergency tape

I know how to create the bootable tape image by using emergency_rec, but I could not find any document to instruct me on how to boot off the tape, and detail steps I should go through, for instance, at what point the booting sequency would prompt me to enter bootable path, and what the path is...... (0 Replies)
Discussion started by: vkky2k
0 Replies
Login or Register to Ask a Question