VOGONS


First post, by feipoa

User metadata
Rank l33t++
Rank
l33t++

I am using an NEC USB 2.0 PCI card in a Tualatin system with Windows 2000 SP4 installed. I have an FAT32 formatted 8 GB USB stick. When I try to transfer files over to the USB stick, I get slapped with an error:

The file 'filename' contains more than one data stream, but the destination volume does not support this feature. Some data wil […]
Show full quote

The file 'filename' contains more than one data stream, but the destination volume does not support this feature. Some data will not be preserved as a result.

Information that will not be preserved includes:

:Zone.Identifier:$DATA

Do you want to proceed anyway?
YES or NO

What does this mean? Exactly what data is lost? I do not receive this error when using XP Pro on the same computer.

W2K_USB2_Multiple_Data_Streams.jpg
Filename
W2K_USB2_Multiple_Data_Streams.jpg
File size
251.72 KiB
Views
507 views
File license
Fair use/fair dealing exception

Plan your life wisely, you'll be dead before you know it.

Reply 1 of 7, by Disruptor

User metadata
Rank Oldbie
Rank
Oldbie

This is a software issue.
It seems you're copying files from NTFS to a FAT filesystem.

NTFS files may contain additional files in alternative data streams.

https://msdn.microsoft.com/en-us/library/dn392609.aspx

https://en.wikipedia.org/wiki/NTFS#Alte ... eams_(ADS)
https://de.wikipedia.org/wiki/Alternativer_Datenstrom

It seems you copy files that were downloaded from the internet to a local NTFS filesystem to a FAT filesystem.
This alternative data stream contains information that a file may be opened or executed directly from the HDD without presenting the initial security warning again. There is no problem to skip this information when copying that file(s), because you do not need this particular data stream.

Reply 2 of 7, by feipoa

User metadata
Rank l33t++
Rank
l33t++

I figured it was something like that. But the issue doesn't occur with Win XP. Is there a way to patch W2K to act like XP inasmuch as file copying to USB sticks is concerned?

Plan your life wisely, you'll be dead before you know it.

Reply 7 of 7, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Another option is to use robocopy. Not sure if the downloadable ver has the feature but the one included in Windows 10 allows you to exclude streams.
Think you would at least have to modify the PE header to get the Vista+ versions to run though.

Sysinternals streams.exe can delete ADS from files.

https://wiert.me/2011/11/25/windows-killing-t … -warning-popup/

or mabye just using NTFS on the USB stick would be the best option

How To Ask Questions The Smart Way
Make your games work offline