From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 02:10:29 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 676A3733 for ; Fri, 5 Dec 2014 02:10:29 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03FB5C1B for ; Fri, 5 Dec 2014 02:10:28 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so23909566wgh.24 for ; Thu, 04 Dec 2014 18:10:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RygIF/FWviqD5WgL+7/EnQfet3YXS38sTAlbAo36L0A=; b=0SfhZfs4ZN+czbjWQZ4TCKLn92ygB3Tot0H1255wMCshXHr0llNVYqQftnn9S4/VRi 5XADtvpxf9w4vBWEAq830rsRkKGG0ezav0gem/r2WSSwG44hktDlgxcUdnPM/BV+SFsC 2/FAhXLyY8JJ3gkD/9Pd6mu/E5EYyX0+LLlMKydqjEgjbpxqB+xVUubxc1vXp2SUfASr AysWWzVDj6BJfjI7ohR5wg+DP27xDHiithHy/PjnEtM1rt4IO5+xx+9oFuJsiuJ5NfCa /uEh06Orn9yscH8THIGD1Q3TWUt+qInKdUwM4d0mxT6xAOGO8qLFkdVt4Ua7O14uU02F s/5Q== MIME-Version: 1.0 X-Received: by 10.194.174.3 with SMTP id bo3mr16570379wjc.98.1417745427270; Thu, 04 Dec 2014 18:10:27 -0800 (PST) Received: by 10.27.170.4 with HTTP; Thu, 4 Dec 2014 18:10:27 -0800 (PST) In-Reply-To: <1417741337.926.3.camel@zoho.com> References: <1417734458.1772.1.camel@zoho.com> <20141205014616.da37661a.freebsd@edvax.de> <1417741337.926.3.camel@zoho.com> Date: Thu, 4 Dec 2014 20:10:27 -0600 Message-ID: Subject: Re: FreeBSD working from RAM (MFSROOT) as a Workstation. From: "Sam Fourman Jr." To: clutton Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Polytropon , freebsd general questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2014 02:10:29 -0000 On Thu, Dec 4, 2014 at 7:02 PM, clutton wrote: > Know that. Frenzee, etc. > > But I'm running the CURRENT and changing that is not an option. > The question is: Is anyone already working from RAM using BSD? > I am also interested in this topic, if anyone has pointers on how to set this up, I think a good starting point would be to look at the internals of how mfsBSD works.