From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Swap is now configurable Date: 28 Apr 2002 12:18:16 +0300 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1019937870.8447.78.camel@cool> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux-8086 Hi all, Now the swap is controled with the "swapon" utility I added to the elkscmd package. You activate swapping with something like that : # swapon /dev/bda2 512 This selects /dev/bda2 as the swap partition, with size 512KBytes. For now there is no way to remove the swap once you activated it. Enjoy, Harry