In message <[EMAIL PROTECTED]>, Pawel Jakub Dawidek writ
es:

>       # touch /mnt/test.file

You are probably missing:

        dd if=/dev/null of=/mnt/test.file bs=1m count=512

>       # mdconfig -a -t vnode -f /mnt/test.file -s 512M -u 1

What you have found has nothing to do with GBDE, I think it is the
usual "vnode backed md(4)" deadlock.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to