From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 14:59:09 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16DE16A4CE for ; Thu, 30 Dec 2004 14:59:09 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42AA43D4C for ; Thu, 30 Dec 2004 14:59:08 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id iBUEx795008558 for ; Thu, 30 Dec 2004 15:59:07 +0100 (MET) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id iBUEx5DL018482 for ; Thu, 30 Dec 2004 15:59:06 +0100 (MET) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Thu, 30 Dec 2004 15:59:05 +0100 (MET) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: backward compat in /etc/fstab? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 14:59:09 -0000 Hi, In 5.2 when you wished to make mdmfs in an /etc/fstab entry, you were actually using the compatibility mode for the old mount_mfs. It was not possible to set permissions and ownerships in an /etc/fstab entry. So a workaround should be made then in /etc/rc.local It this still the same in 5.3 or will the compatibility mode be removed so that proper permissions and ownership can be set in an fstab entry? Bye, Mipam.