To put it in words I guess, my E-HDD is plugged in through USB and will currently not take large single files that are about more than about 5gigs. Now when testing a file copy from my C: drive to my I: (E-HDD) drive as shown in those pictures there with a folder file with several files lets say around 200mb each and total leading up to 7-8gigs will copy over fine. This is a fairly new and unknown problem to me and I really don't know how else to explain it.
Any help at all to fix this conundrum would be really nice.
You need to reformate drive to non FAT32... You cannot create a file larger than (2^32)-1 bytes (this is one byte less than 4 GB)
http://support.microsoft.com/kb/314463 not because of USB it's from format.... go with NTFS
Wheelthrown is correct. Most externel hard drives are pre-formatted FAT32 to allow for read/write access to all operating systems (MacOS, Linux & Windows). However, one limiting factor to FAT32 is the 4GB file size limit. So, you'll definitely have to reformat the drive NTFS. This is not a problem, unless you intend to use it in a muti-OS environment, such as MacOS.
Of course, be sure to have a backup of all the data on the drive before reformatting it. The process will erase everything on the drive.
You do not have to reformat the drive to make it NTFS.
1. Backup all files (or at least your important files) to another drive in case this operation goes south.
2. Restart the machine so that you have a fresh reboot and no programs will be using the external drive.
3. Open a command prompt (Start->Run-> type "cmd" ).
4. Type the following:
convert i: /fs:ntfs
Note that there is a space between the word "convert" and the drive letter "i", and a space between the colon and the forward slash.
This will convert the external drive to NTFS without losing data.
------------------------------- SomeJoe7777
"Did he dazzle you with his extensive knowledge of mineral water? Or was it his in-depth analysis of, uh, uh, Marky Mark that finally reeled you in?" - Troy Dyer (Ethan Hawke), Reality Bites, 1994
Reply to SomeJoe7777
Thank you all for the help, sadly I did it the hard way and re-copied everything over to a different drive then reformatted it as NTFS before being able to try what SomeJoe recommended. But everything is all well and working now, and I'm able to copy large single files over now. I do know that the FAT32 is a obsolete file system when comparing it to the NTFS but I really had no ideal it came pre-formatted on most E-HDD. Once again thanks for the help.
Message edited by N4DC1 on 09-02-2008 at 07:36:59 PM
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.