Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2023 02:31:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 274537] ext2fs not mounting linux partitions
Message-ID:  <bug-274537-3630-BWN7Z4IADc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274537-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274537-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274537

--- Comment #4 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Michael from comment #2)
> % sudo gpart ada0
> gpart: Unknown command: ada0.
This is not the command I've quoted, please copy-paste correctly (and you d=
on't
need to be root for that).  But Warner's right, "gpart list ada0" would pro=
vide
more details.  You can also probe the filesystem on the partition with "fst=
yp
/dev/ada0p5" to see whether it matches partition type.

> % sudo fdisk ada0
> Information from DOS bootblock is:
> The data for partition 1 is:
> sysid 131 (0x83),(Linux native)
> ...
> The data for partition 4 is:
> sysid 7 (0x07),(Linux native)
Hmm, is this by chance an MBR-formatted drive?  In this case you should work
with slices (e.g. ada0s1 or ada0s4) rather than GPT partitions (ada0pX).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274537-3630-BWN7Z4IADc>