From owner-freebsd-questions@freebsd.org Sat Nov 21 20:54:26 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C14A470AD5 for ; Sat, 21 Nov 2020 20:54:26 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cdlyn5XZ1z3PVf for ; Sat, 21 Nov 2020 20:54:25 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4Cdlyh3BfpzFdxm for ; Sat, 21 Nov 2020 12:54:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1605992060; bh=RE0X3yYwrXmpfgyAqGnV2u/wYPFtZ+e7mZRugA7NVBc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=CJ9SWRtfR25ECF6Q6+jjWClLe3cknpGLdYfom2sfZZ/cXt83xGBteaaFVTLXpBxeo cC647RnpwO/qY2bGvyzeXE5+jtO16yCeRRTWmahoSBpxE0OW6ZZsalXeHg0wqpNAyj N8Mn+yro0ny5ukFwl6MoSGmt1EGSpNOuok5XKLso= X-Riseup-User-ID: C5EEFF8DE8BAC6374EF691CD619CE96B2A9BCF4333FC3EA91699EA9D9416B0B0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 4Cdlyg5dFdz8stQ for ; Sat, 21 Nov 2020 12:54:19 -0800 (PST) Date: Sat, 21 Nov 2020 21:54:20 +0100 From: Ralf Mardorf To: freebsd-questions Subject: Re: usb harddisk not working Message-ID: <20201121215420.3f14f459@archlinux> In-Reply-To: <20201121214216.2c46a95a@archlinux> References: <20201121204425.86d9c6b1.freebsd@edvax.de> <20201121214216.2c46a95a@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cdlyn5XZ1z3PVf X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=riseup.net header.s=squak header.b=CJ9SWRtf; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (mx1.freebsd.org: domain of ralf-mardorf@riseup.net designates 198.252.153.129 as permitted sender) smtp.mailfrom=ralf-mardorf@riseup.net X-Spamd-Result: default: False [-4.60 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[198.252.153.129:from]; R_SPF_ALLOW(-0.20)[+mx]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[riseup.net:+]; DMARC_POLICY_ALLOW(-0.50)[riseup.net,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[198.252.153.129:from]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US]; RCVD_IN_DNSWL_LOW(-0.10)[198.252.153.129:from]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[riseup.net:s=squak]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[riseup.net:dkim]; SPAMHAUS_ZRD(0.00)[198.252.153.129:from:127.0.2.255]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2020 20:54:26 -0000 On Sat, 21 Nov 2020 21:42:16 +0100, Ralf Mardorf wrote: >On Sat, 21 Nov 2020 20:44:25 +0100, Polytropon wrote: >>So when in doubt, manually run fsck on the device. > >I "only" need to run fsck for an external drive's hfs+ partition used >to share data between an iPad and a Linux PC. Without running fsck I >get IO errors as if the drive is broken. I never made this experience >with other file systems or when using hfs+ with just one operating >system. Oops, I didn't finish the mail. What I want to point out is, that if the ufs partition is used with FreeBSD and no other operating system, but unclean, then probably something similar to a power loss happened, probably something caused by the USB controller's firmware.