From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 12:58:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F043916A480 for ; Fri, 22 Jun 2007 12:58:12 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from wmail.teledomenet.gr (wmail.teledomenet.gr [213.142.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id AE13113C468 for ; Fri, 22 Jun 2007 12:58:12 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by wmail.teledomenet.gr (Postfix) with ESMTP id 4FE571C9436; Fri, 22 Jun 2007 15:58:11 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 22 Jun 2007 15:58:07 +0300 User-Agent: KMail/1.9.1 References: <467ACC6F.8010907@yahoo.com> <44hcp1xblh.fsf@be-well.ilk.org> <467AEDE3.5000801@yahoo.com> In-Reply-To: <467AEDE3.5000801@yahoo.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706221558.08499.nvass@teledomenet.gr> Cc: Steel City Phantom Subject: Re: remounting a drive 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: Fri, 22 Jun 2007 12:58:13 -0000 On Friday 22 June 2007 00:30, Steel City Phantom wrote: > tried > mount -u rw / > and > mount -u rw /dev/ad1s1 / > with the same result, no permission error > next idea or did i get the command wrong Yes, the command is wrong. It is "mount -u -w [ device | mount point ]" Nikos