From owner-freebsd-questions@freebsd.org Thu Aug 20 03:43:41 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 106C13ACE5F for ; Thu, 20 Aug 2020 03:43:41 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.203.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.email-protect.gosecure.net", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BX9VM5lYTz3VwJ for ; Thu, 20 Aug 2020 03:43:39 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({b8c5aa4e-a204-11ea-b3f2-5d5df31f4132}) via TCP (outbound) with ESMTP id 20200820034329845_00001126 for ; Wed, 19 Aug 2020 20:43:29 -0700 X-RC-FROM: X-RC-RCPT: Received: from elm.localnet (unknown [199.58.99.76]) (Authenticated sender: carlj@peak.org) by envoy14.neonova.net (Postfix) with ESMTPA id 4BX9V561Ptz9tH3 for ; Wed, 19 Aug 2020 23:43:25 -0400 (EDT) Received: from localhost.localnet ([127.0.0.1] helo=elm.localnet) by elm.localnet with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1k8bU3-000M57-N6 for freebsd-questions@freebsd.org; Wed, 19 Aug 2020 20:43:23 -0700 Received: (from carlj@localhost) by elm.localnet (8.15.2/8.15.2/Submit) id 07K3hNWG084884; Wed, 19 Aug 2020 20:43:23 -0700 (PDT) (envelope-from carlj) From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Mounting ext2fs - unsupported features: needs_recovery References: <9C03454A-F9B5-48A9-BDAB-C02BB1C6452B@kukulies.org> <53d0d264-bf44-a133-5646-0aa770b1f5d4@holgerdanske.com> <1AAB1494-EACB-4901-B92F-4350DBDCF152@kukulies.org> Date: Wed, 19 Aug 2020 20:43:23 -0700 In-Reply-To: <1AAB1494-EACB-4901-B92F-4350DBDCF152@kukulies.org> (Christoph Kukulies's message of "Wed, 19 Aug 2020 13:10:27 +0200") Message-ID: <86y2ma7zj8.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MAG-OUTBOUND: greymail.email-protect.gosecure.net@137.118.58.100/32 X-MAG-EWAV: ewavFastFail X-Rspamd-Queue-Id: 4BX9VM5lYTz3VwJ X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=peak.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 208.80.203.2 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-1.62 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.83)[-0.834]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_SPAM_SHORT(0.01)[0.013]; DMARC_POLICY_ALLOW(-0.50)[peak.org,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:208.80.202.0/23, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2020 03:43:41 -0000 Christoph Kukulies writes: > Meanwhile, after connecting the drive to an Ubuntu system where it > probably was undergone an automatic fsck and had been mounted, > I went back to FBSD with the drive and I was able to mount it. > > =E2=80=94 > Christoph The 'e2fsprogs' port (and package) contain fsck programs for ext2, ext3, ext4, and ext2fs file systems. I assume that one of those would have worked to fsck your filesystem. --=20 Carl Johnson carlj@peak.org