Subject: Re: Mounting Filesystems
To: None <waxor@waxor.com>
From: M. Warner Losh <imp@village.org>
List: port-hpcmips
Date: 05/05/2002 23:32:41
In message: <Pine.LNX.4.44.0205052357520.3988-100000@biscuit.hampshire.edu>
            Mikel Waxler <waxor@waxor.com> writes:
: 1 how do I mount the dos partition on my root cf disk(256mb).
: 	dos is partition 1 and bsd is partition 2. I have no swap, anyone
: have problems with no swap?

disklabel wd0

This will tell you where the dos partition is.  Mine happens to be
wd0e if that matters.

: 2 how do I mount the single partition on my CF to pcmcia disk(128mb)?
: 	In the dmesg it lists it as wdc2 then as wd1. I mainly use linux
: so I made it an ext2 disk. I'm assuming this is ok, must it be ffs?

wd1<partion>.  Again, disklabel will tell you.  If it has a linux
partition, I don't know what happens, but I suspect that it will be
just like a DOS partition.

: 3 How do I union mount that pcmcia disk(128) correctly.
: 	It has all the compiling tools on it. I was doing it over nfs like
: this:
: mount -o union,exec machine:/nfs/z50/usr /usr
: 
: 	the two problems are;
: 	1 it still wont execute binaries, what am I missing?
: 	2 changes are made to the 128 not the 256. Can this change?

No clue.

: 4 Can I union mount / ? It seems no.
: 	machine:/nfs/z50 has an unzip of the comp.tgz package with /usr
: and /lib. do I need to mount them seperately? It would make sence.

I've never been able to successfully do this.

Warner