From owner-freebsd-questions@FreeBSD.ORG Mon Sep 16 17:59:01 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 47D80F27 for ; Mon, 16 Sep 2013 17:59:01 +0000 (UTC) (envelope-from atar.yosef@gmail.com) Received: from mail-ee0-x22b.google.com (mail-ee0-x22b.google.com [IPv6:2a00:1450:4013:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D76CA208C for ; Mon, 16 Sep 2013 17:59:00 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e52so2175639eek.2 for ; Mon, 16 Sep 2013 10:58:59 -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=/te253yv0sidBAAKtIjdRfWC0ckxIYntJtlRNL4bZdw=; b=pRVFLvJlfNtdlXihbrAL5vUnBuQB7Ty8KVHN997tKLHkewprAdHpk69LB+JCeJ6DMO gYts7/8hEpvys3JvEAcK/Xc7iLyQdTsusTaMW38QfvneF+hFMiBzJ4CzmBSXWZSxiRc9 0kPiYxCaYsggm2++YifmdBd+8+RUREHdaTOEj0ogyMwnxOZT9N4ZbIUm7tjMPRP0A8sA 2X2segFuwDv41C9P49Zofo0JiMQqQ9MrnTwm1VyBnsXOKG9PMqHbhpbKHxUNMIL4ChZx gRQ0aJpXAmXUSu5Kx0o8OVWL7M35IzzWPB0C4Ki+/FauCPx9Cp59cUp651glOweZGE+k vOqQ== X-Received: by 10.15.83.2 with SMTP id b2mr44830042eez.28.1379354339306; Mon, 16 Sep 2013 10:58:59 -0700 (PDT) Received: from localhost ([95.86.84.64]) by mx.google.com with ESMTPSA id p5sm43933683eeg.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 10:58:59 -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> <44bo3sbqyh.fsf@be-well.ilk.org> Date: Mon, 16 Sep 2013 20:58:44 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: atar Message-ID: In-Reply-To: <44bo3sbqyh.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:59:01 -0000 the text in your citation doesn't appear in the following URL: http://www.freebsd.org/cgi/man.cgi?query=mount&apropos=0&sektion=0&manpath=FreeBSD+9.1-RELEASE&arch=i386&format=html However, Thanks for the citation. Regards, atar. Lowell Gilbert write: > atar writes: >> >> What does the '-u' option do? I've not find in the 'mount' man page >> any explanation on this option. > > The man page includes: > > -u The -u flag indicates that the status of an already mounted > file > system should be changed. Any of the options discussed > above > (the -o option) may be changed; also a file system can be > changed > from read-only to read-write or vice versa. An attempt to > change > from read-write to read-only will fail if any files on the > file > system are currently open for writing unless the -f flag is > also > specified. The set of options is determined by applying the > options specified in the argument to -o and finally > applying the > -r or -w option.