From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 14:33:39 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 8D37716A407 for ; Mon, 30 Oct 2006 14:33:39 +0000 (UTC) (envelope-from yuleopen@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id F258643D5C for ; Mon, 30 Oct 2006 14:33:37 +0000 (GMT) (envelope-from yuleopen@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so211167wri for ; Mon, 30 Oct 2006 06:33:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=c3y31HpVY/F2ZymrDIeZfZlQ20I8EqrvmtLrGmEF6V1okrfKs95mYsnOWrjasqVz1RAiHrDqEMbC2TXQXI2DGV+Fl9XPBV8MH+imE5SCZIJ4736RP8yR7Wwp05U8/MkrFAgizQAWytNyw/G09xVIqYJz5jy/gPJi4tK1bB6VDRk= Received: by 10.64.241.3 with SMTP id o3mr4760238qbh; Mon, 30 Oct 2006 06:33:36 -0800 (PST) Received: by 10.65.251.9 with HTTP; Mon, 30 Oct 2006 06:33:36 -0800 (PST) Message-ID: <68bfdc900610300633l326f6b46oc5bc63b975afd52f@mail.gmail.com> Date: Mon, 30 Oct 2006 22:33:36 +0800 From: "Sherry Zhang" To: freebsd-questions@freebsd.org MIME-Version: 1.0 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: 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 14:33:39 -0000 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? Thank you Sherry Zhang