Discussion related to "Everything" 1.5.
0xDEADC0DE
Posts: 22 Joined: Mon Jun 29, 2020 9:00 am
Post
by 0xDEADC0DE » Mon Nov 10, 2025 1:50 pm
On the server, the setup looks like this
On the client, I don't get any shares shown, only the server
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: 19901 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Nov 10, 2025 9:34 pm
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: 19901 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Thu Nov 27, 2025 5:29 am
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