From nobody Fri Oct 11 07:59:42 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XPzYX3pjFz5YSxv for ; Fri, 11 Oct 2024 07:59:44 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 4XPzYW3nDsz4tn6 for ; Fri, 11 Oct 2024 07:59:43 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com; dmarc=none Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id 8534B4E690; Fri, 11 Oct 2024 00:59:42 -0700 (PDT) From: "Ronald F. Guilmette" To: questions@freebsd.org Subject: Re: How to zero a failing disk drive before disposal? In-Reply-To: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14322.1728633581.1@segfault.tristatelogic.com> Content-Transfer-Encoding: quoted-printable Date: Fri, 11 Oct 2024 00:59:42 -0700 Message-ID: <14323.1728633582@segfault.tristatelogic.com> X-Spamd-Result: default: False [-2.09 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.993]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; RCVD_NO_TLS_LAST(0.10)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:14051, ipnet:69.62.128.0/17, country:US]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; DMARC_NA(0.00)[tristatelogic.com]; MISSING_XM_UA(0.00)[] X-Rspamd-Queue-Id: 4XPzYW3nDsz4tn6 X-Spamd-Bar: -- In message , = Ralf Mardorf wrote: >https://unix.stackexchange.com/questions/229354/how-to-ignore-write-error= s-while-zeroing-a-disk > >a "sdd" command is mentioned, wich seems to be provided by >https://sourceforge.net/projects/schilytools/files/ > >and it might be available for FreeBSD, >https://www.freshports.org/devel/schilybase . > >FWIW the Arch User repository provides schily-tools-sdd, but Arch Linux >doesn't provide a live media. Ubuntu and friends provide a live media, >but they don't provide schilytools, but it might build without issues on >an Ubuntu or so live media, >https://www.unixmen.com/install-schily-tools-on-linux/ . Thanks Ralf. I'll definitely give this a try if I can't get the SMART secure erase to complete.