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

error Permission denied #27

Open
mrredpin opened this issue Jul 7, 2017 · 2 comments
Open

error Permission denied #27

mrredpin opened this issue Jul 7, 2017 · 2 comments

Comments

@mrredpin
Copy link

mrredpin commented Jul 7, 2017

Error: Failed to open device "/dev/disk/by-id/usb-BRYTON_MASS_STORAGE_000000000001-0:0" (Permission denied).
got this error
is it right that that there is only SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5720", GROUP="users" in the udev rule
and i had to creat the file?
im using a rider 20

@Pitmairen
Copy link
Owner

Try to run the following command in the terminal, that should list all the groups you are a member of:

groups

And then replace the GROUP="users" with a group with one returned by the above command.

Alternatively you can add OWNER="myusername" to the rule and set it to your own username.

Hopefully this should work. :)

@mrredpin
Copy link
Author

thx that worked fine :)

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

No branches or pull requests

2 participants