NFS fstab style

2009-01-13 Thread Anthony L

Hi,

I've posted this question on a few boards but couldn't get a solid 
confirmation:


Can someone confirm that these two lines are the same -or- if one is 
preferred over the other ?



Code:
192.168.1.8:/temp/tmp_nfs nfs  rw,-b,-i   0 0
192.168.1.8:/temp/tmp_nfs nfs  rw,bg,intr 0 0


Basically:

-b vs bg
and
-i vs intr


Thank you
.Anthony.. 


___
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: NFS fstab style

2009-01-13 Thread perryh
 Can someone confirm that these two lines are the same
 -or- if one is preferred over the other ?

 Code:
 192.168.1.8:/temp/tmp_nfs nfs  rw,-b,-i   0 0
 192.168.1.8:/temp/tmp_nfs nfs  rw,bg,intr 0 0

I've never seen the style of line 1 before,
no idea whether it would work or not.
___
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