> [...@helen samba]$ sudo mount -t cifs harriet:C /mnt/win Since you're not specifying a username or password, you're connecting as a Guest user.
> [...@helen Documents and Settings]$ ls tim > ls: reading directory tim: Permission denied Obviously Guest isn't Tim :-) > [...@helen Documents and Settings]$ ls Default\ User/ > Application Data Desktop Local Settings NetHood NTUSER.DAT.LOG > Recent Start Menu > Cookies Favorites My Documents NTUSER.DAT PrintHood > SendTo Templates But Guest will need to know what the system defaults are. > What do changes do I have to make to enter "tim"s folder; > and why amd I able to enter "Default User". > > Any help or enlightenment gratefully received. When you mount the share, specify a Windows username to connect as (mount ... -o username=tim) Cheers, Adam. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
