technicalitch500 Posted January 23, 2021 Share Posted January 23, 2021 (edited) Hi, New here and new to Linux / Terminal so please be gentle. I've installed Armbian (Armbian_20.11.6_Rockpro64_focal_current_5.9.14_desktop.img) on my RockPro64... liking it so far. Issue I have is I cannot eject media from the File Manager GUI. This applies to USB thumb drives and also CDR/DVD drive. Error message reads as follows: Failed to eject “15 GB Volume”. Error ejecting /dev/sda: Error spawning command-line ‘eject’/dev/sda”: Failed to execute child process “eject” (No such file or directory) (g-exec-error-quark, 8). Incidently I have a vague memory of this being an issue when I tested Armbian on a Rock64 board at some point in the past. Any help greatfully received. Thanks Edited January 23, 2021 by technicalitch500 0 Quote Link to comment Share on other sites More sharing options...
Solution tparys Posted January 25, 2021 Solution Share Posted January 25, 2021 Generally, you'll want to provide debug output (see this post) ... But this one might simply be a missing dependency (eject), which you might be able to install manually via synaptic or at the console via: sudo apt install eject 0 Quote Link to comment Share on other sites More sharing options...
technicalitch500 Posted March 7, 2021 Author Share Posted March 7, 2021 Once again this worked - thanks tparys! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.