I am currently on Arch Linux accessing Samba shares of an NTFS drive connected to a windows machine. I want to be able to create Symlinks from my Arch Linux machine in the Samba shares. I have googled this a bit and the usual response is adding a few lines to Samba.conf:
follow symlinks = yes
wide links = yes
unix extensions = no
My understanding is that this code only allows me to use Symlinks that are already created. Is there anyway to create them from my Arch Linux machine?