File to big to transfer to external HDD??

Are both of the drives in the same format ???

both of the drives would need to be NTFS format to support the transfer of a file that big
 
Are both of the drives in the same format ???

both of the drives would need to be NTFS format to support the transfer of a file that big

Hmm. One is my normal HDD and one is my external HDD. It worked for me with 6GB files, does 2GB really make a huge difference?

EDIT: External HDD is FAT32 :@
 
Yes it will make a huge difference as I dont think that drives will accept files over 7gig
if its not NTFS format. Thats why I asked if they are both NTFS.

If not then that is your problem, you can convert the drives to NTFS without loosing any
information on there.
 
Then as I said in my original post you will need to convert your external drive to NTFS format.

If there is not much on the drive the you would be better transfering everything to your main
drive and formatting the drive in NTFS forma, as follows.

open command promp:
1. diskpart
2. list disk (find the disk number for the removable media (BE VERY CAREFUL!))
3. select disk #
4. clean
5. create partition primary
6. select partition 1
7. active
8. format fs=ntfs quick (quick is optional)
9. assign
10. exit
11. exit
 
Then as I said in my original post you will need to convert your external drive to NTFS format.

If there is not much on the drive the you would be better transfering everything to your main
drive and formatting the drive in NTFS forma, as follows.

open command promp:
1. diskpart
2. list disk (find the disk number for the removable media (BE VERY CAREFUL!))
3. select disk #
4. clean
5. create partition primary
6. select partition 1
7. active
8. format fs=ntfs quick (quick is optional)
9. assign
10. exit
11. exit

There is like 20++ GB worth of ****. i'll just put on my HDD and format :)

Thanks all. Loving the forum :)) Always got help when needed.
 
Back
Top Bottom