From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 5 21:42:20 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9377AE6 for ; Fri, 5 Sep 2014 21:42:20 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB9A1257 for ; Fri, 5 Sep 2014 21:42:20 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id z10so2915137pdj.34 for ; Fri, 05 Sep 2014 14:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=B2yk4sdu9xBonwvPZuvMBqrd2ZT64c5nQxVY1eH5AjY=; b=gp1kflQBl53iLvQf3omtUzossLYyz+Pg4rQ9X+kNe9ObhrUwHwyOub0KqMbAUh5gpS QoA7BkzzTz8R2R5eX7onWQsG3+ZI5ge4e26sbqdoqwMlQ/LHm1kcaOS9ZnBM1vIktFz0 HZ3f7S+p4thhVOCfZ6tBqxjUr7bQTgP12tsyzEaCdQzkEcQEwSJEEOaYlJfD4e13xIVn FLzZ65DwOL38ICX508C83czXZxSexc8N8QzX4k7p15kdDnDwfzdURajdOqU9ac/IH/M6 k3dCwFTrZRT2sMiJuMx9NwNCyQOEigAEEkFAB0i0HeL+T/dYnGZd+Sjmx6Hrn5ePsbTE bSCA== MIME-Version: 1.0 X-Received: by 10.66.155.2 with SMTP id vs2mr25539785pab.60.1409953339976; Fri, 05 Sep 2014 14:42:19 -0700 (PDT) Received: by 10.70.93.169 with HTTP; Fri, 5 Sep 2014 14:42:19 -0700 (PDT) In-Reply-To: <5409F23B.2070806@gentoo.org> References: <5409D85C.6040803@rlwinm.de> <5409F23B.2070806@gentoo.org> Date: Fri, 5 Sep 2014 23:42:19 +0200 Message-ID: Subject: Re: Tool to access ZFS/NFSv4 alternate data streams on FreeBSD? From: Lionel Cons To: Richard Yao Content-Type: text/plain; charset=UTF-8 Cc: Freebsd hackers list , Jan Bramkamp X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 21:42:20 -0000 On 5 September 2014 19:26, Richard Yao wrote: > On 09/05/2014 11:35 AM, Jan Bramkamp wrote: >> On 05.09.2014 16:25, Lionel Cons wrote:> Is there any tool which can be >> used to access ZFS and NFSv4 alternate >>> data streams on FreeBSD? >> >> Are you looking for lsextattr(8) and getextattr(8)? >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >> > > Do you mean Solaris extended attributes? Those tend to be called > resource forks on other platforms. Unifying extended attributes and > resource forks was clever. > Yes, they are also called resource forks, or alternate data streams. The attribute files which can be accessed via O_XATTR or cd -@ file/dir on newer ksh/ksh93/bash revisions. Lionel