What is this problem in Ubuntu 16.04? I have had this problem for 2 months now and I can't seem to be able to delete partitions loop0
, loop1
, or loop3
.

- 14,236
- 4
- 48
- 98
-
Loop partitions are usually disk images. Unmount any game ISOs you have. – TheWanderer Nov 03 '16 at 15:51
-
@DavidFoerster done. – TheWanderer Nov 03 '16 at 18:22
-
@DavidFoerster although dobey's answer is much more relevant. I can't delete in mobile, but his is more worthy of the accept. – TheWanderer Nov 03 '16 at 18:23
-
@Zacharee1: Ah, I didn't see that one from review. Never mind then. Up-votes for both of you! – David Foerster Nov 03 '16 at 18:25
2 Answers
This is not a problem and those aren't partitions on your disk. They are loopback mounts.
You have installed some snap packages. The way snaps work is that the package is actually a squashfs file system. In order to use the snaps, they must be mounted. These mounts appear as loopback mounts of the squashfs type. This is completely normal and not a problem at all.

- 40,982
-
Can we hide them somehow? They are causing confusion while browsing files. – AturSams Mar 20 '21 at 08:51
/dev/loopX
partitions are usually disk/disc images (ISO, IMG, etc) that have been mounted, either by commands or by "opening" the image in a file browser
Judging from the mount points, it looks like you've mounted some game ISOs. Just open your file browser and hit the eject button next to the mounted images. That'll get rid of the partitions.
By the way, there's no harm in keeping those mounted. Ubuntu is merely treating the source images as physical drives, so no extra space is taken.

- 19,395
- 12
- 50
- 65