From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 14:19:11 2005 Return-Path: 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 E5C4116A4CE for ; Thu, 17 Feb 2005 14:19:11 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id A054043D1F for ; Thu, 17 Feb 2005 14:19:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16726 invoked from network); 17 Feb 2005 14:19:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Feb 2005 14:19:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id DE9F27E; Thu, 17 Feb 2005 09:19:10 -0500 (EST) Sender: lowell@be-well.ilk.org To: =?iso-8859-1?q?P=E1sztor_Rich=E1rd?= References: <6.1.2.0.2.20050216184631.02729ed8@mailbox.hu> From: Lowell Gilbert Date: 17 Feb 2005 09:19:10 -0500 In-Reply-To: <6.1.2.0.2.20050216184631.02729ed8@mailbox.hu> Message-ID: <443bvvqnfl.fsf@be-well.ilk.org> Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-questions@freebsd.org Subject: Re: Managing bad sectors during install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 14:19:12 -0000 P=E1sztor Rich=E1rd writes: > I have 2 small problems about installing FreeBSD. > 1) My HDD is a 8,4 Gb quantum, which has 1 bad sector laying on it > somewhere. I created ntfs partition > on it, and format detected that sector, and marked as bad so there was > no problem of data loss because writing > to that sector. Now, if i fdisk the whole HDD to a freebsd slice, and > divide it to partitions i get an error during > filesystem creation, that a bad sector was detected. The system > panics, and reboots after 15 sec. > My question: why isnt the UFS able to mark this/these sectors as bad, > and simply not to use them? > Throwing panic for one single bad sector is not an elegant way. See the entry in the FreeBSD FAQ titled "What do I do when I have bad blocks on my hard drive?"=20=20 The short answer, though, is that for years now, all drives can do internal remapping of bad sectors. The OS doesn't see any bad sectors until the internal remapping tables are full, which means that *many* sectors are bad, and disk failure is imminent. > 2) My other smaller question: If i enabled SoftUpdates at install-time fo= r "/" > but changed my mind, how can i turn it off ? I cant unmount "/" to change= it, > because its always busy (the other partitions can be unmounted easily > in single user) You should be able to mount it read-only and change it then, no? > I think these are basic problems, and should be (especially turning > OFF softupdate on "/") mentioned in handbook also. You can submit such changes as easily as anyone else...