bug#77887: libparted detects ext4 without journal as ext2

2025-05-28 Thread Brian C. Lane
-- Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart

bug#77887: libparted detects ext4 without journal as ext2

2025-04-18 Thread Pascal Hambourg
FWIW I did very basic testing with the patch applied on Debian, now parted detects ext* filesystems as expected: mkfs.ext2 -> ext2 mkfs.ext3 -> ext3 mkfs.ext4 -> ext4 mkfs.ext4 -O ^has_journal -> ext4

bug#77887: libparted detects ext4 without journal as ext2

2025-04-17 Thread Pascal Hambourg
Package: parted Version: 3.6 Severity: minor Tags: patch easy Reference: Dear maintainers, libparted wrongly detects ext4 without journal as ext2 instead of ext4. Steps to reproduce: truncate -s 1G blob mkfs.ext4 -O ^has_journal blob