-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 is not ejected on Linux #4700
Labels
bug
Something isn't working
Comments
buzzhuzz
added a commit
to buzzhuzz/OrcaSlicer
that referenced
this issue
Mar 25, 2024
Removable media is not ejected on linux platform Make get_removable_drive_from_path() check if path is a dir or not. Trim last component in latter case only.
May be related to #2375 |
discip
added a commit
to discip/OrcaSlicer
that referenced
this issue
Mar 25, 2024
Removable media is not ejected on linux platform Make get_removable_drive_from_path() check if path is a dir or not. Trim last component in latter case only. Co-authored-by: Dima Buzdyk <dima.buzdyk@gmail.com>
Cause of the issue in my case is that umount is not getting called since
|
SoftFever
pushed a commit
that referenced
this issue
Mar 29, 2024
SoftFever
pushed a commit
that referenced
this issue
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this problem?
OrcaSlicer Version
v2.0.0-rc,
Operating System (OS)
Linux
OS Version
Ubuntu 23.10 (i3wm, gdm login)
Additional system information
HP Spectre x360-14, i7-1165G7
Printer
Ender3 V3 SE
How to reproduce
Slice the model
Export G-code to removable drive
Press "Eject" button in popup
Actual results
Media is not unmounted
Expected results
Media is unmounted
Project file & Debug log uploads
log.zip
Checklist of files to include
Anything else?
No response
The text was updated successfully, but these errors were encountered: