Displaying 7 results from an estimated 7 matches for "nt_status_path_not_covered".
2003 Nov 20
0
smbclient ls error: NT_STATUS_PATH_NOT_COVERED (user permissions are okay)
...4).
This happens via smbclient and via "smbmount"ed
directories. I had no problem joining this domain, and the user that
I am connecting as has permissions to open these folders (I checked from
another machine). Testparm yields no problems, and I can l
Here is an except of the error (NT_STATUS_PATH_NOT_COVERED) in context:
[bioinfo@array30 bioinfo]$ smbclient -d1 -A ~/.smbcred -I 129.85.1.211 "//rockefeller.edu/genearray"
[2003/11/20 05:45:41, 1] client/client.c:do_connect(2598)
Domain=[ROCKEFELLERNT] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 3790]
smb: \> cd "Test La...
2003 Nov 21
0
Re: smbclient ls error: NT_STATUS_PATH_NOT_COVERED
...array"
[2003/11/20 05:45:41, 1] client/client.c:do_connect(2598)
Domain=[ROCKEFELLERNT] OS=[Windows Server 2003 3790] Server=[Windows
Server 2003 3790]
smb: \> cd "Test Lab"
smb: \Test Lab\> pwd
Current directory is \\rockefeller.edu\genearray\Test Lab\
smb: \Test Lab\> ls
NT_STATUS_PATH_NOT_COVERED listing \Test Lab\*
53607 blocks of size 524288. 44261 blocks available
smb: \Test Lab\> quit
[bioinfo@array30 bioinfo]$ smbclient -V
Version 3.0.0
--
Allan Peda
Programmer, Gene Array Resource Center
Rockefeller University
Box 203
1230 York Ave
New York, NY 10021-6399
(tel)...
2014 Mar 05
1
DFS
...l: informatika -> msdfs:
dfs_path_lookup: Redirecting domainc02\dfs\informatika\desktop.ini because
parent informatika is dfs link
dfs_redirect: Redirecting domainc02\dfs\informatika\desktop.ini
filename_convert_internal: resolve_dfspath failed for name
domainc02\dfs\informatika\desktop.ini with NT_STATUS_PATH_NOT_COVERED
dfs_samba4: Requested DFS name: \domainc02\dfs\informatika\desktop.ini
utf16-length: 76
Requested DFS name: \domainc02\dfs\informatika\desktop.ini length: 76
servername : '\domainc02\dfs\informatika\desktop.ini'
parse_dfs_path: temp = |domainc02\dfs\informatika\desktop.ini| after
trimming \...
2005 Apr 06
1
File browser doesn't remember last directory over Dfs
...] smbd/msdfs.c:dfs_redirect(391)
dfs_redirect: Redirecting m-6/v/MWD/vid_rez_Archives
[2005/04/05 14:29:30, 3] smbd/error.c:error_packet(105)
error string = No such file or directory
[2005/04/05 14:29:30, 3] smbd/error.c:error_packet(129)
error packet at smbd/trans2.c(1381) cmd=50 (SMBtrans2) NT_STATUS_PATH_NOT_COVERED
In this example /v/MWD/vid_rez_Archives is a Dfs link.
I saw in the archives mention of a problem executing files over Dfs links;
I don't know if this is related.
Simon Walton
2006 Mar 03
0
5~Re: DFS redirection to sub-folders beyond share
William Law <law@tc.cornell.edu> wrote:
> resolve_hosts: Attempting host lookup for name ctcfsrv9.tc.cornell.edu\tc_q\users<0x20>
> Connection to ctcfsrv9.tc.cornell.edu\tc_q\users failed
> Unable to follow dfs referral [//ctcfsrv9.tc.cornell.edu\tc_q\users/law]
> ... NT_STATUS_PATH_NOT_COVERED
Hello,
Early February mail from William Law and Jeremy Allison caught my
eye, and I'm trying to follow up. The mail describes a problem
where smbclient is unable to follow DFS referrals. We have the
same problem. I'm pretty sure I know what's going on.
Samba is expecting a DFS re...
2007 Mar 03
2
Unable to follow dfs referral - still a problem for smbclient & also freebsd smbfs
...shareA\mydata linka
Then if you mount \\GANDALF\dfs using smbfs - you can't get into the linka
folder.
Using smbclient - when you try to cd to that folder you'd get a delay and
then:
Connection to storageA\shareA failed
Unable to follow dfs referral [//storageA\shareA/mydata]
cd \linka\: NT_STATUS_PATH_NOT_COVERED
As indicated above - in a windows explorer you can browse to and beyond this
DFS referral point.
I see there was an attempt at patching this a while back - but it may not
have been a complete solution and never seems to have made it into samba.
http://lists.samba.org/archive/samba-technical/2006-...
2006 Feb 02
2
DFS redirection to sub-folders beyond share
...s_clean_name [\users\law\]
dos_clean_name [\users\law\\]
resolve_hosts: Attempting host lookup for name
ctcfsrv9.tc.cornell.edu\tc_q\users<0x20>
Connection to ctcfsrv9.tc.cornell.edu\tc_q\users failed Unable to follow
dfs referral [//ctcfsrv9.tc.cornell.edu\tc_q\users/law]
cd \users\law\: NT_STATUS_PATH_NOT_COVERED
Thanks!
William Law