ProLiant Servers (ML,DL,SL)
1753774 Members
6847 Online
108799 Solutions
New Discussion юеВ

Re: tree connection failed....NT_STATUS_BAD_NETWORK_NAME

 
SOLVED
Go to solution
vnykr
Advisor

tree connection failed....NT_STATUS_BAD_NETWORK_NAME

i am using fc3.i want to start samba services.i have entered share in gui which appears from systemsettings->servers->samba
i have selected ananymous..
the problem is ...
when i try to access others(windows or linux shares) using
smbclient //10.0.3.22/share
it is asking for password...
but without giving password i pressed enter...
now it is giving the systems(10.0.3.22)information ...like name etc..
but at the end it is giving an error thar
tree connection failed ..NT_STATUS_BAD_NETWORK_NAME...

how can i solve this problem....
is thr any need to edit the smb.conf file
2 REPLIES 2
Michael Steele_2
Honored Contributor
Solution

Re: tree connection failed....NT_STATUS_BAD_NETWORK_NAME

> mount -t smbfs ///
> /mnt/WinShare -o
> username=/

You're missing the password and the mount location

PS - Wrong place for this thread :-)
Support Fatherhood - Stop Family Law
vnykr
Advisor

Re: tree connection failed....NT_STATUS_BAD_NETWORK_NAME

i solevd my problem of accessing others shares by using the reply posted here

it is...
first to see the share details use
smbclient -L
it will list the share details of the server
after that to mount those shares use,...

mount -t smbfs ///

this has sloved my problem of accessing others shares..
thanx