fsck_ufs out of swapspace

Michiel Boland boland37 at xs4all.nl
Mon Dec 19 21:28:22 UTC 2011


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


More information about the freebsd-stable mailing list