From owner-freebsd-fs@freebsd.org Fri Aug 3 09:00:58 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 671A21062DA1 for ; Fri, 3 Aug 2018 09:00:58 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0F4177DA5 for ; Fri, 3 Aug 2018 09:00:57 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22f.google.com with SMTP id p81-v6so7440462itp.1 for ; Fri, 03 Aug 2018 02:00:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=h+9WVSTwkbtAKoAmYZUZ0u2/prPLv4WMFcTmdWYc4Us=; b=kwY/k9TLKfT7ZYFghhyDr0n9PebUeRXL74kEerC1qHQY5c+CZGGfctCHuzvKshKurd Nv7ZUcb33VNWqiL/V18NGBCQd5IjqzRaEeLWIVgPsBrYY2J+HYZ+aeQQsdR+7tCqCcv0 U/a1ICFl7yZgV5+c0JC4V2pGBqw2BY+2ML2V7m/4WcnwHQqlbbTxoWD1Wd8hMNsGqCK8 mfHCj07WK6WBBxdclaM7h3iV2+7LVGkJNFz/YuUWOqORcRQgEU0W4vWU3LdWI+GDnzmW uwbRaoJiX2eqJaTRy+K3a6b5XRJoBMxvCVpPaQWimPFwxXXhJmRAwEAq2/l41rYAQLZQ Iszw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=h+9WVSTwkbtAKoAmYZUZ0u2/prPLv4WMFcTmdWYc4Us=; b=DC5+nHG9SAQBqdi/BC/wfyQ5B14f9/6K2o5tjpXIR+F/xv7gyYT9J6MaN0uVrX15wJ kBKfWeZrfl8FhuBW8nOPWR9Rb/MCPxrrRB46VxXncvIdqTas9tQgxKZGe+04fiFyX9U4 2j97pUV/x2JvLxV9yx2ISLKDpFQ12tlpYp+sGRPWAdBhvbqqGFY+WBe5JktVzQu/DBFA l/rtful/3WrEnqyzF9JPTZqSWSN3V4EdK0/iGw/t8N/soumgWTmbSyNNwK+L5dEsngr4 AvGOmUh4GSj5sqELrUW7tp01Atf51VaK+w1aAGGrs08JZ9895ujaY9T62vZCDfwC5/kS ts0g== X-Gm-Message-State: AOUpUlEMgOv2P7O+fBIx9uOpU0Sv8LSo0dXFZeahhLAWGd9zBCSKu5DU +zly2yvQ2mmJ0Jy2L1JGuEDKE9rYlVZElP6HhhEe1wOjSW9Qjg== X-Google-Smtp-Source: AAOMgpdZG22us7BL52lT53bP8IWcehH0elJJ87fzLThpEdmraxkAWgj1fPb/VaPFR0GYADgT6SDiW8jU66jXKscbLzo= X-Received: by 2002:a02:a701:: with SMTP id k1-v6mr2624481jam.140.1533286856989; Fri, 03 Aug 2018 02:00:56 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:4485:0:0:0:0:0 with HTTP; Fri, 3 Aug 2018 02:00:56 -0700 (PDT) X-Originating-IP: [86.153.210.77] In-Reply-To: <5B63D187.2070709@andyit.com.au> References: <20180727130743.GB45967@fuz.su> <20180731101215.P2056@besplex.bde.org> <5B63D187.2070709@andyit.com.au> From: Warner Losh Date: Fri, 3 Aug 2018 03:00:56 -0600 X-Google-Sender-Auth: LWd-sewlmjMaLHbVDY0UlvAkR1g Message-ID: Subject: Re: badsect(8) is gone -- what now? To: Andy Farkas Cc: FreeBSD FS Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 09:00:58 -0000 330MB ESDI drives aren't a very modern disk drive... These were king when FreeBSD 1.0 was being released, and we removed ESDI support from the tree around FreeBSD 3 or 4 or so. Warner On Thu, Aug 2, 2018 at 9:52 PM, Andy Farkas wrote: > On 31/07/2018 11:04, Bruce Evans wrote: > > In practice, the slowest part might be finding the bad sectors. >> > > I have some Maxtor XT-4380E disks and they have the bad block > table printed on the top of the drive ;) > > -andyf > > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >