I mounted the ISO through VLC, by right-clicking and choosing VLC as the application to open it.
I unmounted the ISO by right-clicking on the icon on the desktop and choosing unmount.
The ISO still shows under Devices in the file manager after I unmounted it, how can I remove it? The ISO file no longer exists.
Thank you.
You must log in or register to comment.
.iso have two steps. First mount as loop device (/dev/loop*), then mount that. Reverse for unmount.
Runudisksctl unmount -b /dev/<your-mount>and thenudisksctl loop-delete -f /dev/<your-loop>.Or if that’s too difficult, just reboot.


