Tool to access ZFS/NFSv4 alternate data streams on FreeBSD?
Simon Toedt
simon.toedt at gmail.com
Tue Sep 9 15:53:21 UTC 2014
On Tue, Sep 9, 2014 at 6:47 AM, Jordan Hubbard <jkh at ixsystems.com> wrote:
> Yep. I was just describing the experience that OS X went through in implementing extattrs / legacy resource fork support. To recap it very briefly: Having NFSv4 support extattrs (or even named streams, if you want to go that far) is the comparatively easy part. It’s backing them up / copying them around that gets more involved, and if you can’t back up certain attributes then you’re not likely to get anyone to want to use them, at which point the whole “sharing” aspect kind of takes a back seat.
The native Solaris tools (tar/pax) and the AT&T AST - written by David
Korn himself and used widely within AT&T and customers (i.e. cloud)
support resource forks via O_XATTR. CERN also has a large set of
applications which rely on O_XATTR, so it seems this is not so
uncommon.
Simon
P.S: Solaris UFS and tmpfs support resource forks via O_XATTR and cd
-@ in bash4.3
More information about the freebsd-hackers
mailing list