kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* User Mode Linux
@ 2011-11-15 12:53 Vishal Thanki
  2011-11-15 14:39 ` Lakshmipathi.G
  0 siblings, 1 reply; 6+ messages in thread
From: Vishal Thanki @ 2011-11-15 12:53 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-18 14:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 12:53 User Mode Linux Vishal Thanki
2011-11-15 14:39 ` 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

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).