Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 13:23:48 -0700 (PDT)
From:      <keith@mail.telestream.com>
To:        Alfred Perlstein <bright@wintelcom.net>
Cc:        Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de>, questions@FreeBSD.ORG
Subject:   Re: How to extend swap ?
Message-ID:  <Pine.LNX.4.10.10007271321400.15255-100000@mail.telestream.com>
In-Reply-To: <20000727131520.C17222@fw.wintelcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is how I did it back in the early 2.2.x days. May have changed a bit
though. 

1.  create a vn-device
           cd /dev; sh ./MAKEDEV vn0
2.  create a swapfile (/var/swap0)
           dd if=/dev/zero of=/var/swap0 bs=1024k count=64
3.  put into the proper rc file the line. Sorry can't remember what file
    it was.
           vnconfig -ce /dev/vn0c /var/swap0 swap


=================================
Keith W.
At the helm <for better or worse>

My non work related site
www.cydonia.net
=================================


On Thu, 27 Jul 2000, Alfred Perlstein wrote:

> * Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de> [000727 11:53] wrote:
> > I plan to upgrade my system to 128M , currently i have 128M of swap and
> > would extend it it is enabled by the fact that i have rather many unused
> > 
> > place in my /usr and /home partion. How to do it ? Does parted work under
> > fbsd ?
> 
> You can configure freebsd to swap to a file, see the 'vnconfig' manpage.
> 
> -Alfred
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10007271321400.15255-100000>