Hi there,
this isn’t a general Garuda phenomena, but a samba phenomena.
I’m using the Garuda machine as a “translator” for network stuff. It has two network cards.
One network card is connected to the network where my NAS is, along with modern machines like Windows 11 etc. The NAS is a Windows 11 machine. I have set up a share on the NAS. It can be accessed without problems by all windows machines. It can be accessed by Garuda linux without any problems.
The second network interface of the Garuda machine is connected to my retronet along with Win9x and WinXP machines. I don’t want these old machines on my normal network for security reasons.
I used /etc/fstab to successfully mount the NAS share in /home/myuser/winnet, and on linux i can access everything just fine!
I set up a samba server on the Garuda machine.
I set /home/myuser/winnet up as a samba share. The old Windows machines can access the server but there are some problems:
Lets say i have the following structure on my nas (Win11):
The name of the share is myshare and is accessible through smb://nas/myshare
inside myshare i have dirA, which is a normal directory inside myshare.
inside myshare i have dirB, which is a symlink to somewhere outside of the myshare directory on the server.
Linux can follow the symlink without problems. It works using the share (/home/myuser/winnet) directly in dolphin/terminal or accessing it through dolphin through the samba server as in smb://thislinuxmachine in dolphin.
The old windows clients can only access dirA. Trying to access dirB windows complains about the data not being available.
I used ubuntu 22.04 earlier on this machine and it worked perfectly until i did a distro upgrade to 24.0x. No config files have been changed but the above described problems started to occur. My newly installed Garuda Linux has the same problems - so i guess its a thing which was introduced by samba updates?!
Garuda is my fav distro and id like to use it from now on - that’s why im asking here for help.
Thank you for your time
PS - i already tried things like
unix extensions = yes/no
follow symlinks = yes
wide links = yes
allow insecure wide links = yes