NFS mounting

Xian ian at codepad.net
Thu May 5 09:38:41 PDT 2005


On Tuesday 03 May 2005 23:59, Benjamin Keating wrote:
> nfs.myserver.com:/usr/ports   /usr/ports   nfs   rw,-b   0   0

That would be
	nfs.myserver.com:/usr/ports   /usr/ports   nfs   rw,bg   0   0
or at least that's how mine are. You may want to investigate 
tcp,intr,nfsv3,-w=32768,-r=32768 as well. The tcp, and buffer size options 
should speed things up a bit. I found most of it under the -o option of the 
man page.

HTH
-- 
/Xian

"The important thing is not to stop questioning. Curiosity has its own reason 
for existing."
Albert Einstein


More information about the freebsd-questions mailing list