1

today i installed nothing than ubuntu daily software update that happens once a day but I see two small size volume on the left pane of nautilus (120mb and 52mb). till now i only see such thing when i insert usb flash disk or phone into pc. the structure of files on these volumes are very similar to ubuntu root folder. trying losetup -a show many of these loop devices but the 2 visible devices in nautilus are:

/dev/loop36: []: (/var/lib/snapd/snaps/snapd_17576.snap (deleted))
/dev/loop6: []: (/var/lib/snapd/snaps/core_14056.snap (deleted))

how can i fix this? here is the nautilus screenshot

1 Answers1

1

These devices appear to be created by snap and are required in order to use applications installed that way (see this question). However, as vanadium mentioned below, these should not normally appear in the file manager. I believe that the person asking this question had the same problem, so you should be able to hide those devices using the same method as the answers there. However, there may be a better/more permanent fix if the devices being shown is due to some other misconfiguration.

1henno1
  • 51