From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJEK7-00028Q-N0 for qemu-devel@nongnu.org; Thu, 29 Apr 2004 12:23:43 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJDoZ-00046K-Kj for qemu-devel@nongnu.org; Thu, 29 Apr 2004 11:51:38 -0400 Received: from [24.21.209.245] (helo=pdx.silverbeach.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJCYY-0002uj-Di for qemu-devel@nongnu.org; Thu, 29 Apr 2004 10:30:30 -0400 Received: from localhost (localhost [127.0.0.1]) by pdx.silverbeach.net (Postfix) with ESMTP id CA3431BF2D5 for ; Thu, 29 Apr 2004 07:30:30 -0700 (PDT) From: Kyle Hayes Subject: Re: [Qemu-devel] Os ZOO: images will be available. Questions... Date: Thu, 29 Apr 2004 07:30:29 -0700 References: <20040429120552.GA29791@cs.unibo.it> In-Reply-To: <20040429120552.GA29791@cs.unibo.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200404290730.29386.kyle@silverbeach.net> Reply-To: kyle@silverbeach.net, 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 On Thursday 29 April 2004 05:05, Stefano Marinelli wrote: > Hi there. So I asked and all the image (free oses, of course) will > be available for download. They will be put on ftp on the > department's machines. Windows will be restricted to local users > but the several BSDs and Linux will be available for anybody. The > matter now is...I will create images for local users, so something > like 1GB images. But it could be difficult to download 1GB images > from another place (non-local). How could I solve? growing file > systems? bzip2? It will compress things very well. Even a relatively large image will compress by a large factor. Most of each image will be either empty disk space (huge compression factor), or things like binaries (about a 2x compresion factor). Use the "best" compression method (-9) to get the largest compression factor. Best, Kyle