Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 11:11:27 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Christoph Kukulies <kuku@kukulies.org>
Cc:        Ruben via freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Mounting ext2fs - unsupported features: needs_recovery
Message-ID:  <20200819111127.0ad5f54e.freebsd@edvax.de>
In-Reply-To: <9C03454A-F9B5-48A9-BDAB-C02BB1C6452B@kukulies.org>
References:  <9C03454A-F9B5-48A9-BDAB-C02BB1C6452B@kukulies.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Aug 2020 11:03:35 +0200, Christoph Kukulies wrote:
> I’m trying to mount a filesystem that is on an external SATA disk.
> Partition ID 0x83 (Linux).
> 
> Trying to do a 
> 
> mount -t ext2fs /dev/da5s3 /mnt/da5s3
> mount: /dev/da5s3: Invalid argument
> # 
> 
> syslog message is:
> 
> WARNING: mount of da5s3 denied due to unsupported optional features:
> needs_recovery 

Maybe this is ext3 or ext4? Try using the ext4 FUSE module
(install sysutils/fusefs-ext4fuse, "kldload fuse", "service
fusefs start", and use the ext4fuse program to mount). If
you only want read access, using -r or -o ro is always a
good idea. :-)




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200819111127.0ad5f54e.freebsd>