1824971 Members
3227 Online
109678 Solutions
New Discussion юеВ

samba share depth

 
SOLVED
Go to solution
jerry1
Super Advisor

samba share depth

I am trying to share out the HP UNIX directory:
/share/eng/softrel

I can share out /share and mount it.

I cannot share out:

/share/eng/softrel

or even:

/share/eng

I get the message cannot find the
network path \\server1\share\eng not found.

I have done this before with subdirectories
but now I am baffled as to why it is not working now.
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: samba share depth

I see no reason why you should not be able to do this.

check:
samba logs
directory permissions

smb.conf settings check them against a working server.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sundar_7
Honored Contributor

Re: samba share depth

May be you got the wrong share definiton in the smb.conf

[SHARENAME]
path = /usr/somewhere/else/public
writable = yes

If you have the above definition, you should connect to \\netbios-name\SHARENAME to have access to /usr/somewhere/else/public.

If you try \\netbios-name\usr\somewhere\else\public you will not get connected to the share.



Learn What to do ,How to do and more importantly When to do ?