Re: help with full zfs "partitions" - can't delete files - SOLVED?
- In reply to: William Dudley : "Re: help with full zfs "partitions" - can't delete files - SOLVED?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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