linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dan Malek <dan@netx4.com>
To: Steve Rossi <srossi@ccrl.mot.com>
Cc: Embedded Linux PPC List <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: root fs on hdd
Date: Fri, 26 May 2000 12:23:40 -0400	[thread overview]
Message-ID: <392EA50C.281D52ED@embeddededge.com> (raw)
In-Reply-To: 392E92E3.62847D28@ccrl.mot.com


Steve Rossi wrote:

> I've copied the the /bin, /dev, /etc, /lib, /libexec, /sbin, and /share
> directories from the monta vista sdk to the root direectory of my ext2
> partition (/dev/sda2) using "cp -a" while the root partition was


Several problems here.  You can't "cp" the /dev directory.  Use 'tar'
or 'cpio'.

The MontaVista CDK is built to operate in the /opt/hardhat/..... directory
tree.  You have to preserve this directory structure to the target
file system as used by NFS because these paths are part of the
library search.  Copy the /opt/hardhat/...../target tree to your
system, then make symbolic links from /bin, /etc, /lib and so on into
the /opt/hardhat/..../target subdirectory.  All of this (and much more)
is described in the documentation if you care to read it.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2000-05-26 16:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-26 15:06 root fs on hdd Steve Rossi
2000-05-26 16:07 ` Jim Lewis
2000-05-26 16:26   ` Dan Malek
2000-05-26 17:27     ` Mark S. Mathews
2000-05-26 17:41   ` Steve Rossi
2000-05-26 16:23 ` Dan Malek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=392EA50C.281D52ED@embeddededge.com \
    --to=dan@netx4.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=srossi@ccrl.mot.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).