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.
SMB4K problems
Name: Rogue Jedi X Date: December 5, 2004 at 07:22:03 Pacific OS: Mandrake 10.0 CPU/Ram: 1200/256
Comment:
Hiya. I'm having problems connecting to a Windows machine with SMB4K. I can see the shared disks just fine, but I can't connect to them. It keeps asking me for a username and password. I've tried running smbpass but even as root it won't let me change the password. I'm completely lost here. Any ideas?
Name: vaiojunkie Date: December 7, 2004 at 16:09:54 Pacific
Reply:
Hi,
I've had problems using GUI's to connect to winxp shares in the past, Does it work from the CLI ??
The following command should be all on one line,"*" denotes a space
Edit to suit your network,username and password
mount -t smbfs -o* username=YOUR-WIN-USERNAME,password=YOUR-WIN-PASSWORD* //YOUR-WINDOWS-PC/YOUR-WINDOWS-SHARE* /home/YOUR-HOME/tmp
Also run the above as root or use sudo
Cheers
Wayne
0
Response Number 2
Name: 3Dave Date: December 10, 2004 at 07:35:22 Pacific
Reply:
Rather than having to use sudo or root access you can also use the smbmount command: $ smbmount //YOUR-WINDOWS-PC/YOUR-WINDOWS-SHARE /home/YOUR-HOME/tmp -o username=YOUR-WIN-USERNAME,password=YOUR-WIN-PASSWORD
Summary: hi , i use conexant 56k modem on windows. now the problem is that i want to use it on my linux too. i tried to assign the right com port. but a message popped out "sorry, modem is busy". i am hopeless...
Summary: Hi, I've installed Redhat linux 8.0. Everything works fine except that 3D games are not working. My Graphic card is "NAVIDIA Geforce 2MX 400". I went to their web-site and looked for the drivers, and ...
Summary: hi, i having problem with php+mysql. i installed apache 2.0 and php 4.0.15 in my pc, then i tried to use mysql in my php aplications... so i installed mysql (mysql works ok from command line) the ...