From owner-freebsd-questions@FreeBSD.ORG Mon Sep 16 17:32:56 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 AB1B3341 for ; Mon, 16 Sep 2013 17:32:56 +0000 (UTC) (envelope-from atar.yosef@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46AED2E97 for ; Mon, 16 Sep 2013 17:32:56 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b10so2144835eae.24 for ; Mon, 16 Sep 2013 10:32:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=hxyxnrU0pFgrzrFSP3Nq7XOlSDbk0BeBmG1pKyxdKvQ=; b=p4s9vrb0PvgbdFSaAhecJqfBCRW7BkvEITuJi56l96l3yx/yGFOLY4kSulhGq8LMKd +vK5ch52lE0QFaaAS2+UVRLQjL2ql2TnCMKm6GEu1vG7wa3uhd79OhCZuIkReIAgsFY3 QUzPF/ZMxp2bu03Bkzznm0gS/lxqL8gZvPemYSglcTgBVRY4e6zggmESPJtXX5IQu9Jh eiKlv2o4alfKxjwla8urvCLLtiWgT7lSVCCJu4Z/LZT0n4jtM0kQT7Eeckj3riAwaqVu mKbpufswUzPmQeK4MDdhk60NRxi0Y1mBWN3Eu1qN8Elg22YML7XadWwsW4QZraCUahda QgQA== X-Received: by 10.15.74.197 with SMTP id j45mr12890590eey.40.1379352774624; Mon, 16 Sep 2013 10:32:54 -0700 (PDT) Received: from localhost ([95.86.84.64]) by mx.google.com with ESMTPSA id z12sm43729419eev.6.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 10:32:54 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Lowell Gilbert" , freebsd-questions@freebsd.org Subject: Re: persistence in freeBSD References: <44hadkbs0v.fsf@be-well.ilk.org> Date: Mon, 16 Sep 2013 20:32:43 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: atar Message-ID: In-Reply-To: <44hadkbs0v.fsf@be-well.ilk.org> User-Agent: Opera Mail/12.16 (Linux) 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 17:32:56 -0000 What does the '-u' option do? I've not find in the 'mount' man page any explanation on this option. Lowell Gilbert wrote: > atar writes: > >> Will the 'mount -o rw /' command work although the filesystem has >> already been mounted as readonly? > > You'll need the "-u" option as well.