From owner-freebsd-questions Thu Feb 24 14: 6:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3037B7D5 for ; Thu, 24 Feb 2000 14:06:27 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA64F3 for ; Thu, 24 Feb 2000 23:06:24 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 1812; Fri, 25 Feb 2000 09:09:42 +1100 Message-ID: <38B5AB78.A3A4A286@S1.com> Date: Fri, 25 Feb 2000 09:06:48 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kuzak Cc: questions@freebsd.org Subject: Re: mounting swap References: <200002242157.e1OLvJv79427@alpha.dgweb.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G'day Aric, > > I have a system with 2 hard drives, both with seperate freebsd instalations > on them. since they both have different installations, they each have swap > partition. > > On the main hard drive my swap is beginning to fill and I am looking for > the proper command to mount the swap from the second harddrive. > > Can someone please let me know the proper format.. I have tried > the following, but it seems to be invalid. > > mount -t swap /dev/wd0s1b > Typically (reading "man mount" on my 2.2.8R system), using mount with the -t option for an 'external' type of file system, invokes /sbin/mount_xxxx where 'xxxx' is the 'external filesystem type'. In my system (as I said, 2.2.8R), I don't see mount_swap, or anything that might be 'close'. However, having a read of "man swapon" might prove beneficial. hth, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message