Displaying 2 results from an estimated 2 matches for "jdlh".
Did you mean:
jdl
2025 Jan 06
1
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...s directories rather than
symlinks.
Below is a local symlink, created on my client a year ago, then copied
to the server via rsync over afp, and which is a symlink on the server's
file system:
% ls -ld ~/Documents/Projects/2024/@@\ 2023
/Volumes/MyShare/Projects/2024/@@\ 2023
lrwxr-xr-x 1 jdlh staff???? 7 Dec 30? 2023
'/Users/myuser/Projects/2024/@@ 2023' -> ../2023
drwx------ 1 jdlh staff 16384 Dec 30? 2023
'/Volumes/MyShare/Projects/2024/@@ 2023'
The macOS client view via smb of the FreeBSD symlink is some kind of
simulated directory (see the "d" in the...
2025 Jan 06
2
Can a macOS (Posix) client see symlinks on FreeBSD server as symlinks on client?
...gt;
> Below is a local symlink, created on my client a year ago, then
> copied to the server via rsync over afp, and which is a symlink on
> the server's file system:
>
> % ls -ld ~/Documents/Projects/2024/@@\ 2023
> /Volumes/MyShare/Projects/2024/@@\ 2023
> lrwxr-xr-x 1 jdlh staff???? 7 Dec 30? 2023
> '/Users/myuser/Projects/2024/@@ 2023' -> ../2023
> drwx------ 1 jdlh staff 16384 Dec 30? 2023
> '/Volumes/MyShare/Projects/2024/@@ 2023'
>
> The macOS client view via smb of the FreeBSD symlink is some kind of
> simulated directory...