From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 14:23:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7DB16A41C for ; Wed, 29 Jun 2005 14:23:30 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from viefep14-int.chello.at (viefep14-int.chello.at [213.46.255.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BAF43D55 for ; Wed, 29 Jun 2005 14:23:29 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.156.20] by viefep14-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050629142327.IYBL7053.viefep14-int.chello.at@[80.98.156.20]>; Wed, 29 Jun 2005 16:23:27 +0200 Message-ID: <42C2AED7.1010402@t-hosting.hu> Date: Wed, 29 Jun 2005 16:23:19 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <42C2AC85.2080806@t-hosting.hu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Remounting root 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: Wed, 29 Jun 2005 14:23:30 -0000 > # mount -u / > > The -u option is actually the "update" option, which tries to restore > the mount options of the file system to the defaults defined in > /etc/fstab > (which includes "rw" too). I've tried it, but when I run fsck it wrtites: ** /dev/as0s1a (NO WRITE) And if I try to enable MAC multilabeling or SoftUpdates I get: tunefs: /dev/ad0s1a: Failed to write superblock Gábor Kövesdán