From owner-freebsd-questions@FreeBSD.ORG Thu Feb 11 14:53:44 2010 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 9176A1065672 for ; Thu, 11 Feb 2010 14:53:44 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id 733428FC15 for ; Thu, 11 Feb 2010 14:53:44 +0000 (UTC) Received: from [192.168.1.107] (CPE0023695b905f-CM001a666aca96.cpe.net.cable.rogers.com [99.246.67.95]) by smtp.cyberfingers.net (Postfix) with ESMTP id 6552EAB6C19 for ; Thu, 11 Feb 2010 09:50:45 -0500 (EST) Message-ID: <4B7419F5.7050602@pldrouin.net> Date: Thu, 11 Feb 2010 09:53:41 -0500 From: Pierre-Luc Drouin User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Memory disk "a la mfsroot"? 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: Thu, 11 Feb 2010 14:53:44 -0000 Hi, I would like to know if there is a mount command that allows to create a memory disk that can be initialized from a file. What I am looking for is something like mount_mfs -F, but that does not modify the actual file. I know what I could easily to this by copying the content of the file to the memory disk, but I am looking for a solution that can be configured via fstab. Thanks!