https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274537
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: [email protected]
Reporter: [email protected]
FreeBSD hm-fbsd 14.0-STABLE FreeBSD 14.0-STABLE #2
stable/14-n265475-6eae573dc229: Tue Oct 17 11:39:45 -03 2023
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
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
13.2 already wasn't and eventually the same problem as
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271105 but in my case the
size is small, bs also
--
You are receiving this mail because:
You are the assignee for the bug.