Re: Does swap on IDE HD work on malta/mipsel?
From: H. J. Lu <hidden>
Date: 2002-09-28 07:34:20
From: H. J. Lu <hidden>
Date: 2002-09-28 07:34:20
On Fri, Sep 27, 2002 at 11:03:07PM -0700, H. J. Lu wrote:
I compiled today's 2.4 kernel from CVS. Swap on IDE HD doesn't work. I got # mkswap /dev/hda3 Setting up swapspace version 1, size = 512060K # swapon /dev/hda3 swapon: /dev/hda3: Invalid argument and kernel reported Unable to find swap-space signature BTW, it used to work fine.
After switching to 2.4.19 with # cvs update -A -r linux_2_4_19 -dP swap works fine. H.J.