From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOCw2-0004Ig-5Z for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:04:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOCw0-0004HL-KZ for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:04:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOCw0-0004H7-C5 for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:04:28 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FOCxi-0003YY-Lq for qemu-devel@nongnu.org; Tue, 28 Mar 2006 07:06:15 -0500 Message-ID: <44292642.8060407@gmx.net> Date: Tue, 28 Mar 2006 14:04:18 +0200 From: Marco Matthies MIME-Version: 1.0 Subject: Re: [Qemu-devel] kqemu version 1.3.0pre5 References: <44285974.9040003@bellard.org> <000e01c6525b$9149eb00$0464a8c0@athlon> <44292319.5060500@wasp.net.au> In-Reply-To: <44292319.5060500@wasp.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Brad Campbell wrote: > none 768M 137M 632M 18% /tmp <-- not sure why it > says none.. it's tmpfs change the none to tmpfs in /etc/fstab. normally the mount point goes there, but tmpfs (and proc, for example) don't have a mount point so you can put anything there. marco