NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/50070: fsck OK but mount: incorrect super block
The following reply was made to PR kern/50070; it has been noted by GNATS.
From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/50070: fsck OK but mount: incorrect super block
Date: Mon, 20 Jul 2015 22:42:04 +0000
On Mon, Jul 20, 2015 at 04:00:00PM +0000, prlw1%NetBSD.org@localhost wrote:
> ERROR: cylinder group size mismatch: fs_cgsize = 0x4800, fs->fs_cgsize = 0x4000, CGSIZE(fs) = 0x4003
> [...]
> file system: /dev/rraid2a
> bsize 16384
> fsize 2048
The test is spewing drivel; the maximum cgsize is one block, which is
0x4000, so fs->fs_cgsize is correct and CGSIZE() is hallucinating.
Would probably be a good idea to find out why, though, rather than
just disabling the test.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index