On Nov 30, 2021, at 16:19, Joe Zeff <j...@zeff.us> wrote:
> 
> Those mountpoints are loop devices 
> (https://en.wikipedia.org/wiki/Loop_device) and allow you to treat a disk 
> image file as though it were a disk partition.  I don't think that they take 
> up any more disk space than the file they're mounting does, they just make it 
> easier to read the various files in the image.

The disk images take up space though, and even if you delete them, if the 
loopback mount point still is running, the disk space won’t be available.

I don’t touch snaps, but it would appear you can examine what you have 
installed:

    sudo snap list —all

And remove them with:

     sudo shame remove $SNAP_NAME —revision $SNAP_REVISION

Taking the name and revision from the list output.

You can also just unmount them like any other filesystem but I think the snapd 
daemon has a way to re-vivify dead mounts.  

—
Jonathan Billings
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to