Could not create symlink on the USB flash drive


Recommended Posts

Hi,

 

I do not know how to create a symlink in the USB flash drive.
I tried different ways but each time I have the same error.

 

While connecting to my server in ssh, I am doing:

root@Unraid:/boot/config/custom# ln -s file file-link
ln: failed to create symbolic link 'file-link': Operation not permitted

 

I tried:

root@Unraid:/boot/config/custom# bash -c "ln -s file file-link"

or

root@Unraid:/boot/config/custom# exec "ln -s file file-link"

but it is the same error 😩

 

The final goal is to have a git repository in /boot/config/custom.
And from there to deploy, my custom scripts using symlinks.
For instance into: /boot/config/plugins/user.scripts/scripts.

So that I can commit my changes whenever I update my scripts.

 

Do you have any ideas ?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.