Can't copy big files

Associate
Joined
31 Oct 2007
Posts
514
Location
Luxembourg
Hi, I have some large files ( mostly 2-8gig) and I wanted to put them on my external harddrive, but my harddrive gives me the error of "Not enough free space on this drive, disk cleanup bla bla)

I still have 50 gig free on that harddrive, so its annoying that I cant copy it. I can copy 5 files of 2.5 gig, which is no problem, but a 7 gig file refuses to copy because of the disk error.

Any ideas?
 
convert it to ntfs

unless you need to run this under an ancient OS that should fix your problem.

just bring up a command box and type

CONVERT d: /FS:NTFS /V

this is assuming your external drive has letter d
 
Back
Top Bottom