From owner-freebsd-questions Tue Jan 8 8:19: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id C1FEF37B421 for ; Tue, 8 Jan 2002 08:19:00 -0800 (PST) Received: by 1nova.com (Postfix, from userid 1000) id 1455218F1; Tue, 8 Jan 2002 08:55:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id 0B8E818F0; Tue, 8 Jan 2002 08:55:47 -0800 (PST) Date: Tue, 8 Jan 2002 08:55:46 -0800 (PST) From: Rick Hamell To: unix Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hd compression In-Reply-To: <02010809101102.70336@fmr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > It is easy to compress an entire drive in windows, I assumed that FreeBSD > would have something better... Yes, it is very easy to compress a drive in Windows. It's also increadibly unstable. It's because the FAT16/32 system is so inefficent, Microsoft tried to make it more efficent by introducing "compression," which is nothing more then a different file system type stored on top of the FAT system as a single large file. (Which is where it becomes unstable.) If you need to compress the files themselves, look at TAR or GZIP. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message