From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 15:58:28 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 D84C716A47E for ; Mon, 30 Oct 2006 15:58:28 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id B293743D5A for ; Mon, 30 Oct 2006 15:58:27 +0000 (GMT) (envelope-from yuleopen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1286556wxd for ; Mon, 30 Oct 2006 07:58:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dw0RAKyw1G9XPe7q2oA/e0vDzhCckoq9SlgW7G3moLNpJvVM7QMb3cYNo6EJclpuEpjqWUqtQNILByfwYjLyztjGhn+WvMwiyKyuoUEYQ9WrZVasf/qMYwyBcttx1VKOWqnY1D2y++9LZAGk0Hk7GNE/dCCaUy+hw0Ypfz00xBk= Received: by 10.90.115.4 with SMTP id n4mr1051270agc; Mon, 30 Oct 2006 07:58:27 -0800 (PST) Received: by 10.65.251.9 with HTTP; Mon, 30 Oct 2006 07:58:26 -0800 (PST) Message-ID: <68bfdc900610300758r71fc65e7y41f702498387f0fd@mail.gmail.com> Date: Mon, 30 Oct 2006 23:58:26 +0800 From: "Sherry Zhang" To: freebsd-questions@freebsd.org In-Reply-To: <45461F73.8080909@unsane.co.uk> MIME-Version: 1.0 References: <68bfdc900610300633l326f6b46oc5bc63b975afd52f@mail.gmail.com> <45461F73.8080909@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:58:28 -0000 Vince thx for reply, I think it use cloop. and I know how to mount cloop in GNU/Linux just mount -t cloop will do . but how can I do it in freebsd? Sherry Zhang On 10/30/06, Vince wrote: > > 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" > >