PDA

View Full Version : problem accessing windows network drive



cli168
06-17-2005, 10:22 PM
Hi,
I have success accessing windows XP drive on a PC. But, when I try to access a windows server on the network it saids the connection is broken. It did not ask for the password. Where are the log files for smb for me to trouble shoot?

Thanks,
Charles Li

UnderScore
06-17-2005, 10:32 PM
http://www.knoppix.net/forum/viewtopic.php?t=19639

cli168
06-17-2005, 10:40 PM
The syslog did not log information for access the network drive.

UnderScore
06-17-2005, 10:54 PM
How are you trying to access the Windows machine?

I have just done the following as a test. I boot with Knoppix 3.9. I open a konsole command window. I mount the hda1 (C: drive)
sudo mount -t vfat -o ro,users /dev/hda1 /mnt/hda1

Next I open up the GUI file manager.
sudo konqueror

Once that comes up, in the location bar, I use the following to authenticate to a Windows domain & then access a windows networking share.
In the location bar:
smb:/domain\username@IP.address.of.machine
If you do not need to authenticate to a domain, the form is:
smb:/hostname
or

smb:/IP.address.of.machine

This allows me to access windows shares. I navigate to where I want to save the data, then hit the keys CTRL-T to open a tnew tabbed window. Then in that location bar type:
/mnt/hda1/
Now I see the hda1 (C: drive) contents. Just like in windows explorer, select the file & folders you want to copy, CTRL-C or right-click & copy them. Use the mouse & move over to the other tab with the smb connection, then CTRL-V or right-click paste to initiate the transfer.

This method works for me.
James

cli168
06-17-2005, 11:03 PM
Thanks for all your help. I got it but using the IP address.