On Wed, Oct 31, 2012 at 4:48 PM, Artem Belevich <a...@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?
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to