From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS5an-0004hA-Sw for qemu-devel@nongnu.org; Thu, 21 Feb 2008 02:11:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS5am-0004er-Aw for qemu-devel@nongnu.org; Thu, 21 Feb 2008 02:11:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS5am-0004ei-2M for qemu-devel@nongnu.org; Thu, 21 Feb 2008 02:11:40 -0500 Received: from wf-out-1314.google.com ([209.85.200.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS5al-0007c6-Hw for qemu-devel@nongnu.org; Thu, 21 Feb 2008 02:11:39 -0500 Received: by wf-out-1314.google.com with SMTP id 28so845032wff.4 for ; Wed, 20 Feb 2008 23:11:37 -0800 (PST) Message-ID: Date: Thu, 21 Feb 2008 14:11:37 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] file system can be writed ? In-Reply-To: <20080220140910.M81903@csie.ntu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080220140910.M81903@csie.ntu.edu.tw> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi... On Wed, Feb 20, 2008 at 9:13 PM, b93049 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.