Hello,
I have a reproducible fsck error on my server.
How can it be created:
Create a new Filesystem:
newfs -m 1 -O 2 -o space -q user -q group /dev/dk1
/dev/rdk1: 267036672.0MB (546891104184 sectors) block size 32768, fragment
size 4096
using 303430 cylinder groups of 880.06MB, 28162 blks, 7168 inodes.
super-block backups (for fsck_ffs -b #) at:
192, 1802560, 3604928, 5407296, 7209664, 9012032, 10814400, 12616768, 14419136,
..............................................................................
(Due to the size of the partition, this will take a few minutes to
complete. But the file system is created without an error message.)
now:
fsck -f /dev/dk1
** /dev/rdk1
** File system is already clean
fsck: /dev/rdk1: Segmentation fault
(A core file is created. However, there is no error message. Dmesg also
provides no information.)
Are there size limitations for FFS2 partitions, or is this a bug?
Thank you for your efforts
Regards
Uwe