Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2005 10:38:43 +0100 (CET)
From:      Wojciech Puchar <wojtek@tensor.3miasto.net>
To:        Christian Wurst <christian.wurst@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problems with 170MB HD (FreeBSD 6.0)
Message-ID:  <20051205103725.M35628@chylonia.3miasto.net>
In-Reply-To: <370076f10512041312u27835972n806937f4e710534e@mail.gmail.com>
References:  <370076f10512041312u27835972n806937f4e710534e@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I've been trying to install FreeBSD 6.0 on an old Pentium MMX 200MHz
> this weekend. The box  has two HDs, a ~10GB one, which I wanted to use
> for / and a really old ~170MB one, which I wanted to use for swap. (Of
> couse there would be enough space on the first disk for swap, but I
> had this old disk lying around here and thought why not use it.)

install as without swap on 10GB drive withour touching this 170MB at all.


then (after booting installed system)

dd if=/dev/zero bs=512k count=1 of=/dev/your_170MB_whole_disk (like 
/dev/ad1)

and

swapon -a /dev/ad1


if it works - put

/dev/ad1 none swap sw 0 0

in /etc/fstab





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051205103725.M35628>