From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 10:49:04 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B4661065672 for ; Sat, 22 Nov 2008 10:49:04 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8428FC14 for ; Sat, 22 Nov 2008 10:49:03 +0000 (UTC) (envelope-from dzentoo@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so570883yxb.13 for ; Sat, 22 Nov 2008 02:49:03 -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:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=YtvqzTILMaG/nSUt91jYveqggkrPG3j547Dvgz1BCy8=; b=YiIUqYuMR0Yq5AnehLyDVA6BU89PVH86YfogaBlKNm2O2AMFDFBX7J+CCR3WaHr/Eu Zi0JPJ8awAT0SNPwqmuY0xYV8fnqBJuEnu6nLhdft+IAJrkZvOgxAKXEFJZYZbSPekF2 UwjbI3V9cMZ0L+xNgkNhqhMg/8EPfohepVnDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=QP0WWsOPfloFtAgOjSLuqPWFlr2tYc4FObM3ZWdKSll4M9UibF4wGhc+mcCFu9gfOk WI6taei9IubXWdu81Aisl5EDDS8xIK52AqSV38UnNgurhYyhuczoyZMwC/wFYhzukW2a ByiGcwSKq6Eg0uX4TshlNtG8Pig8m2hpuhwzM= Received: by 10.150.124.2 with SMTP id w2mr2840240ybc.41.1227350943481; Sat, 22 Nov 2008 02:49:03 -0800 (PST) Received: by 10.151.106.2 with HTTP; Sat, 22 Nov 2008 02:49:03 -0800 (PST) Message-ID: <3481d8e60811220249q47462b14v84c69bc9a9a006b0@mail.gmail.com> Date: Sat, 22 Nov 2008 10:49:03 +0000 From: "Benoit Calvez" Sender: dzentoo@gmail.com To: freebsd-current@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 8ef51a83c4beb2d3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: zfs, installworld and chflags X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2008 10:49:04 -0000 just to point out a little problem if having your /usr onto a zfs pool : faith# zfs create save/test faith# zfs set mountpoint=/mnt/test save/test faith# cd /usr/src/ faith# make installworld DESTDIR=/mnt/test will produce a -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) install -o root -g wheel -m 444 dir-tmpl /mnt/test/usr/share/info/dir ===> lib (install) ===> lib/csu/amd64 (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /mnt/test/usr/lib ===> lib/libc (install) install -C -o root -g wheel -m 444 libc.a /mnt/test/usr/lib install -C -o root -g wheel -m 444 libc_p.a /mnt/test/usr/lib install -s -o root -g wheel -m 444 -fschg -S libc.so.7 /mnt/test/lib install: /mnt/test/lib/libc.so.7: chflags: Invalid argument thanks for all the work you've done, zfs is a great feature for freebsd and it simplify hard drive / partition management. -- Benoit Calvez.