[Bug 274537] ext2fs not mounting linux partitions

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Oct 2023 02:31:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274537

--- 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 don't
need to be root for that).  But Warner's right, "gpart list ada0" would provide
more details.  You can also probe the filesystem on the partition with "fstyp
/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).

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