bobafetthotmail / folder2ram

mount those folders to ram without losing access to their counterpart on disk!
GNU General Public License v3.0
110 stars 21 forks source link

fix uninstall #17

Closed ryecoaaron closed 4 years ago

ryecoaaron commented 4 years ago

Package was failing to uninstall on systemd systems because it was running folder2ram -safe-disableinit and failing to find insserv resulting in failure to uninstall.

bobafetthotmail commented 4 years ago

you want me to bump version too or just merging is enough?

ryecoaaron commented 4 years ago

yes, I think the version can be bumped.

bobafetthotmail commented 4 years ago

ok, bumped in the package

ryecoaaron commented 4 years ago

thanks

manoloxxl commented 1 year ago

Can someone please tell me, how i can uninstall folder2ram safe & clean?

bobafetthotmail commented 1 year ago

if it was installed as a debian package,

folder2ram -umountall
apt remove folder2ram

if it was installed manually by copying the file to /sbin/folder2ram

folder2ram -umountall
folder2ram -clean
rm /sbin/folder2ram

then restart the system if possible.