ZFS corruption due to lack of space?

Ryan Stone rysto32 at gmail.com
Wed Oct 31 21:31:55 UTC 2012


On Wed, Oct 31, 2012 at 4:48 PM, Artem Belevich <art at freebsd.org> wrote:
> One way out of this jam is to try truncating some large file in place.
> Make sure that file is not part of any snapshot.
> Something like this may do the trick:
> #dd if=/dev/null of=existing_large_file
>
> Or, perhaps even something as simple as 'echo -n > large_file' may work.

truncate -s 0?


More information about the freebsd-stable mailing list