I have three copies of the same folder but the sizes of these are different. Why?
I have a folder "Documents" that I have copied from an encrypted lvm on the hard drive of my desktop to an encrypted luks partition on an external drive. I have then copied this folder from the external drive to an encrypted lvm on the hard drive of my laptop.
So I have three copies of the same folder:
- Desktop
- External drive
- Laptop
I have used diff between desktop and external drive --> no differences.
I have used diff between laptop and external drive --> no differences.
But I have different folder sizes for the three cases.
I have used
du -bs --apparent-size Documents
to measure the sizes. Here are the results:
- Desktop: 1735750760
- External drive: 1735742568
- Laptop: 1735746664
So, we notice that there is a slight difference between the sizes. Small difference but still there. I was wondering why that was so. Do you have an explanation?