From owner-freebsd-stable@FreeBSD.ORG Wed May 4 19:33:28 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F6816A4CE for ; Wed, 4 May 2005 19:33:28 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A368343D2D for ; Wed, 4 May 2005 19:33:27 +0000 (GMT) (envelope-from hayarms@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so706025nzf for ; Wed, 04 May 2005 12:32:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d0fddcDBpZchAJLqyyLTgfuP5WtUFDNOJCISInJm7RDy4ejqopE+MomtlDEaWNUuxKb1q6+vBatThqKfxoxUu38qI5DJqGvf9fl5sWstpDT37e7m6S0SeYiNbKETeWfD3guwXRNSYNieO5biARdCnpVPO1XBEQBxCxTriDnPTHM= Received: by 10.36.56.19 with SMTP id e19mr190996nza; Wed, 04 May 2005 12:26:11 -0700 (PDT) Received: by 10.36.4.13 with HTTP; Wed, 4 May 2005 12:26:11 -0700 (PDT) Message-ID: <63f52968050504122644fa1aef@mail.gmail.com> Date: Wed, 4 May 2005 21:26:11 +0200 From: Marcello Maggioni To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: "Giving up on 2 buffers" message when rebooting while ext2fs mounted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcello Maggioni List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 19:33:28 -0000 Hi all, I've just installed my FreeBSD system and upgraded it to the lastest -STABLE with buildworld . I have an EXT3 partition on my second harddrive that I mount read-only with the command : mount -o ro -t ext2fs /dev/ad1s1 /mount_point The problem is that if I reboot without umounting that filesystem I get this message on reboot : syncing disks, buffers remaining... 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 giving up on 2 buffers After the reboot the file systems are considered "unclean" and checked with fsck. If I umount the ext3 filesystem before rebooting I get the "No busy buffers" message and all is fine . What is causing this? Thanks Marcello