From owner-freebsd-questions@FreeBSD.ORG Fri Mar 15 20:04:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1E374A80 for ; Fri, 15 Mar 2013 20:04:31 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id E9AB7E53 for ; Fri, 15 Mar 2013 20:04:30 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 4831833C3E; Fri, 15 Mar 2013 16:04:25 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id CC44F39829; Fri, 15 Mar 2013 16:04:23 -0400 (EDT) From: Lowell Gilbert To: Oscar Hodgson Subject: Re: Can an ISO file be mounted from /etc/fstab at boot? References: Date: Fri, 15 Mar 2013 16:04:23 -0400 In-Reply-To: (Oscar Hodgson's message of "Fri, 15 Mar 2013 15:18:55 -0400") Message-ID: <44r4jgv394.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 20:04:31 -0000 Oscar Hodgson writes: > I'm pretty sure the answer is "no, just write a local rc script to do > that", but thought I'd check. > > Can't see any hint of that capability in the handbook or fstab(5). > > Really just looking for a single point of management for file systems .... I don't see a way offhand. You need to do the mdconfig before you can mount, and I don't think that can be done inside of fstab. I think that adding such a capability to mount(8) as a program option would be a fairly minor hack.