Elektrine lite

← Feed

@DarrinBrunner@lemmy.world

Linux Mint--I've unmounted an ISO, but it still shows under Devices in the File Manager. How can I remove it?

2025-09-29 14:26 UTC

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.

Replies (1)

  • @MonkderVierte@lemmy.zip 2026-06-21 09:27

    .iso have two steps. First mount as loop device (/dev/loop*), then mount that. Reverse for unmount. Run udisksctl unmount -b /dev/ and then udisksctl loop-delete -f /dev/.

    Open ##3365196