Fix for Cannot copy file. The Parameter Is Incorrect Error
If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!
I am trying to copy big file from server hard disk to external USB hard disk and instantly i am getting the following error
Cannot copy file. The Parameter Is Incorrect Error
I tried an xcopy in dos with the same result.I have also tried to copy the same file in my server hard disk with different location and that worked too! So it was something to do with copying to the USB Hard drive.
Finally the penny dropped that my new external HDD was formatted as FAT32 and hence had a maximum file size of 4Gb.A quick reformat my USB hard disk with NTFS and I got my backups squirted across onto the external disk with no trouble.
So you need to make sure your drives are formated with FAT32 it will allow maximum file size of 4Gb so you need to make sure you have formated your external disk with NTFS.
Related Articles
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.






















Brilliant, solved my problems straight away, cant belive i didnt think of it, ah well time to go see how the drives are doing formatting away…
thanks again