From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 03:24:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 178741065673 for ; Wed, 14 Jan 2009 03:24:15 +0000 (UTC) (envelope-from ghostsniper007@hotmail.com) Received: from bay0-omc3-s29.bay0.hotmail.com (bay0-omc3-s29.bay0.hotmail.com [65.54.246.229]) by mx1.freebsd.org (Postfix) with ESMTP id F38818FC14 for ; Wed, 14 Jan 2009 03:24:14 +0000 (UTC) (envelope-from ghostsniper007@hotmail.com) Received: from hotmail.com ([10.12.232.168]) by bay0-omc3-s29.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 13 Jan 2009 19:12:15 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 13 Jan 2009 19:12:15 -0800 Message-ID: Received: from 76.69.36.107 by COL0-DAV30.phx.gbl with DAV; Wed, 14 Jan 2009 03:12:11 +0000 X-Originating-IP: [76.69.36.107] X-Originating-Email: [ghostsniper007@hotmail.com] X-Sender: ghostsniper007@hotmail.com From: "Anthony L" To: Date: Tue, 13 Jan 2009 22:12:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-OriginalArrivalTime: 14 Jan 2009 03:12:15.0093 (UTC) FILETIME=[E6798250:01C975F5] X-Mailman-Approved-At: Wed, 14 Jan 2009 03:55:43 +0000 Subject: NFS fstab style X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2009 03:24:15 -0000 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..