David Yoakley
2007-Apr-07 18:58 UTC
[Samba] access problem on linux mounted Windows Vista share
Windows Workgroup, private network with a Windows Vista PC sharing a folder for full access to a specific user name. The share is browsable and readable from other PCs on the network. I can mount the share on linux (Debian /Ubuntu) with no errors BUT have no permissions on the mount point once mounted (see below). # mkdir data # mount -t smbfs -o username=xxxx,password=xxxx //CHEDDAR/data data # ls -l ?--------- ? ? ? ? ? data Get a strange "SUCCESS" error when smbclient trys make the connection to list the share with same loging it was created with. # smbclient -U xxxx -L //CHEDDAR Password: xxxxx session setup failed: SUCCESS - 0 But...I can get an anonymous connection to the server. # smbclient -L //CHEDDAR Password: Anonymous login successful Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] Server=[Windows Vista (TM) Ultimate 6.0] Sharename Type Comment --------- ---- ------- Error returning browse list: NT_STATUS_ACCESS_DENIED Anonymous login successful Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] Server=[Windows Vista (TM) Ultimate 6.0] Server Comment --------- ------- CHEDDAR Workgroup Master --------- ------- WORKGROUP -- David Yoakley Cell 512.417.7172
Mark Adams
2007-Apr-10 16:00 UTC
[Samba] access problem on linux mounted Windows Vista share
I would say this is due to the new Security in Vista, Has anyone used smbclient or smbmount/smbfs with Vista? May be similar to this issue; http://forums.windowsvistamagazine.com/forums/2111/ShowThread.aspx On Sat, Apr 07, 2007 at 02:58:14PM -0400, David Yoakley wrote:> Windows Workgroup, private network with a Windows Vista PC sharing a folder > for full access to a specific user name. The share is browsable and > readable from other PCs on the network. > > I can mount the share on linux (Debian /Ubuntu) with no errors BUT have no > permissions on the mount point once mounted (see below). > > # mkdir data > # mount -t smbfs -o username=xxxx,password=xxxx //CHEDDAR/data data > # ls -l > ?--------- ? ? ? ? ? data > > Get a strange "SUCCESS" error when smbclient trys make the connection to > list the share with same loging it was created with. > > # smbclient -U xxxx -L //CHEDDAR > Password: xxxxx > session setup failed: SUCCESS - 0 > > But...I can get an anonymous connection to the server. > > # smbclient -L //CHEDDAR > Password: > Anonymous login successful > Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] > Server=[Windows Vista (TM) Ultimate 6.0] > > Sharename Type Comment > --------- ---- ------- > Error returning browse list: NT_STATUS_ACCESS_DENIED > Anonymous login successful > Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] > Server=[Windows Vista (TM) Ultimate 6.0] > > Server Comment > --------- ------- > CHEDDAR > > Workgroup Master > --------- ------- > WORKGROUP > > -- > David Yoakley > Cell 512.417.7172 > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba
Mark Adams
2007-Apr-10 16:31 UTC
[Samba] access problem on linux mounted Windows Vista share
This user responded to me and advised it was a simple workgroup name problem. Regards, Mark On Tue, Apr 10, 2007 at 04:59:36PM +0100, Mark Adams wrote:> I would say this is due to the new Security in Vista, Has anyone used > smbclient or smbmount/smbfs with Vista? > > May be similar to this issue; > > http://forums.windowsvistamagazine.com/forums/2111/ShowThread.aspx > > On Sat, Apr 07, 2007 at 02:58:14PM -0400, David Yoakley wrote: > > Windows Workgroup, private network with a Windows Vista PC sharing a folder > > for full access to a specific user name. The share is browsable and > > readable from other PCs on the network. > > > > I can mount the share on linux (Debian /Ubuntu) with no errors BUT have no > > permissions on the mount point once mounted (see below). > > > > # mkdir data > > # mount -t smbfs -o username=xxxx,password=xxxx //CHEDDAR/data data > > # ls -l > > ?--------- ? ? ? ? ? data > > > > Get a strange "SUCCESS" error when smbclient trys make the connection to > > list the share with same loging it was created with. > > > > # smbclient -U xxxx -L //CHEDDAR > > Password: xxxxx > > session setup failed: SUCCESS - 0 > > > > But...I can get an anonymous connection to the server. > > > > # smbclient -L //CHEDDAR > > Password: > > Anonymous login successful > > Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] > > Server=[Windows Vista (TM) Ultimate 6.0] > > > > Sharename Type Comment > > --------- ---- ------- > > Error returning browse list: NT_STATUS_ACCESS_DENIED > > Anonymous login successful > > Domain=[WORKGROUP] OS=[Windows Vista (TM) Ultimate 6000] > > Server=[Windows Vista (TM) Ultimate 6.0] > > > > Server Comment > > --------- ------- > > CHEDDAR > > > > Workgroup Master > > --------- ------- > > WORKGROUP > > > > -- > > David Yoakley > > Cell 512.417.7172 > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/listinfo/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba