From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mb8Z1-0001ht-W5 for qemu-devel@nongnu.org; Wed, 12 Aug 2009 03:48:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mb8Yx-0001gf-CC for qemu-devel@nongnu.org; Wed, 12 Aug 2009 03:48:03 -0400 Received: from [199.232.76.173] (port=52494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mb8Yx-0001gc-7P for qemu-devel@nongnu.org; Wed, 12 Aug 2009 03:47:59 -0400 Received: from mx20.gnu.org ([199.232.41.8]:63843) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mb8Yw-0005oH-Kx for qemu-devel@nongnu.org; Wed, 12 Aug 2009 03:47:58 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mb8Yv-00061p-FC for qemu-devel@nongnu.org; Wed, 12 Aug 2009 03:47:57 -0400 Received: by wf-out-1314.google.com with SMTP id 26so1597577wfd.4 for ; Wed, 12 Aug 2009 00:47:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 12 Aug 2009 14:47:55 +0700 Message-ID: Subject: Re: [Qemu-devel] Qemu snapshot mode: /tmp/vl.xxx file missing? From: Mulyadi Santosa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Atoosah Cc: qemu-devel@nongnu.org On Tue, Aug 11, 2009 at 11:53 PM, Atoosah wrote: > When using the -snapshot mode of Qemu, shouldn't the vl.xxx file that is > created be visible in the host /tmp directory? IIRC, the trick is to create (open) the file and write to it...but Qemu also unlink it as soon as it is created. This way, the file become invisible but still accessible until Qemu close it You might want to read "man 2 unlink" for further explanation. -- regards, Mulyadi Santosa Freelance Linux trainer blog: the-hydra.blogspot.com