From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAEA91381F3 for ; Mon, 17 Jun 2013 07:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873E8E09A7; Mon, 17 Jun 2013 07:25:51 +0000 (UTC) Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31798E0952 for ; Mon, 17 Jun 2013 07:25:49 +0000 (UTC) Received: by mail-bk0-f50.google.com with SMTP id ik8so1013677bkc.9 for ; Mon, 17 Jun 2013 00:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=xn+RSTAxOdmptXUwkelXpI8W36+r+S/UyMgjscWEhJc=; b=zTDu9ynkHcU21PLu4Es/jFnd2Etz/Ql1qs/f/HxzOI84ai14++nSqdOaSfArNy5/0t kuhvtiUO5k/doxYFGhKp3pjNzMFrJqrT4uMaIaXwnfmmwQGs7SkTOwrcv71urFimwlit G+qZEiqF/A5e1G6oCvgbZaUCR5OPV2CisnfUKMJQmYPTBI3HKFDoaiSaiXQKxWOh0zU7 Q+cgiyjZWZxAOa8sU4fsxU8T06Kf2ZZWe3fT5/aK6EQ7VRfSL2w6ZGwxuFwN8m6nMRal E0EPs4by3LvpDEfb9tVwcI5eTZtwOZS7qdTOfKF9WRKSS30DNOT+GHernV0htK2r2zpo YKBw== X-Received: by 10.204.71.77 with SMTP id g13mr1724880bkj.50.1371453948662; Mon, 17 Jun 2013 00:25:48 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.164.79 with HTTP; Mon, 17 Jun 2013 00:25:08 -0700 (PDT) In-Reply-To: <201306170821.50551.peter@humphrey.ukfsn.org> References: <51BEA427.5040308@binarywings.net> <201306170821.50551.peter@humphrey.ukfsn.org> From: Ciprian Dorin Craciun Date: Mon, 17 Jun 2013 10:25:08 +0300 Message-ID: Subject: Re: [gentoo-user] File system meta-data indexer / checker To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: d8f15142-14cb-4354-81c6-5c458d2af89c X-Archives-Hash: b8c2540ea33716e0ca63904a2967f96a On Mon, Jun 17, 2013 at 10:21 AM, Peter Humphrey wrote: > On Monday 17 Jun 2013 07:00:35 Ciprian Dorin Craciun wrote: >> On Mon, Jun 17, 2013 at 8:52 AM, Florian Philipp > wrote: >> > Do you mean something like `cp --attributes-only`? >> >> Nop, wouldn't do the job, because `cp --attributes-only` requires >> a target file system, ... > > > You could always cp to /dev/null. Sorry I don't follow... What does imply to "cp to /dev/null", and what would be the outcome of that?