Can't copy *some* files with alternate data streams from Windows to Samba 4.7.6Copy from linux to windows every minuteNetworking with Linux and Windows 7 using SambaUnable to access SAMBA Share From WindowsHow can I access samba from windows 8?Samba shares are read-only from both Windows and LinuxSamba share performance differs from Windows/LinuxSamba works but can't connect through Windows 10Active Directory Windows share folder from Debian sambaSamba share on Debian: Can see files from windows but can't write to themWhy can't I write to this Samba share from Windows?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

How can I fix this gap between bookcases I made?

N.B. ligature in Latex

Can you lasso down a wizard who is using the Levitate spell?

What defenses are there against being summoned by the Gate spell?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

Patience, young "Padovan"

What would happen to a modern skyscraper if it rains micro blackholes?

Draw simple lines in Inkscape

Copycat chess is back

If Manufacturer spice model and Datasheet give different values which should I use?

Motorized valve interfering with button?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

What are these boxed doors outside store fronts in New York?

How do you conduct xenoanthropology after first contact?

Are tax years 2016 & 2017 back taxes deductible for tax year 2018?

Can a German sentence have two subjects?

declaring a variable twice in IIFE

Why has Russell's definition of numbers using equivalence classes been finally abandoned? ( If it has actually been abandoned).

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

LED on same Pin as Toggle Switch, not illuminating



Can't copy *some* files with alternate data streams from Windows to Samba 4.7.6


Copy from linux to windows every minuteNetworking with Linux and Windows 7 using SambaUnable to access SAMBA Share From WindowsHow can I access samba from windows 8?Samba shares are read-only from both Windows and LinuxSamba share performance differs from Windows/LinuxSamba works but can't connect through Windows 10Active Directory Windows share folder from Debian sambaSamba share on Debian: Can see files from windows but can't write to themWhy can't I write to this Samba share from Windows?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















My DIY Ubuntu 18.04LTS NAS is running Samba 4.7.6.



I'm facing the following issue: I can't copy some files that have NTFS alternate data streams from Windows (10, latest version 1809 release build) to a Samba share, while this works fine for other files with ADS:



PS C:/tmp/withads> ls


Directory: C:tmpwithads

Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 2015-03-12 19:33 700 nok.url
-a---- 2009-10-13 07:34 216 ok.url

PS C:/tmp/withads> get-item ok.url -stream *

PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url::$DATA
PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
PSChildName : ok.url::$DATA
PSDrive : C
PSProvider : Microsoft.PowerShell.CoreFileSystem
PSIsContainer : False
FileName : C:tmpwithadsok.url
Stream : :$DATA
Length : 216

PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url:favicon
PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
PSChildName : ok.url:favicon
PSDrive : C
PSProvider : Microsoft.PowerShell.CoreFileSystem
PSIsContainer : False
FileName : C:tmpwithadsok.url
Stream : favicon
Length : 894


PS C:/tmp/withads> copy ok.url //pnjnas/public
PS C:/tmp/withads> get-item nok.url -stream *

PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url::$DATA
PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
PSChildName : nok.url::$DATA
PSDrive : C
PSProvider : Microsoft.PowerShell.CoreFileSystem
PSIsContainer : False
FileName : C:tmpwithadsnok.url
Stream : :$DATA
Length : 700

PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url:favicon
PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
PSChildName : nok.url:favicon
PSDrive : C
PSProvider : Microsoft.PowerShell.CoreFileSystem
PSIsContainer : False
FileName : C:tmpwithadsnok.url
Stream : favicon
Length : 17542


PS C:/tmp/withads> copy nok.url //pnjnas/public
copy : There is not enough space on the disk : '\pnjnaspublicnok.url'
At line:1 char:1
+ copy nok.url //pnjnas/public
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Copy-Item], IOException
+ FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand


Any clue?



If that would be related to xattr support / ext4 limitations, wouldn't that affect all files?










share|improve this question






























    0















    My DIY Ubuntu 18.04LTS NAS is running Samba 4.7.6.



    I'm facing the following issue: I can't copy some files that have NTFS alternate data streams from Windows (10, latest version 1809 release build) to a Samba share, while this works fine for other files with ADS:



    PS C:/tmp/withads> ls


    Directory: C:tmpwithads

    Mode LastWriteTime Length Name
    ---- ------------- ------ ----
    -a---- 2015-03-12 19:33 700 nok.url
    -a---- 2009-10-13 07:34 216 ok.url

    PS C:/tmp/withads> get-item ok.url -stream *

    PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url::$DATA
    PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
    PSChildName : ok.url::$DATA
    PSDrive : C
    PSProvider : Microsoft.PowerShell.CoreFileSystem
    PSIsContainer : False
    FileName : C:tmpwithadsok.url
    Stream : :$DATA
    Length : 216

    PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url:favicon
    PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
    PSChildName : ok.url:favicon
    PSDrive : C
    PSProvider : Microsoft.PowerShell.CoreFileSystem
    PSIsContainer : False
    FileName : C:tmpwithadsok.url
    Stream : favicon
    Length : 894


    PS C:/tmp/withads> copy ok.url //pnjnas/public
    PS C:/tmp/withads> get-item nok.url -stream *

    PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url::$DATA
    PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
    PSChildName : nok.url::$DATA
    PSDrive : C
    PSProvider : Microsoft.PowerShell.CoreFileSystem
    PSIsContainer : False
    FileName : C:tmpwithadsnok.url
    Stream : :$DATA
    Length : 700

    PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url:favicon
    PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
    PSChildName : nok.url:favicon
    PSDrive : C
    PSProvider : Microsoft.PowerShell.CoreFileSystem
    PSIsContainer : False
    FileName : C:tmpwithadsnok.url
    Stream : favicon
    Length : 17542


    PS C:/tmp/withads> copy nok.url //pnjnas/public
    copy : There is not enough space on the disk : '\pnjnaspublicnok.url'
    At line:1 char:1
    + copy nok.url //pnjnas/public
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Copy-Item], IOException
    + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand


    Any clue?



    If that would be related to xattr support / ext4 limitations, wouldn't that affect all files?










    share|improve this question


























      0












      0








      0








      My DIY Ubuntu 18.04LTS NAS is running Samba 4.7.6.



      I'm facing the following issue: I can't copy some files that have NTFS alternate data streams from Windows (10, latest version 1809 release build) to a Samba share, while this works fine for other files with ADS:



      PS C:/tmp/withads> ls


      Directory: C:tmpwithads

      Mode LastWriteTime Length Name
      ---- ------------- ------ ----
      -a---- 2015-03-12 19:33 700 nok.url
      -a---- 2009-10-13 07:34 216 ok.url

      PS C:/tmp/withads> get-item ok.url -stream *

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url::$DATA
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : ok.url::$DATA
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsok.url
      Stream : :$DATA
      Length : 216

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url:favicon
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : ok.url:favicon
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsok.url
      Stream : favicon
      Length : 894


      PS C:/tmp/withads> copy ok.url //pnjnas/public
      PS C:/tmp/withads> get-item nok.url -stream *

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url::$DATA
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : nok.url::$DATA
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsnok.url
      Stream : :$DATA
      Length : 700

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url:favicon
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : nok.url:favicon
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsnok.url
      Stream : favicon
      Length : 17542


      PS C:/tmp/withads> copy nok.url //pnjnas/public
      copy : There is not enough space on the disk : '\pnjnaspublicnok.url'
      At line:1 char:1
      + copy nok.url //pnjnas/public
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo : NotSpecified: (:) [Copy-Item], IOException
      + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand


      Any clue?



      If that would be related to xattr support / ext4 limitations, wouldn't that affect all files?










      share|improve this question
















      My DIY Ubuntu 18.04LTS NAS is running Samba 4.7.6.



      I'm facing the following issue: I can't copy some files that have NTFS alternate data streams from Windows (10, latest version 1809 release build) to a Samba share, while this works fine for other files with ADS:



      PS C:/tmp/withads> ls


      Directory: C:tmpwithads

      Mode LastWriteTime Length Name
      ---- ------------- ------ ----
      -a---- 2015-03-12 19:33 700 nok.url
      -a---- 2009-10-13 07:34 216 ok.url

      PS C:/tmp/withads> get-item ok.url -stream *

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url::$DATA
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : ok.url::$DATA
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsok.url
      Stream : :$DATA
      Length : 216

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsok.url:favicon
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : ok.url:favicon
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsok.url
      Stream : favicon
      Length : 894


      PS C:/tmp/withads> copy ok.url //pnjnas/public
      PS C:/tmp/withads> get-item nok.url -stream *

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url::$DATA
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : nok.url::$DATA
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsnok.url
      Stream : :$DATA
      Length : 700

      PSPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithadsnok.url:favicon
      PSParentPath : Microsoft.PowerShell.CoreFileSystem::C:tmpwithads
      PSChildName : nok.url:favicon
      PSDrive : C
      PSProvider : Microsoft.PowerShell.CoreFileSystem
      PSIsContainer : False
      FileName : C:tmpwithadsnok.url
      Stream : favicon
      Length : 17542


      PS C:/tmp/withads> copy nok.url //pnjnas/public
      copy : There is not enough space on the disk : '\pnjnaspublicnok.url'
      At line:1 char:1
      + copy nok.url //pnjnas/public
      + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo : NotSpecified: (:) [Copy-Item], IOException
      + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand


      Any clue?



      If that would be related to xattr support / ext4 limitations, wouldn't that affect all files?







      windows samba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      sba923

















      asked Apr 5 at 4:54









      sba923sba923

      62




      62




















          1 Answer
          1






          active

          oldest

          votes


















          1














          If this is really true, that's your issue:




          copy nok.url //pnjnas/public
          copy : There is not enough space on the disk : '\pnjnaspublicnok.url'






          share|improve this answer

























          • Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

            – sba923
            2 days ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510629%2fcant-copy-some-files-with-alternate-data-streams-from-windows-to-samba-4-7-6%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          If this is really true, that's your issue:




          copy nok.url //pnjnas/public
          copy : There is not enough space on the disk : '\pnjnaspublicnok.url'






          share|improve this answer

























          • Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

            – sba923
            2 days ago















          1














          If this is really true, that's your issue:




          copy nok.url //pnjnas/public
          copy : There is not enough space on the disk : '\pnjnaspublicnok.url'






          share|improve this answer

























          • Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

            – sba923
            2 days ago













          1












          1








          1







          If this is really true, that's your issue:




          copy nok.url //pnjnas/public
          copy : There is not enough space on the disk : '\pnjnaspublicnok.url'






          share|improve this answer















          If this is really true, that's your issue:




          copy nok.url //pnjnas/public
          copy : There is not enough space on the disk : '\pnjnaspublicnok.url'







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 days ago









          roaima

          46k758124




          46k758124










          answered 2 days ago









          Igor SmitranIgor Smitran

          391




          391












          • Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

            – sba923
            2 days ago

















          • Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

            – sba923
            2 days ago
















          Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

          – sba923
          2 days ago





          Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.

          – sba923
          2 days ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510629%2fcant-copy-some-files-with-alternate-data-streams-from-windows-to-samba-4-7-6%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.