Subject: Re: kern/33642: panic: free dquot isn't
To: None <gnats-bugs@NetBSD.org>
From: Lasse Kliemann <lasse-private-2005@plastictree.net>
List: netbsd-bugs
Date: 06/04/2006 12:53:36
* Pavel Cahyna writes:
 
>  On Sat, Jun 03, 2006 at 03:50:00PM +0000, Lasse Kliemann wrote:
>  > Sometimes, a sequence of commands like the following leads to a panic:
>  > 
>  > # groupadd test
>  > # useradd -g test -m test
>  > # mkdir /bulk/home/test
>  > # chown test.test /bulk/home/test
>  > 
>  > 
>  > panic: free dquot isn't
>  
>  Do you use FFSv1 or FFSv2 ?

What is the way to determine this? I just did 'newfs' without 
any fancy options to create these filesystems.