From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 8E926BC6B for ; Tue, 8 Jan 2008 22:13:28 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAALJ1g0fRVca+kmdsb2JhbACQGwEBAQEHAgYpgRaRPIY1 X-IronPort-AV: E=Sophos;i="4.24,259,1196636400"; d="scan'208";a="21032855" Received: from rv-out-0910.google.com ([209.85.198.190]) by mail4-smtp-sop.national.inria.fr with ESMTP; 08 Jan 2008 22:13:27 +0100 Received: by rv-out-0910.google.com with SMTP id k20so6362466rvb.3 for ; Tue, 08 Jan 2008 13:13:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wme6RWG1SvSrCJ1dmOjf/wUqKfq5h/8ZA2IDnlGU5J8=; b=PJ48YoQysTfFGapD6Qg4Wph/D7HD66H+I5mWPY6lrnS/BnD+54tuyniSE0Xd8Ji483OfsNtFeTMKOii2MUv2WADxSPx2xgSUGH3zjeTq+Zz62U+4L2veD39kVqjRyuSKnVnuFT26N+RpJKradH4XD+NqbxXyr+rMzDzzRsipn2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q3HSlRauez2tEm/A4c75E393QnIe8u6wHQNXAnfp8zgCx4hn6Q/3/WoxBWjGUsjCsY/FL+8YXRuYM2hBO3c7gJveIyDt71Md869l6qjvGHh9q8C8eYKfDnI8uv7vNDsRqSp5pZr+DXV4Jlnegska3i2DqajGwC9uJfeYHJ4Ubw0= Received: by 10.141.99.4 with SMTP id b4mr720686rvm.275.1199826806416; Tue, 08 Jan 2008 13:13:26 -0800 (PST) Received: by 10.140.134.3 with HTTP; Tue, 8 Jan 2008 13:13:26 -0800 (PST) Message-ID: <666572260801081313x27755808t6761eacaea13ef55@mail.gmail.com> Date: Tue, 8 Jan 2008 22:13:26 +0100 From: Adrien To: "Mehdi Dogguy" Subject: Re : Re : [Caml-list] An ocaml livecd Cc: caml-list@yquem.inria.fr In-Reply-To: <20080108210134.GB25697@pps.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <666572260801080658o226cba0bs8696e3bf01e61e61@mail.gmail.com> <200801081517.34568.jon@ffconsultancy.com> <4d1b2df20801080829j8c2fecg5b2b06be665805c1@mail.gmail.com> <4d1b2df20801080830o592d9344t91f830ac2af71a97@mail.gmail.com> <666572260801081235s7129e1dao7702a723b4c8f709@mail.gmail.com> <20080108210134.GB25697@pps.jussieu.fr> X-Spam: no; 0.00; ocaml:01 read-only:01 redesigned:01 wikipedia:01 wiki:01 read-only:01 caml-list:01 writable:03 usb:94 nader:05 filesystem:06 filesystem:06 i'm:09 scratch:10 doesn't:12 2008/1/8, Mehdi Dogguy : > Do you use SquashFS on your LiveCD ? > It's usually the case on LiveCDs ... but squashfs is a compressed > read-only filesystem and I think we don't want to have such a fs on > our usb key. It's SquashFS with LZMA compression plus AUFS (UnionFS redesigned from scratch). http://en.wikipedia.org/wiki/UnionFS The read-only filesystems are in fact .lzm files which are mounted as loop-device. As a matter of fact the filesystem where they really reside doesn't matter much. I won't give you further information though because, as I'm not fond of the idea of making a ro filesystem writable, I've not spent much time on the topic and therefore can't be sure to properly answer. --- Adrien Nader