SAMBA config question
Jeffrey Pyne
plug-discuss@lists.plug.phoenix.az.us
Fri, 11 Apr 2003 10:23:41 -0700
On Friday, April 11, 2003 9:41 AM, Aaron Cordova said:
> I can get as far as seeing the windows box but not being able
> to access anything or even see the shares.
What happens when you run a command like this:
mount -t smbfs -o username=name_of_windows_user
//name_of_xp_box/name_of_share /mount/point
Or this:
smbclient -L name_of_xp_box -U name_of_windows_user
Do these commands give you some sort of error, or do they just fail
silently?
~Jeff