| 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_POINT
__________________
majorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
|