On 2/9/21 2:29 PM, pmkellly@xxxxxxxxxxxx wrote:
I see that the file size is constant at 1.1GB except for the last one where it just uses up the left over space. There are 14 files of 1.1GB and 1 file of 5xxMB. so the size checked out. I'm wondering if they pick the file size based on the flash block size. That can make a difference
Depending on what you're using to see the size, it's most likely a difference between GB and GiB.
$ dd if=/dev/zero of=x.dat bs=1M count=1K 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied $ ls -l x.dat -rw-rw-r--. 1 samuel samuel 1073741824 Feb 9 21:27 x.dat $ ls -lh x.dat -rw-rw-r--. 1 samuel samuel 1.0G Feb 9 21:27 x.dat $ ls -lh --si x.dat -rw-rw-r--. 1 samuel samuel 1.1G Feb 9 21:27 x.dat _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx