Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2023 16:40:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274537] ext2fs not mounting linux partitions
Message-ID:  <bug-274537-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 274537
           Summary: ext2fs not mounting linux partitions
           Product: Base System
           Version: 14.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: michael.hmich@gmail.com

FreeBSD hm-fbsd 14.0-STABLE FreeBSD 14.0-STABLE #2
stable/14-n265475-6eae573dc229: Tue Oct 17 11:39:45 -03 2023=20=20=20=20
root@hm-fbsd:/usr/obj/zfbsd/src/amd64.amd64/sys/HMichZ amd64

world is from the day before


ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <WDC WD5000AAKX-003CA0 15.01H15> ATA8-ACS SATA 3.x device
ada0: Serial Number WD-WCAYUEP01916
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 476938MB (976771055 512 byte sectors)


/dev/ada0p5             /Arch                   ext2fs          rw,noauto=
=20=20=20=20=20=20
2       0

hm@hm-fbsd:~ % sudo mount /Arch
mount: /dev/ada0p5: Invalid fstype: Invalid argument

hm@hm-fbsd:~ % sudo mount -t ext2fs /dev/ada0p5 /Arch
mount: /dev/ada0p5: Invalid fstype: Invalid argument

hm@hm-fbsd:~ % sudo mount -t ext2fs -o ro /dev/ada0p5 /Arch
mount: /dev/ada0p5: Invalid fstype: Invalid argumen

it is also not mounting any other Linux partition=20
13.2 already wasn't and eventually the same problem as
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271105 but in my case t=
he
size is small, bs also

--=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-227>