Subject: Re: Install problem in 2.0
To: Mark Benson <markbenson@mac.com>
From: Terence Tan <terence@calroth.net>
List: port-mac68k
Date: 01/25/2005 17:28:00
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig2DECF6D6B883C1D6FFED2850
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Mark Benson wrote:
> Partitions map out as:
> 
> /dev/sd0b = swap
> /dev/sd0a = /
> /dev/sd0g = /usr
> /dev/sd0f = /home
> 
> How do I go about mounting these?

Your mount commands would probably go something like:
mount /dev/sd0a /targetroot
mkdir /targetroot/usr
mount /dev/sd0g /targetroot/usr
mkdir /targetroot/home
mkdir /dev/sd0f /targetroot/home

> What do I do about the SWAP partition? In fact what should my /etc/fstab 
> file look like?

Try the following, I think it should work, if there's anything badly 
wrong then I'm sure I'll get quickly corrected :-)

/dev/wd0a / ffs rw 1 1
/dev/wd0b none swap sw 0 0
/dev/wd0g /usr ffs rw 1 1
/dev/wd0f /home ffs rw 1 1

  -Terence Tan


--- Get Firefox! http://www.calroth.net/firefox ---

--------------enig2DECF6D6B883C1D6FFED2850
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB9eb0Rp0kKDQrlIERAhu3AJ4qYoz2wxBf3znyqFpIvxD6tgBY2gCfUTea
NEStxVuGNU9B4RipgB0nqAw=
=Dyb3
-----END PGP SIGNATURE-----

--------------enig2DECF6D6B883C1D6FFED2850--