Beiträge von StunningRobot

    Thanks to all for helping!
    In fact, it works, this is how to do:
    The Alternate Data Streams support must be configured on a per share base, not as an general option.
    This means, the options have to go into the OMV->SMB/CIFS->Shares->Extra Options
    There, you have to possibilities:
    a) Streams depot
    Allows to have ADS of any size. The ADS will be stored in a separate directory. I recommend to point this directory somewhere to your data disks, not to the system disk. The settings would be:

    Code
    vfs objects = acl_xattr streams_depot
    streams_depot:directory = /media/xxx/samba/.streams_depot

    (this is an example directory path)


    b) XATTR
    There the ADS will be stored as extended attributes, i.e. they are limited in size (I am unsure about the max. size, somewhere I read about 64 kB), Configuration (Again put it into Extra options of the Share definition):

    Code
    vfs objects = acl_xattr streams_xattr


    -> I haven't tested this version, it could be that this doesn't work - see the comment of ryecoaaron who mentioned a kernel oplock problem



    NB: The acl_xattr is optional, if set, you get extended ACL-Support, to be honest, I am not 100 % sure if this is really necessary

    Thanks for the suggestions! Yes, I tried it with the following settings (I typed this in the Extra options of the smb-Configuration):

    Code
    vfs objects = acl_xattr streams_depot
    streams_depot:directory = /home/samba/.streams_depot


    No success ... further, I elevated the log-level in the /etc/samba/smb.conf to Level 2, but I got no relevant entries to this problem.


    Do you have any further suggestions how to solve this? Thanks!

    Hello
    First: Thanks to all for this great software!
    We wanted to take it productive as an replacement for our current servers, but I found out that NTFS-Alternative Data Streams are not supported.
    I tried different extra options like

    Code
    vfs objects = acl_xattr streams_depot
    streams_depot:directory = /home/samba/.streams_depot


    or (to get extended ACL-Support as well)
    vfs objects = acl_xattr streams_xattr
    but none of them worked - then I found out that the current smbd ist on version 3, because of the debian-release.
    I am aware that OMV will be migrated to a newer debian with smb 4 support, but for us at the moment the missing support for ADS is a show-stopper.
    Does anybody knows a (temporary) solution until the new OMV is available?
    Thanks a lot!