Date: Mon, 19 Dec 2011 22:27:49 +0100 From: Michiel Boland <boland37@xs4all.nl> To: Paul Mather <paul@gromit.dlib.vt.edu> Cc: freebsd-stable@freebsd.org Subject: Re: fsck_ufs out of swapspace Message-ID: <4EEFAC55.6050507@xs4all.nl> In-Reply-To: <2E07A04E-0FBF-47BE-96E7-F615FE78056E@gromit.dlib.vt.edu> References: <4EECFD6A.2030905@xs4all.nl> <2E07A04E-0FBF-47BE-96E7-F615FE78056E@gromit.dlib.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Problem solved - it was indeed an endian thing. The problem is that fsck uses a real_dev_bsize variable that is declared long, but the DIOCGSECTORSIZE ioctl takes an u_int argument. A PR has been submitted. Cheers Michiel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EEFAC55.6050507>