October 29, 20205 yr 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 ?
October 29, 20205 yr Author Ah ah, I did not see that coming 🤨 Thank you for your answer 🙏 Do you have any solution that could fit my purpose ? Like doing it after boot or something like that...
Archived
This topic is now archived and is closed to further replies.