All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: Xen-Devel <xen-devel@lists.sourceforge.net>
Subject: how to see the data changing in a running domain?
Date: Sun, 23 Jan 2005 23:01:37 +0900	[thread overview]
Message-ID: <9cde8bff05012306015345ac91@mail.gmail.com> (raw)

hello,

I wonder how I can see the (on-disk) data changing in a running
domainU. I tried to do it, but the data looking from outside remains
intact, no matter what I modified inside the domainU.

I did it this way: I use a file-based rootfs (got from ttylinux), and
created a domainU on that rootfs. Everything was fine. Then from
domain0, I mounted that "rootfs" file in read-only mode, with this
command: "mount -o loop -o ro rootfs /mnt". After that I could see the
data inside the rootfs.

Then I suppose that from outside (domain0), I can watch for the data
of domainU changing in realtime. To test, I just did a comand like
this from inside domainU: "ls /etc > /root/etclist", and created a
"etclist" in "/root". Then I supposed that from domain0, in a mounted
"/mnt" above, I could see the new file created as "/mnt/root/etclist",
but I was disappointed not to see anything at all.

So clearly everything made changed inside domainU cannot be seen from
outside (domain0). Anybody can please explain to me why, and if
possible, how could I watch data of domainU (in realtime) from
domain0?

Thank you a lot,
AQ


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl

             reply	other threads:[~2005-01-23 14:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-23 14:01 aq [this message]
2005-01-23 14:32 ` how to see the data changing in a running domain? Mark Williamson
  -- strict thread matches above, loose matches on Subject: below --
2005-01-23 14:22 Ian Pratt
2005-01-23 14:37 ` aq
2005-01-23 14:35   ` Mark Williamson

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=9cde8bff05012306015345ac91@mail.gmail.com \
    --to=aquynh@gmail.com \
    --cc=xen-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.