From owner-freebsd-questions@FreeBSD.ORG Mon Sep 16 14:29:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 223742E5 for ; Mon, 16 Sep 2013 14:29:28 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vc0-x234.google.com (mail-vc0-x234.google.com [IPv6:2607:f8b0:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D572521A5 for ; Mon, 16 Sep 2013 14:29:27 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id ld13so673484vcb.11 for ; Mon, 16 Sep 2013 07:29:27 -0700 (PDT) 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=IyF1UzUCqAajtavj40eFjVmw7dIrKs2YL9sWJBbBj+0=; b=QaMILPeq76FZCKMII2qSDTgpJNgF+iwCv4evYT7hYXHXWHMTH2zeihTFOi3owONSkO otdFXxsdT5CRssrw0vriJhep34irn3XA6aRZOn4gXWy0tgJoCRYcOTTnWHxu6Ers3UVy A8eLehfIuAwaYnGO19z4eA0oJPhpOLAeyAUz51FMR+LUGhqZ7tmiIrxRAr+z/7l95Bfo ISWdBLkb4So/DGH8PNSyOZXx+KgKzBpb+tFQyXukiqWfDhmUZ5QKYoOenx/shVj86nc1 x2Aajm5iwY0EjdbB3s8I7tkL8S1xq5FgtWGCVLLfz12B8PKw3nR/CT/x0/p/xPDs6PTL NUmA== MIME-Version: 1.0 X-Received: by 10.52.103.35 with SMTP id ft3mr23329895vdb.5.1379341766979; Mon, 16 Sep 2013 07:29:26 -0700 (PDT) Received: by 10.220.96.78 with HTTP; Mon, 16 Sep 2013 07:29:26 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 Sep 2013 10:29:26 -0400 Message-ID: Subject: Re: persistence in freeBSD From: "Sam Fourman Jr." To: atar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd general questions 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: Mon, 16 Sep 2013 14:29:28 -0000 On Mon, Sep 16, 2013 at 1:25 PM, atar wrote: > Thanks for replying, Steve. > > As for your question, I mean if it is possible for example to write a file > to the filesystem and that the file will not be deleted on the next boot. > actually, I didn't succeed to write a file to the filesystem because it is > automatically mounted as readonly filesystem, so my question implies also > how to mount it also with write access during the boot process. > > Regards, > > atar. > > ______________________________**_________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions > To unsubscribe, send any mail to "freebsd-questions-** > unsubscribe@freebsd.org " > mount -o rw / -- Sam Fourman Jr.