technicalitch500 Posted January 23, 2021 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
Solution tparys Posted January 25, 2021 Solution 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
technicalitch500 Posted March 7, 2021 Author Posted March 7, 2021 Once again this worked - thanks tparys!
Recommended Posts