public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Kenneth Johansson <kenneth.johansson@inn.ericsson.se>
Cc: mtd <linux-mtd@lists.infradead.org>
Subject: Re: jffs2 root
Date: Tue, 28 Aug 2001 18:17:22 +0100	[thread overview]
Message-ID: <28995.999019042@redhat.com> (raw)
In-Reply-To: <3B8BD129.4A562C0@inn.ericsson.se>

kenneth.johansson@inn.ericsson.se said:
> find / -type d -xdev -exec mkdir /mnt/mtd/{} \;
> find / -type f -xdev -exec cp -dpvf {} /mnt/mtd/{} \; 

$ ldd /bin/bash
	libtermcap.so.2 => /lib/libtermcap.so.2 (0x40029000)
	libdl.so.2 => /lib/libdl.so.2 (0x4002d000)
	libc.so.6 => /lib/i686/libc.so.6 (0x40031000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

All those are symlinks not real files, hence won't have been copied onto 
your filesystem by the 'find -type f' command.




--
dwmw2

  reply	other threads:[~2001-08-28 17:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-28 16:49 jffs2 root Kenneth Johansson
2001-08-28 16:54 ` David Woodhouse
2001-08-28 17:13   ` Kenneth Johansson
2001-08-28 17:17     ` David Woodhouse [this message]
2001-08-28 17:35       ` Kenneth Johansson

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=28995.999019042@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=kenneth.johansson@inn.ericsson.se \
    --cc=linux-mtd@lists.infradead.org \
    /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