Skip to content
New issue

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

USB media linux update mountoptions permission denied #46

Open
filipjk opened this issue Jun 20, 2020 · 0 comments
Open

USB media linux update mountoptions permission denied #46

filipjk opened this issue Jun 20, 2020 · 0 comments

Comments

@filipjk
Copy link

filipjk commented Jun 20, 2020

If I run the update.sh script and there is a Linux update and try to rerun the update.sh script I get a permission denied. Cold/Hot reboot does not change the behavior.

Setup
/media/fat boot mister
/media/usb0 everything else including the scripts folder.
Modification of /etc/usbmount/usbmount.conf fixes the issue.

change from: MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime"
TO
MOUNTOPTIONS="sync,nodev,noatime,nodiratime"

So remove noexec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant