Windows local path of share: D:\SomeFolder\Share
.
Windows Share path for above folder: \\ServerName\Share
.
Windows remote local path : \\ServerName\d$\SomeFolder\Share
Unix local path: /mnt/disk1/share
.
Unix share path: smb://servername/share
.
Unix remote local path: ??
Is there any alternative similar to \\ServerName\d$
in unix?
Also can we access unix's remote local path, if any, from windows machine?
Consider both windows and unix machines are in the same network.