Re: help with full zfs "partitions" - can't delete files - SOLVED?

From: Mathias Mader <mma_at_darktemple.ch>
Date: Wed, 03 Jul 2024 15:57:12 UTC
Hey there,

I've had the same problem a couple of months back.
But to my surprise, removing stuff with the `find` command still worked:

find . -name 'something' -exec rm {} \;

I'm not smart enough to tell why or how, but it did work.

Regards,
Mathias