Displaying 1 result from an estimated 1 matches for "dfvddfv".
2014 Sep 11
1
Alternative data stream on volume cannot be created
...e is an
existing file name..
The command succeeds.
2. Folder data stream can be created .
echo "sdfds" > \\Server\Share\fold\:MetaInfo
Where fold is an existing directory name.
It succeeds as well.
3. Volume data stream cannot be created.
echo "dfvddfv" > \\Server\Share\:MetaInfo
It fails with an error message: The system cannot find the file
specified.
I tested on a network folder shared by windows machine, the volume
data stream can be created.
Is this the limitation of Linux Samba share?
Could anybody help me with...