From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 5 15:36:08 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C01B2355 for ; Fri, 5 Sep 2014 15:36:08 +0000 (UTC) Received: from smtp.rlwinm.de (smtp.rlwinm.de [IPv6:2a01:4f8:201:31ef::e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 830E215AC for ; Fri, 5 Sep 2014 15:36:08 +0000 (UTC) Received: from hexe.rlwinm.de (p50834F64.dip0.t-ipconnect.de [80.131.79.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.rlwinm.de (Postfix) with ESMTPSA id 4CD843448 for ; Fri, 5 Sep 2014 17:35:57 +0200 (CEST) Message-ID: <5409D85C.6040803@rlwinm.de> Date: Fri, 05 Sep 2014 17:35:56 +0200 From: Jan Bramkamp User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: Tool to access ZFS/NFSv4 alternate data streams on FreeBSD? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 15:36:08 -0000 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)?