root: question with Everything Server. Missing shares

Discussion related to "Everything" 1.5 Alpha.
Post Reply
0xDEADC0DE
Posts: 22
Joined: Mon Jun 29, 2020 9:00 am

root: question with Everything Server. Missing shares

Post by 0xDEADC0DE »

On the server, the setup looks like this
Image

On the client, I don't get any shares shown, only the server
Image

The problem is that Total Commander needs the share names to work correctly.
So the question is, why are the shares missing in this list?
void
Developer
Posts: 19568
Joined: Fri Oct 16, 2009 11:31 pm

Re: root: question with Everything Server. Missing shares

Post by void »

I'll look into changing the roots from:

\\server

to:

\\server\share

when remapping on the server side.



For now, please duplicate the Include only list on the client side.
On the client, remap \\server\d$ => \\server\d$
-remap the same source and destination location.

This will create a root \\server\d$ on the client side.
void
Developer
Posts: 19568
Joined: Fri Oct 16, 2009 11:31 pm

Re: root: question with Everything Server. Missing shares

Post by void »

Everything 1.5.0.1401a will now keep the same roots as the Everything Server, unless there is a common path prefix.

\\server\share
will now be indexed as
\\server\share

(instead of
\\server
+
\
+
share
)



\\server
and
\\server\share
have a common path prefix.
If you index
\\server
and
\\server\share
,
\\server\share
will be broken down into
\\server
+
\
+
share
Post Reply