can also look at this link for more information:
http://wiki.freebsd.org/RootOnZFS
-Corey Smith
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-
ed to be in a
particular state (unpartitioned, glabel, etc...) or does it not
matter?
-Corey Smith
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
te -n get
interface:
# netstat -I -w 1
Do you see errors on the interface?
# netstat -I
Another trick to eliminate disk io from the equation is to use nc:
machine1 :
# nc -o -l 2000 > /dev/null
machine2:
# dd if=/dev/zero bs=1M count=50 | nc machine1 2000