linux-um archives
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Oliver Baltz <info@OliverBaltz.de>
Cc: user-mode-linux-devel@lists.sourceforge.net,
	user-mode-linux-user@lists.sourceforge.net
Subject: Re: [uml-devel] Re: [uml-user] UML freezes at hdd-intensive processes
Date: Fri, 11 Mar 2005 15:54:12 -0500	[thread overview]
Message-ID: <200503111554.12377.rob@landley.net> (raw)
In-Reply-To: <32921.83.129.31.196.1110575910.squirrel@83.129.31.196>

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]

On Friday 11 March 2005 04:18 pm, Oliver Baltz wrote:
> Hi Rob,
>
> > Is it write-intensive, read-intensive, combination of both, or either
> > one?
>
> I think it is a combination of both: When installing just one single
> debian-package the UML often freezes :-(
>
> Is there an alternative to UBD?
>
> Oliver

Just for testing purposes, you could try hostfs and then loopback mount your 
block device.

I boot UML like this all the time, to borrow the parent's filesystem.  (It has 
a lot of downsides, and is slower than ubd, but it requires absolutely no 
setup):

./linux rootfstype=hostfs rootflags=/ rw init=/bin/sh mem=64M

Note that this works under an Xterm because you own /dev/console, but if 
you're running it from the console you either need to 
chown/chmod /dev/console or you need to be root.  I have a script that gets 
around that, lemme dig it up...  Attached.  You don't need anything _nearly_ 
that complicated, but I just thought I'd let you know what kind of abuse you 
can do with hostfs... :)

Rob

[-- Attachment #2: mktools-umlsetup.sh --]
[-- Type: application/x-shellscript, Size: 2885 bytes --]

      reply	other threads:[~2005-03-11 20:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <36770.128.176.89.137.1109844107.squirrel@128.176.89.137>
     [not found] ` <Pine.LNX.4.61.0503030913280.31663@simba.math.ucla.edu>
     [not found]   ` <35767.82.83.49.235.1109878592.squirrel@82.83.49.235>
2005-03-11 14:29     ` [uml-devel] Re: [uml-user] UML freezes at hdd-intensive processes Oliver Baltz
2005-03-11 16:02       ` Rob Landley
2005-03-11 21:18         ` Oliver Baltz
2005-03-11 20:54           ` Rob Landley [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=200503111554.12377.rob@landley.net \
    --to=rob@landley.net \
    --cc=info@OliverBaltz.de \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=user-mode-linux-user@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox