Writing to external drive runs out of space prematurely

0

I have a USB 2.0, 500 GB HDD. I am writing a bunch of data to it, that I previously recovered from the drive.

I have formatted the drive in exFAT, since the drive will be used with Windows and OSX.

At first, I tried using Windows explorer to move the files over to the drive (about 160 GiB worth) but after copying about 30% of the data (according to TeraCopy), Windows Explorer reported the drive as out of space, and that it was completely full.

WinDirStat only showed the size of data that had been copied over... Where did this extra space go? Why is there a 300+ GiB discrepancy between the usage reported by the files and what Explorer sees?

steve

Posted 2013-06-28T19:53:13.643

Reputation: 1

1I believe that I solved this, but I wanted to post for posterity: I had changed the allocation size to 4096 kilobytes when formatting the disk. I believe the default for a 500 GB is 128 kB. – steve – 2013-06-28T19:54:49.120

you sure you didn't just partition improperly? And I am confused on what you're saying there. Also if you have fixed this you can "answer your own question" – Griffin – 2013-06-28T20:59:34.347

@Griffin I think he's saying that he used a large allocation size, and with a lot of small files you will waste a lot of space on disk by doing that. (i.e., all files less than 4KiB will still consume at minimum 4KiB). (Also, I declined your use because 'GiB' is valid - it's 1024^3 bytes, as opposed to 'GB' which is 1000^3 bytes. Just gotta depend on the author for knowing what he's using.) – Darth Android – 2013-06-28T21:45:03.310

@DarthAndroid I like consistency, they aren't consistent. – Griffin – 2013-07-07T06:03:52.000

No answers