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

/media/usb - "The path is not writeable" #366

Open
ubiquitous42 opened this issue Nov 23, 2024 · 2 comments
Open

/media/usb - "The path is not writeable" #366

ubiquitous42 opened this issue Nov 23, 2024 · 2 comments

Comments

@ubiquitous42
Copy link

Hardware Setup
Ender 3 Pro with SKR Mini v2.0

Describe the problem
I am able to successfully flash the firmware using an SD card inserted directly into the printer, but despite my best efforts to set up usbmount, I am unable to update the firmware via Firmware Updater.

Log Files
plugin-specific log file is empty

2024-11-22 18:38:20,173 - octoprint.server.api - ERROR - Error while testing if /media/usb0 is really writable
Traceback (most recent call last):
  File "/home/bocsweeney/oprint/lib/python3.9/site-packages/octoprint/server/api/__init__.py", line 549, in _test_path
    with open(test_path, "wb") as f:
PermissionError: [Errno 13] Permission denied: '/media/usb0/.testballoon.txt'

Additional Info
My user for octopi is not pi, but is instead bocsweeney.

@jneilliii
Copy link

Did you setup the sudoers for that username?

https://github.com/OctoPrint/OctoPrint-FirmwareUpdater/blob/master/doc/lpc176x.md#sudo-rights

bocsweeney ALL=NOPASSWD: /bin/umount

@ubiquitous42
Copy link
Author

@jneilliii I did, exactly as you typed it there. No luck.

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