| Author |
Message |
Tomas Fredblad *nix forums beginner
Joined: 05 Feb 2005
Posts: 1
|
Posted: Sat Feb 05, 2005 2:48 pm Post subject:
Samba on Solaris 8
|
|
|
Hi
I'm going to install Samba 3.10 on Solaris.
I have manage to get access to the machine via SWAT.
How do I map a drive from the unix box to my PC?
Do samba manage this or do I have to share a specific folder for this? I
can't se the unix box in My Network Places. So for the moment I am unable to
map anything.
net use \\ipaddress\drive, gives no network found. Or something like that.
Greatful for any kind of help
Regards
tomas f |
|
| Back to top |
|
 |
CJT *nix forums Guru Wannabe
Joined: 23 Feb 2005
Posts: 264
|
Posted: Sat Feb 05, 2005 3:05 pm Post subject:
Re: Samba on Solaris 8
|
|
|
Tomas Fredblad wrote:
| Quote: | Hi
I'm going to install Samba 3.10 on Solaris.
I have manage to get access to the machine via SWAT.
How do I map a drive from the unix box to my PC?
Do samba manage this or do I have to share a specific folder for this? I
can't se the unix box in My Network Places. So for the moment I am unable to
map anything.
net use \\ipaddress\drive, gives no network found. Or something like that.
Greatful for any kind of help
Regards
tomas f
You have to create a Samba share (via SWAT if you like) and make sure |
Samba is started and the Samba password is set appropriately.
--
The e-mail address in our reply-to line is reversed in an attempt to
minimize spam. Our true address is of the form che...@prodigy.net. |
|
| Back to top |
|
 |
Dave Uhring *nix forums Guru
Joined: 02 Mar 2005
Posts: 973
|
Posted: Sat Feb 05, 2005 3:18 pm Post subject:
Re: Samba on Solaris 8
|
|
|
On Sat, 05 Feb 2005 15:48:54 +0000, Tomas Fredblad wrote:
| Quote: | Hi
I'm going to install Samba 3.10 on Solaris.
I have manage to get access to the machine via SWAT.
How do I map a drive from the unix box to my PC?
Do samba manage this or do I have to share a specific folder for this? I
can't se the unix box in My Network Places. So for the moment I am unable to
map anything.
|
I set this one up yesterday on a Linux server. The Solaris smb.conf file
will have the same structure:
# Global parameters
[global]
workgroup = WORKGROUP
server string = main-t2
security = user
socket options = TCP_NODELAY
interfaces = 192.168.0.5/24
encrypt passwords = Yes
log file = /var/log/smbd.%m
max log size = 50
time server = Yes
preferred master = False
domain master = False
hosts allow = 192.168.0.
os level = 60
[homes]
comment = Home Directories
read only = No
hosts allow = 192.168.0/24
nt acl support = No
[save]
path = /save
read only = No
Home directories and "save" are the shares. Your Windose boxes need to
have the same workgroup and the Windose user needs an account on the
server. You also need to
# smbpasswd -a user_name |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|