Samba Server


 
Thread Tools Search this Thread
Operating Systems Linux Samba Server
# 1  
Old 10-15-2003
Question Samba Server

I set up Samba so Windows can Access Linux, but how can I access my windows machine from linux (preferably using samba).?
# 2  
Old 10-15-2003
Check out smbclient or smbmount on your linux box.
# 3  
Old 10-15-2003
Re: Samba Server

Quote:
Originally posted by erhan_j
I set up Samba so Windows can Access Linux, but how can I access my windows machine from linux (preferably using samba).?
The way I access my windows shares from the linux box is as follows:

mount -t smbfs -o username=username,password=password //server/sharename /mount/mountpoint

But I've no idea how to access my l inux box from Windows, how do you do it?
# 4  
Old 10-15-2003
It should appear in the network neighborhood.
# 5  
Old 10-15-2003
Question Samba Server

How can I mount it on boot up? Can I Edit the fstab to achieve this?

Last edited by erhan_j; 10-16-2003 at 05:27 PM..
# 6  
Old 10-20-2003
put this:
Code:
mount -t smbfs -o username=username,password=password //server/sharename /mount/mountpoint

in etc/mtab
# 7  
Old 11-14-2003
hope u r using redhat 9

from gui run command as nautilus smb:

this will give u a gui with all the groups. click on it

sun
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Samba with password server

Hi guys, I have also here a Sol-10 with samba configured all is working out but just want to know if i set a password server pointing to a windows domain with Active Directory... do i still have to create a samba user on my Sol-10 or all username/pass authentication will be done on the windows... (2 Replies)
Discussion started by: batas
2 Replies

2. Shell Programming and Scripting

Samba server with notification emails

I'm creating a ubuntu samba server that sends out email notifications when a file a new file is created in the monitored directory. Currently im using inotifywait to monitor a directory and send out a email notification. Inotify wait works great but it gets triggered whenever any file including... (2 Replies)
Discussion started by: binary-ninja
2 Replies

3. 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

4. Red Hat

Samba server

Hi everyone, I am trying to set up a samba server using either the interface or the command line. However, I am unable to access the files found on the server. Can anyone tell me how to set up this server? Thanks in advance (2 Replies)
Discussion started by: shakshakshuk
2 Replies

5. UNIX for Dummies Questions & Answers

samba server configuration on linux.

Today I have configured samba server on my linux machine .I thought it would be better if i share it here and get feedback from an experienced users. This configuration is based on Redhat release 5. # lsb_release -a LSB Version: ... (0 Replies)
Discussion started by: pinga123
0 Replies

6. UNIX for Dummies Questions & Answers

migrate samba pdc from one server to another

Hi there, Hope this forum is adapted to my question. I have : + 1 Debian server with Samba set to authenticate users in the domain HOME (workgroup = HOME / domain logons = yes). + 3 Windows XP Laptops configured to belong to the domain HOME. So on startup, I'm invited to enter a login password... (2 Replies)
Discussion started by: chebarbudo
2 Replies

7. UNIX for Advanced & Expert Users

Samba server configurations

Hi, I am using Enterprise Linux Server release 5.2, now i am configuring Samba server, i want to access linux directories from Windows xp/2003 desktops. I installed and configured but i am unable to access them, could you please give me suggestion about configurations. Thanks. (2 Replies)
Discussion started by: marmam
2 Replies

8. Linux

samba and mail server

hello friend i m new on linux please anyone send me a step by step configuraton about samba server and mail server. bye (1 Reply)
Discussion started by: IRFAN
1 Replies

9. Linux

Server with Samba

Hello everybody. The problem deals with a schoolserver with linux running on it. Samba is running so that everybody has his own homedirectory on the server. Now the Problem: A directory should be created on which one everybody can write, but not read the files. We are at the point that... (1 Reply)
Discussion started by: JP_II
1 Replies

10. Solaris

samba server error

hi all , i have noticed lately the following message in my /var/adm/messages log : May 10 15:40:56 inetd: netbios-ns/udp server failing (looping), service terminated May 10 15:51:37 inetd: netbios-ns/udp server failing (looping), service terminated i did some search on that and found... (1 Reply)
Discussion started by: ppass
1 Replies
Login or Register to Ask a Question