I have a NTFS external drive that I was transfering a large file to. The transfer appeared to be hanging, so I pulled the USB connection. Is the file system smart enough to reclaim the disk space for future storage?

What about when I'm doing it from an external to an NTFS file system that the OS controls? Will the OS clean the disk space?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes, though disconnecting a drive while being actively written to will lead to corruption.

You should run a chkdsk on the drive before using it further.

Go to My Computer, right click the drive, select properties, tools, and Disk Check (in Windows).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.