Hello! Im trying to mount the ADMIN$ share of my windows XP and i cant! I can mount other shares. I do ./smbclient -L 192.168.0.18 added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 session request to 192.168.0.18 failed (Called name not present) session request to 192 failed (Called name not present) Password: Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Sharename Type Comment --------- ---- ------- IPC$ IPC Remote IPC SharedDocs Disk dev Disk ADMIN$ Disk Remote Admin C$ Disk Default share and next i do ./smbmount "\\\\192.168.0.18\\ADMIN$" /mnt/laptop/ -o username=Administrator password=mypassword and i get 30631: session request to 192.168.0.18 failed (Called name not present) 30631: session request to 192 failed (Called name not present) Password: 30631: tree connect failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed Do you know why? Do you know how can i solve the problem? I searh the internet and i didnt found anything! Thanks a lot! Best Regards, Helder Miguel Rodrigues
On Sat, 14 Sep 2002, Helder Miguel Rodrigues wrote:> > Hello! > Im trying to mount the ADMIN$ share of my windows XP and i cant!Is that really a file share?> ./smbmount "\\\\192.168.0.18\\ADMIN$" /mnt/laptop/ -o > username=Administrator password=mypasswordThat should be: username=Administrator,password=mypassword /Urban
Urban Widmark wrote on samba-digest: > Message: 10 > Date: Tue, 17 Sep 2002 19:35:59 +0200 (CEST) > From: Urban Widmark <urban@teststation.com> > To: Helder Miguel Rodrigues <hmgr@dhis.org> > Cc: samba@lists.samba.org > Subject: Re: [Samba] smbmount and WindowsXP > > On Sat, 14 Sep 2002, Helder Miguel Rodrigues wrote: > > > > Hello! > > Im trying to mount the ADMIN$ share of my windows XP and i cant! > > Is that really a file share? > > > ./smbmount "\\\\192.168.0.18\\ADMIN$" /mnt/laptop/ -o > > username=Administrator password=mypassword > > That should be: > username=Administrator,password=mypassword Also, escaping the "$" wouldn't harm, probably.... ./smbmount //192.168.0.18/ADMIN\$ /mnt/laptop/ -o username=Administrator,password=mypassword But to access "administrative" shares in WinXP is not the same as in NT. You need to specially allow this on the XP side...