tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

FFSv1 fails check in -current



Hi folks,

when trying to update my NAS to -current, or at least to a -current kernel, my
FS failed to mount. It reported:

----
wd0 at atabus1 drive 0
wd0: <Hitachi HDS721010CLA332>
wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
boot device: <unknown>
root on wd0e dumps on wd0b
ERROR: cylinder group size mismatch: fs_cgsize = 0x4800, fs->fs_cgsize = 0x4000, CGSIZE(fs) = 0x4003
cannot mount root, error = 22
root device (default wd0e): 
----

After modifying the code that it continues as suggested i got :

----
wd0 at atabus1 drive 0
wd0: <Hitachi HDS721010CLA332>
wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
boot device: <unknown>
root on wd0e dumps on wd0b
ERROR: cylinder group size mismatch: fs_cgsize = 0x4800, fs->fs_cgsize =
0x4000, CGSIZE(fs) = 0x4003
kern.module.path=/stand/evbarm/7.99.18/modules
WARNING: no TOD clock present
WARNING: using filesystem time
WARNING: CHECK AND RESET THE DATE!
exec /sbin/init: error 8
init: trying /sbin/oinit
exec /sbin/oinit: error 2
....
----

I've attached the dump to this message in .gz since its a 1gb disc :)

With regards,
Reinoud

Attachment: dump-wd0e.gz
Description: application/gunzip

Attachment: pgpXcR0qRVoDv.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index