limepepper/raspberry-pi-factory-reset

Script creating a lot of drives and not removing

Closed this issue · 1 comments

The script is making a lot of mount points and not automatically removing them.
Should I just manually do the commands to remove them or do I need to make sure the script is not running into other problems?
Screenshot from 2021-11-10 08-46-11

MY solution was to run
losetup -a
I got all the "loop" devices listed and I made sure none of my other drives were showing up as loop.
then I ran sudo losetup -d /dev/loop*