Don't cut/paste on files that are important to you. Copy/paste, then delete the original on successful copy.
Tried it. Here's what happened:
[edit]
First pic is the source. Second pic is the copy.
When I view the bad copy with Notepad++, it shows 32 normal characters followed by lots and lots of "nul" characters.
Is this from the pc to the external hard drive again? Are they running different files systems?
One drive has 4K blocks, the other has 1K. That means, that a small file (say under 1K) will fill up 1 block (4K) on one drive, and 1 block (1K) on the other drive.Tried it. Here's what happened:
![]()
![]()
I noticed that some folders had a slightly different file size. Narrowed it down to a couple of small files. The copy is larger than the source.
This sucks.
[edit]
First pic is the source. Second pic is the copy.
When I view the bad copy with Notepad++, it shows 32 normal characters followed by lots and lots of "nul" characters.
One drive has 4K blocks, the other has 1K. That means, that a small file (say under 1K) will fill up 1 block (4K) on one drive, and 1 block (1K) on the other drive.
One drive has 4K blocks, the other has 1K. That means, that a small file (say under 1K) will fill up 1 block (4K) on one drive, and 1 block (1K) on the other drive.
One drive has 4K blocks, the other has 1K. That means, that a small file (say under 1K) will fill up 1 block (4K) on one drive, and 1 block (1K) on the other drive.
No. That would affect the "size on disk." It would not affect the file contents.That's what I was getting at as well. I think you nailed it.
Tried it. Here's what happened:
![]()
![]()
I noticed that some folders had a slightly different file size. Narrowed it down to a couple of small files. The copy is larger than the source.
This sucks.
[edit]
First pic is the source. Second pic is the copy.
When I view the bad copy with Notepad++, it shows 32 normal characters followed by lots and lots of "nul" characters.
That would make me very leery to store anything important on that thing.
Thing is, I'm not sure which drive was responsible. The source, or the destination? Maybe neither is responsible and Windows is at fault?
Thing is, I'm not sure which drive was responsible. The source, or the destination? Maybe neither is responsible and Windows is at fault?
Thing is, I'm not sure which drive was responsible. The source, or the destination? Maybe neither is responsible and Windows is at fault?
I've never known Windows to pad files with null bytes and the fact that it's aligned to the cluster size implies it happened at the filesystem level on the destination. I also find your inability or unwillingness to consider that NAS to be the problem mildly entertaining. If it was Windows doing it then you would be seeing it a lot more often and most likely your PC would be crashing or at least otherwise acting oddly as apps were given data with extra nulls when they were only expecting one for EOF.
I didn't say that I don't suspect the network drive. Ever since this file grew in size after being copied, it seems most likely. Still, I expect there to be some CRC checks or something to tell me that it didn't transfer correctly.
Why doesn't windows move the moved file to the trashbin, instead of deleting it directly?