All of lore.kernel.org
 help / color / mirror / Atom feed
* Accessing alternate data streams on NFSv4 server?
@ 2014-09-03  9:14 Cedric Blancher
  2014-09-03 12:22 ` Trond Myklebust
  2014-09-03 13:31 ` Emmanuel Florac
  0 siblings, 2 replies; 5+ messages in thread
From: Cedric Blancher @ 2014-09-03  9:14 UTC (permalink / raw)
  To: Linux NFS Mailing List

is there any utility which can be used to access alternate data
streams (which can be accessed on Solaris via O_XATTR or newer
bash/ksh versions via cd -@) on Linux?

Ced
-- 
Cedric Blancher <cedric.blancher@gmail.com>
Institute Pasteur

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing alternate data streams on NFSv4 server?
  2014-09-03  9:14 Accessing alternate data streams on NFSv4 server? Cedric Blancher
@ 2014-09-03 12:22 ` Trond Myklebust
  2014-09-03 12:43   ` Cedric Blancher
  2014-09-03 13:31 ` Emmanuel Florac
  1 sibling, 1 reply; 5+ messages in thread
From: Trond Myklebust @ 2014-09-03 12:22 UTC (permalink / raw)
  To: Cedric Blancher; +Cc: Linux NFS Mailing List

On Wed, Sep 3, 2014 at 5:14 AM, Cedric Blancher
<cedric.blancher@gmail.com> wrote:
> is there any utility which can be used to access alternate data
> streams (which can be accessed on Solaris via O_XATTR or newer
> bash/ksh versions via cd -@) on Linux?
>
> Ced

No.

> --
> Cedric Blancher <cedric.blancher@gmail.com>
> Institute Pasteur
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Trond Myklebust

Linux NFS client maintainer, PrimaryData

trond.myklebust@primarydata.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing alternate data streams on NFSv4 server?
  2014-09-03 12:22 ` Trond Myklebust
@ 2014-09-03 12:43   ` Cedric Blancher
  2014-09-03 12:57     ` Trond Myklebust
  0 siblings, 1 reply; 5+ messages in thread
From: Cedric Blancher @ 2014-09-03 12:43 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Linux NFS Mailing List

On 3 September 2014 14:22, Trond Myklebust
<trond.myklebust@primarydata.com> wrote:
> On Wed, Sep 3, 2014 at 5:14 AM, Cedric Blancher
> <cedric.blancher@gmail.com> wrote:
>> is there any utility which can be used to access alternate data
>> streams (which can be accessed on Solaris via O_XATTR or newer
>> bash/ksh versions via cd -@) on Linux?
>>
>> Ced
>
> No.

What can we do to access such data - except porting all stuff to
Windows or stick with Solaris/AIX?

Ced
-- 
Cedric Blancher <cedric.blancher@gmail.com>
Institute Pasteur

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing alternate data streams on NFSv4 server?
  2014-09-03 12:43   ` Cedric Blancher
@ 2014-09-03 12:57     ` Trond Myklebust
  0 siblings, 0 replies; 5+ messages in thread
From: Trond Myklebust @ 2014-09-03 12:57 UTC (permalink / raw)
  To: Cedric Blancher; +Cc: Linux NFS Mailing List

On Wed, Sep 3, 2014 at 8:43 AM, Cedric Blancher
<cedric.blancher@gmail.com> wrote:
> On 3 September 2014 14:22, Trond Myklebust
> <trond.myklebust@primarydata.com> wrote:
>> On Wed, Sep 3, 2014 at 5:14 AM, Cedric Blancher
>> <cedric.blancher@gmail.com> wrote:
>>> is there any utility which can be used to access alternate data
>>> streams (which can be accessed on Solaris via O_XATTR or newer
>>> bash/ksh versions via cd -@) on Linux?
>>>
>>> Ced
>>
>> No.
>
> What can we do to access such data - except porting all stuff to
> Windows or stick with Solaris/AIX?

You have asked this question before. There is nothing new to add to
the previous mailing threads.

There is no support for Solaris style subfiles on any Linux
filesystem, including NFS. I'm not aware of anyone having any plans to
add such support after Reiser4 died. There is no indication that POSIX
is anywhere near ready to accept O_XATTR or any other interfaces to
support subfiles.

-- 
Trond Myklebust

Linux NFS client maintainer, PrimaryData

trond.myklebust@primarydata.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accessing alternate data streams on NFSv4 server?
  2014-09-03  9:14 Accessing alternate data streams on NFSv4 server? Cedric Blancher
  2014-09-03 12:22 ` Trond Myklebust
@ 2014-09-03 13:31 ` Emmanuel Florac
  1 sibling, 0 replies; 5+ messages in thread
From: Emmanuel Florac @ 2014-09-03 13:31 UTC (permalink / raw)
  To: Cedric Blancher; +Cc: Linux NFS Mailing List

Le Wed, 3 Sep 2014 11:14:13 +0200
Cedric Blancher <cedric.blancher@gmail.com> écrivait:

> is there any utility which can be used to access alternate data
> streams (which can be accessed on Solaris via O_XATTR or newer
> bash/ksh versions via cd -@) on Linux?
> 

Extended attributes work fine on various Linux filesystems, and are
accessible through samba and NFS. However AFAIK only Solaris supports
full alternate data streams (bigger than 64K). BTW from a quick google
search it looks like you're about the only one in the world using this
very idiosyncratic feature ;) -- all other references to this problem
comes from you on FreeBSD lists :)

I guess it would be too much work to implement in either Linux or
FreeBSD as the VFS doesn't really provide anything to support that
properly.

So your best bet is to check with preferably SmartOS, or
eventually OmniOS/IllumOS (all of them OpenSolaris forks);

or to write a samba module as a horrid hack to emulate the API and
store the big XATTRs into alternate files /alla/ .AppleDouble
(.SolarisDouble anyone?). I know, I know; it's ugly as sin but it seems
actually quite doable, if not actually easy.

-- 
------------------------------------------------------------------------
Emmanuel Florac     |   Direction technique
                    |   Intellique
                    |	<eflorac@intellique.com>
                    |   +33 1 78 94 84 02
------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-03 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  9:14 Accessing alternate data streams on NFSv4 server? Cedric Blancher
2014-09-03 12:22 ` Trond Myklebust
2014-09-03 12:43   ` Cedric Blancher
2014-09-03 12:57     ` Trond Myklebust
2014-09-03 13:31 ` Emmanuel Florac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.