3
1
I have 2 HDDs, One 2TB empty and two 1TB full. I just want to copy everything from the 2 HDDs to the bigger one.
I tried using the "normal" windows copy but windows refused to copy some files due to the large file path?!
In the end only some data were transferred! I am looking for a robust solution to do the job. Really, is there any way to do this without disk images?
Did you try using command line? – Ashtray – 2014-02-28T13:19:40.780
what command exactly? – Luka – 2014-02-28T13:19:59.283
This is the limitation I talk about http://stackoverflow.com/questions/265769/maximum-filename-length-in-ntfs-windows-xp-and-windows-vista
– Luka – 2014-02-28T13:20:33.3171
I would recommend the command line utility "robocopy" (robust file copy, see http://technet.microsoft.com/library/cc733145). Are you using different filesystems?
– nappo – 2014-02-28T13:35:27.993No, I use NTFS. Thanks for the tool, I will check it out – Luka – 2014-02-28T13:45:15.833
I robocopy what does the option /J do? – Luka – 2014-02-28T13:58:07.377