From: vishalthanki@gmail.com (Vishal Thanki)
To: kernelnewbies@lists.kernelnewbies.org
Subject: User Mode Linux
Date: Tue, 15 Nov 2011 18:23:29 +0530 [thread overview]
Message-ID: <CAC3a_SC+3UuC7ZvXs_8yM1Amo2kHqYsgqAEwSA6y7DekqMZ19Q@mail.gmail.com> (raw)
Hi All,
I am trying to create a loopback block device under a UML (running
kernel 3.1.0).
I used following commands:
# dd if=/dev/zero of=/tmp/store1 bs=1024 seek=2047 count=1
# losetup /dev/loop1 /tmp/store1
But the 2nd command (i.e. losetup) returns with the error complaining
"/dev/loop1" is not present, but I can see /dev/loop[0..7] files
present.
My question, is it possible to do this exercise under UML (User mode linux)?
Thanks,
Vishal
next reply other threads:[~2011-11-15 12:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 12:53 Vishal Thanki [this message]
2011-11-15 14:39 ` User Mode Linux Lakshmipathi.G
2011-11-16 3:44 ` Vishal Thanki
2011-11-17 12:04 ` Vishal Thanki
[not found] ` <CAJnfX5ubAKa-eAMCugWQ2F3Cbn8sf6AGe6ZALcxF9xKiOo0wtA@mail.gmail.com>
2011-11-17 13:50 ` Vishal Thanki
2011-11-18 14:02 ` Mulyadi Santosa
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=CAC3a_SC+3UuC7ZvXs_8yM1Amo2kHqYsgqAEwSA6y7DekqMZ19Q@mail.gmail.com \
--to=vishalthanki@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.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;
as well as URLs for NNTP newsgroup(s).