helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
807 stars 58 forks source link

Eject media not working #493

Open louies0623 opened 1 year ago

louies0623 commented 1 year ago

PC-1-screen0.webm

probonopd commented 1 year ago

Ejecting by moving to the Trash is not implemented yet (still TODO). Ejecting from the right-click (context) menu works for me.

m4lin commented 1 year ago

I can confirm that using eject from right click menu do not work for me as well ar at least not entirely, let me explain:

plug usb icon on desktop open and copy files close right click and eject the icon is still there and if check from command line the mounted devises the usb is not mounted anymore

so it is umount the device but the icon is still on desktop, even after unplugging usb device. and is not going away anymore!!

KR

M

probonopd commented 1 year ago

@m4lin does the issue persist in build 0H345 or later?

louies0623 commented 1 year ago

Still exist

probonopd commented 1 year ago

So this is not working for you?

https://github.com/helloSystem/Filer/commit/c5258717c9b910177930fc7d1df28832deb42c09

louies0623 commented 1 year ago

0H352 yes didn't work, only hot unplug works

probonopd commented 1 year ago

Hot unplug is not recommended. Something is preventing the mountpoint from being unmounted. You could check with lsof what prevents it.

louies0623 commented 1 year ago

How to use it.

probonopd commented 1 year ago

Good question. I couldn't get it to work properly. Need to find some other way to see why the unmounting fails.