Re: NFS client mount options in CURRENT/5.1-

2003-11-06 Thread Scott W
Antoine Jacoutot wrote:

Scott W wrote:

mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export 
/mnt
nfs: -o rsize=: option not supported


Try "-r 8196 -w 8196" and have a look at man mount_nfs.

Antoine


Definite user error on my part, thanks.  I couldn't find anything on 
hard vs soft mounts however- I'm assuming the default is hard, as there 
is only a soft (-s) option available on freeBSD?

Thanks again,

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS client mount options in CURRENT/5.1-

2003-11-06 Thread Antoine Jacoutot
Scott W wrote:

mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export /mnt
nfs: -o rsize=: option not supported
Try "-r 8196 -w 8196" and have a look at man mount_nfs.

Antoine

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NFS client mount options in CURRENT/5.1-

2003-11-05 Thread Scott W
Hey all- Perusal of the man page for mount_nfs doesn't seem to shed any 
light here, so can someone tell me what is wrong with
this mount command (namely half of the options)?

mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export /mnt
nfs: -o rsize=: option not supported
Likewise for wsize and hard, although documented in mount_nfs and 
traditionally available NFS options...any ideas?

It will mount via removing the 'offending' options properly..

I don't need help on 'why are you doing this command line' etc- am just 
doing some throughput tests, but could use a sanity check on whats wrong 
with these options...?

TIA,

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"