Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 10:55:10 -0800
From:      Kirk McKusick <mckusick@beastie.mckusick.com>
To:        freebsd-current@freebsd.org
Subject:   HEADS-UP new statfs structure
Message-ID:  <200311121855.hACItAaG006605@beastie.mckusick.com>

next in thread | raw e-mail | index | archive | help
The statfs structure was updated on Nov 11th with 64-bit fields
to allow accurate reporting of multi-terabyte filesystem sizes.

You should build and boot a new kernel BEFORE doing a `make world'
as the new kernel will know about binaries using the old statfs
structure, but an old kernel will not know about the new system
calls that support the new statfs structure. Running an old kernel
after a `make world' will cause programs such as `df' that do a
statfs system call to fail with a bad system call.

	Kirk McKusick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311121855.hACItAaG006605>