We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During init, symlinking /mnt/sdcard/DOWNLOADS to /mnt/data/downloads fails. The error message is:
/mnt/sdcard/DOWNLOADS
/mnt/data/downloads
ln: /mnt/data/downloads/DOWNLOADS: Operation not permitted
It appears it is trying to symlink /mnt/sdcard/DOWLOADS to /mnt/data/downloads/DOWNLOADS.
/mnt/sdcard/DOWLOADS
/mnt/data/downloads/DOWNLOADS
NOTE: Despite the error message, it appears that the symlink is created correctly.
The text was updated successfully, but these errors were encountered:
foxbunny
No branches or pull requests
During init, symlinking
/mnt/sdcard/DOWNLOADS
to/mnt/data/downloads
fails. The error message is:It appears it is trying to symlink
/mnt/sdcard/DOWLOADS
to/mnt/data/downloads/DOWNLOADS
.NOTE: Despite the error message, it appears that the symlink is created correctly.
The text was updated successfully, but these errors were encountered: