Results 1 to 3 of 3
I want to move to Linux from Windows Platform.
I work for a company having 5 windows-98 workstations with ONE NT4 Server Machine. Initially I have installed Linux on 3 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-23-2002 #1Just Joined!
- Join Date
- Dec 2002
- Location
- Karachi, Pakistan
- Posts
- 8
How to Configure SAMBA Server (I am novice in Linux)
I want to move to Linux from Windows Platform.
I work for a company having 5 windows-98 workstations with ONE NT4 Server Machine. Initially I have installed Linux on 3 workstations and now want to setup SAMBA Server in order to give access of NT4 disk share on Linux workstation and vice versa.
Please help..... I am novice on Linux...
Thanks
- 12-23-2002 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Usually, samba is already pre-installed. What distribution are you using?
The samba client programs need no configuration just check so that smbmount exists.
- 12-23-2002 #3Linux User
- Join Date
- Jul 2002
- Location
- Daytona Beach, FL
- Posts
- 487
are you trying to move the NT server to linux ? (that would be a Samba Server so your windows clients could access the shares)
Of you moved to an all linux network, you dont need samba you need NFS.
Or, if you want to keep the server as NT and the desktops linux (not sure why) then you dont need a samba _server_ to mount windows shares, you can do it with smbmount check out
man smbmount
this ought to work
smbmount "\\\\MACHINE_NAME\\SHARED_DIRECTORY" MOUNT_POINT -o \
username=YOUR_USERNAME password=YOUR_PASSWORD
Now the name/passwrd are the windows machines name/password not linux, as you are connecting to the NT box you need to authenticate to it.
or if you do it alot, add the correct line to /etc/fstab with the noauto keyword so you can just type
mount MOUNT_POINTmajorwoo
Quiet brain, or I\'ll stab you with a Q-tip.


Reply With Quote
