qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] file system can be writed ?
@ 2008-02-20 14:13 b93049
  2008-02-21  7:11 ` Mulyadi Santosa
  0 siblings, 1 reply; 2+ messages in thread
From: b93049 @ 2008-02-20 14:13 UTC (permalink / raw)
  To: qemu-devel

Hello,
I want to produce a file system that could be written.
The environment is arm (qemu-system-arm) with linux.
The file system type I prefer is ext2.
But I have some questions .
Is QEMU could produce a file system image that could be written?
If yes, what should I do ???
Thanks a lot 

--
Open WebMail Project (http://openwebmail.org)

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

* Re: [Qemu-devel] file system can be writed ?
  2008-02-20 14:13 [Qemu-devel] file system can be writed ? b93049
@ 2008-02-21  7:11 ` Mulyadi Santosa
  0 siblings, 0 replies; 2+ messages in thread
From: Mulyadi Santosa @ 2008-02-21  7:11 UTC (permalink / raw)
  To: qemu-devel

Hi...

On Wed, Feb 20, 2008 at 9:13 PM, b93049 <b93049@csie.ntu.edu.tw> wrote:
>  Is QEMU could produce a file system image that could be written?
>  If yes, what should I do ???

Qemu doesn't deal directly with filesystem. Via qemu-img, the only
thing you can do is create empty disk image (be it raw type, cow, qcow
and so on).

To format it, loopback mount the disk image and use mkfs to format.

regards,

Mulyadi.

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

end of thread, other threads:[~2008-02-21  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 14:13 [Qemu-devel] file system can be writed ? b93049
2008-02-21  7:11 ` 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).