From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 20 11:15:47 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A857216A403 for ; Thu, 20 Apr 2006 11:15:47 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C9F443D45 for ; Thu, 20 Apr 2006 11:15:47 +0000 (GMT) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-68-162-98-122.phil.east.verizon.net [68.162.98.122]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 4523D28B03 for ; Thu, 20 Apr 2006 20:15:45 +0900 (JST) Date: Thu, 20 Apr 2006 07:15:44 -0500 From: Yoshihiro Ota To: freebsd-hackers@freebsd.org Message-Id: <20060420071544.68ff151d.ota@j.email.ne.jp> In-Reply-To: <20060419215948.8acfdf60.ota@j.email.ne.jp> References: <20060419215948.8acfdf60.ota@j.email.ne.jp> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Is there compressed fs? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 11:15:47 -0000 On Wed, 19 Apr 2006 21:59:48 -0500 Yoshihiro Ota wrote: > Is there a compressed file system available in FreeBSD? > > I tried "mdconfig -ocompress" but it doesn't seem saving any spaces. > Does anyone know what is the status of this, if it works, and if so, > how it works? Thanks to a couple of people who directly sent me a response. I was aware of GEOM_UZIP and mkuzip. However, the problem is it is read-only file system. I am looking for read-write compressed file system. Thanks, Hiro