How to get rid of 15 mb volume

I tried to install an application called Feedreader using these instructions:

git clone --recursive https://github.com/39aldo39/FeedReader
cd ./FeedReader
meson build
sudo ninja -C build install

the install ran into an error and I aborted the process. Now I have this 15 mb virtual drive that I can’t seem to get rid of. Can anyone help me get rid of it?

Screenshot from 2021-10-26 12-29-59

It could be a loop device.

Have you tried rebooting? That usually helps when I have “rogue” devices in my device list.

1 Like

Ah I just tried rebooting and it did correct the problem, thanks!

1 Like

Why not install feedreader from the AUR (Arch User Repository)? What’s so exiting about 39aldo39’s fork? If it is that special, then modify the PKGBUILD.

1 Like

I didn’t see it on AUR, I would have preferred to get it from there

However, you do now, right? :wink:

pamac search feedreader

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.