Click to See Complete Forum and Search --> : Using Samba?


lm72
09-07-2001, 04:46 PM
what's up All?

Haven't play linux not mush recently but from last week, I have an issue.

I have Linux R.H.7.1 installed and running samba so my workstation(win2k) can access to Linux box.
I have another machine(NT server) and I would like to mount some folders from NT server
mountt to Linux box.
Can I uses samba command to mount a folder from NT server?

Thanks in advance,

Alex

MaxWave
09-07-2001, 05:06 PM
In a non-native Win2k workgroup domain i have always used the following:

mkdir /home/user/winshare
mount -t smbfs -o username=user1,password=pass1 //computername/share /home/user/winshare

This does not work on my Win2K native domain. I have used it successfuly on a Win2K mixed-mode, WinNT 4 domain and/or workgroup. Give it a try!

Good luck!

lm72
09-07-2001, 05:33 PM
Thanks,

I will give try and let know :)

Alex