server
vi /etc/exportfs
/usr/src 192.168.1.*(rw,no_root_squash,async)
exportfs -rv //重新export一次
showmount/or -e localhost
client
showmount -e serverip
mount serverip:/www/web /www/bbs or
mount -t nfs serverip:/www/web /www/bbs
umount /www/bbs
time dd if=/dev/zero of=/mnt/home/testfile bs=16k count=16384
http://www.chinaitlab.com/www/special/linux14.asp