symbolic link to samba share ?
Hello,
i would like to make a symbolic link to a samba share of another linux system.
i mounted the network location and then i try to make the link:
ln -s ./1 ./test
ln: creating symbolic link `./test': Permission denied
that is on the network share itself.
When i try to link to it:
ln -s ./events_storage /zm-events/zoneminder_storage/
ln: creating symbolic link `/zm-events/zoneminder_storage/events_storage': Permission denied
Is it not possible to make symbolic links on a network share ?
thanks,
Ph.
|