From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 15:51:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D61716A506 for ; Mon, 30 Oct 2006 15:51:24 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane.co.uk [62.140.220.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id B744A43D5D for ; Mon, 30 Oct 2006 15:51:23 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.13.7/8.13.3) with ESMTP id k9UFpLqC066463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Oct 2006 15:51:22 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <45461F73.8080909@unsane.co.uk> Date: Mon, 30 Oct 2006 15:51:15 +0000 From: Vince User-Agent: Thunderbird 1.5.0.7 (X11/20061017) MIME-Version: 1.0 To: Sherry Zhang References: <68bfdc900610300633l326f6b46oc5bc63b975afd52f@mail.gmail.com> In-Reply-To: <68bfdc900610300633l326f6b46oc5bc63b975afd52f@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Is there any highly compressed filesystems [like squashfs] supported directedly by FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 15:51:24 -0000 Sherry Zhang wrote: > Hi,all: > > We built a software for GNU/Linux system and use squashfs file system to > fit > 1.5G files into a single CD. to use the CD, just > mount -o loop /dev/cdrom /mnt > mount -o loop -t squashfs /mnt/file.squash /the/path > will do the job. > > Now we also want include the BSD binary. I switched to freebsd 2 weeks ago > and do not know anything abount it. so I want to ask is there any highly > compressed filesystem like cramfs or squashfs [we think a live CD should > not > ask a user to install any software, so filesystems directedly supported by > FreeBSD are perferred] ? Which one is better [I mean compression rate] ? > Can > anyone gives me a hint? > I think you want mkuzip (and geom_uzip) have a read on man mkuzip and see what you think. Not sure how good the compression is though. Might be worth talking to the freesbie people (http://www.freesbie.org/) as i think they may use this and they're the FreeBSD liveCD experts ;) Vince > Thank you > Sherry Zhang > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"