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;
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
add a comment |
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
add a comment |
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
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
windows samba
edited 2 days ago
sba923
asked Apr 5 at 4:54
sba923sba923
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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'
Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.
– sba923
2 days ago
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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'
Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.
– sba923
2 days ago
add a comment |
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'
Of course not... but I forgot to mention that... there are 50GB+ free on that filesystem.
– sba923
2 days ago
add a comment |
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'
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'
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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