Re: Best solution to install zfs on root for FBSD 9

2011-12-20 Thread Corey Smith
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-

gmultipath woes

2010-07-28 Thread Corey Smith
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"

Re: Typical Network Performance

2010-08-01 Thread Corey Smith
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