I wanted to copy a large number of files from a ntfs disk attached via usb, to my external hfs drive. When I opened a cmd window do use xcopy, the xcopy failed.
Doing a similar thing with windows explorer works, but it is cumbersome, as it is really slow.
Z:\volumes\bdf\dc>dir test
Volume in drive Z is Shared Folders
Volume Serial Number is 0000-0000
Directory of Z:\volumes\bdf\dc\test
02/13/2008 03:08 PM <DIR> .
02/13/2008 03:08 PM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 179,555,008,512 bytes free
Z:\volumes\bdf\dc>xcopy x:\dc\*.* /s/e/d/c
File creation error - A device attached to the system is not functioning.
Unable to create directory - Z:\volumes\bdf\dc\test
0 File(s) copied
Z:\volumes\bdf\dc>xcopy x:\dc\*.* /s/e/d/c
File creation error - A device attached to the system is not functioning.
Unable to create directory - Z:\volumes\bdf\dc\test
0 File(s) copied
Z:\volumes\bdf\dc>
Doing a similar thing with windows explorer works, but it is cumbersome, as it is really slow.
Z:\volumes\bdf\dc>dir test
Volume in drive Z is Shared Folders
Volume Serial Number is 0000-0000
Directory of Z:\volumes\bdf\dc\test
02/13/2008 03:08 PM <DIR> .
02/13/2008 03:08 PM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 179,555,008,512 bytes free
Z:\volumes\bdf\dc>xcopy x:\dc\*.* /s/e/d/c
File creation error - A device attached to the system is not functioning.
Unable to create directory - Z:\volumes\bdf\dc\test
0 File(s) copied
Z:\volumes\bdf\dc>xcopy x:\dc\*.* /s/e/d/c
File creation error - A device attached to the system is not functioning.
Unable to create directory - Z:\volumes\bdf\dc\test
0 File(s) copied
Z:\volumes\bdf\dc>