I have a NAS mount to my local linux machine at /mnt/nasfolder
. I also have the local folder /home/localfolder
. I am trying to symlink from /home/localfolder
to /mnt/nasfolder
using ln -s
but get the error:
ln: failed to create symbolic link '/mnt/nasfolder': Operation not supported
The mount is an smb cifs share.