Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Samba + W2K ...urgent
Name: The Dazzla Date: May 22, 2003 at 23:15:51 Pacific OS: Red Hat 7.1 CPU/Ram: AMD 1600 512 megs
Comment:
Urgent Problem with Samba (2.0.7) running on a red hat 7.1 box. Trying to connect to the red hat box from a W2K (sp1) machine. Can ping the linux box from 2000 by name and ip address..I can see the samba server in network neighbourhood...but when I try to connect it comes back with "the network path cannot be found" ...I can connect to the windows box fronm redhat and mount the windows shares into the linux filesystem...but not vice versa....I am using unencrypted passwords on both machines, and have set up the same user accounts on each............please help!!!
Name: Deputy DooDah Date: May 23, 2003 at 00:00:30 Pacific
Reply:
Make sure you also have a samba account. Ok, I assume that you have the user account set up under Linux. Now, bring up the command line and type:
smbpasswd -a username
...where username is the name of the Linux user account. You'll be prompted to enter and then confirm the password. Use the same password as the Linux account.
Your Win2k machine will then be able to browse the samba shares you have set up on the Linux box. If you haven't set up shares, I suggest using Webmin to do it. It's a whole lot easier than manually editing your smb.conf file.
Summary: :Tryin to set up Samba (2.02) on a red hat 7.1 box and access it from w2k(sp1) machine...i can see the samba server in network neighbourhood, but when i try to access it, it says "network path not ava...
Summary: Hi, all I really need help here!!! I am having problem with W2K login. After I type my username and password in the login box, it pops up two box and the first one say Windows cannot create profile di...
Summary: I was able to mount Windows 2000 server shared folder with RH 7.1 by the following command # mount –t smbfs –o username=mysql,password=xxx //server1/mydata /var/lib/mysql/nt mydata is the shared folde...