On Sat, 1 May 2004, Johann Lombardi wrote:
> After this issue, I decided to change the sector size from 4096 to 512.
> I encountered no problem with the mkfs. However, when I wanted to mount the
> device, I got the following call trace in dmesg :
>
> Filesystem "sdh": XFS internal error xfs_mount_validate_sb(4) at line 281
> of file fs/xfs/xfs_mount.c. Caller 0xa000000200a26260
you get this message if:
you have 0 data blocks in your fs
or
your data block count doesn't jive with the allocation groups & ag size
try:
xfs_db /dev/whatever
sb 0
p dblocks
p agcount
p agblocks
and send the results (and look at that line in xfs_mount.c and sort out
what's wrong if you'd like)
-Eric
|