CTCaer / hekate

hekate - A GUI based Nintendo Switch Bootloader
GNU General Public License v2.0
6.77k stars 575 forks source link

[Enhancements] Uniform size for rawnand.bin and eMMC split files #1028

Closed tldzyx closed 1 month ago

tldzyx commented 1 month ago

Current Split Size

why uniform size

in fact, the merge file at above three files group is the same file, uniform size let backup / diff / transfer could be easy and simple

other questions

I noticed that nintendo split file in ***.nac folder max size is 4294901760 bytes, equas 4GB minus 64KB, combine the above two, there are three different max split size for fat32 limit, let there use the same max size could becoming a good idea?

CTCaer commented 1 month ago

image

tldzyx commented 1 month ago

image

why? I don't understand

impeeza commented 1 month ago

why? I don't understand Buddy, this is not a support site, please go to Discord or GBATemp.net.

your questions is a joke because you are comparing file size with file use on disk -the difference is about the size of cluster on disk-, that's why your files have different sizes.

You can split files on the size you like, the most used ones are 2 GB or 4GB because the limits of the FAT32 format. but is mute which you use.

on the downloads section of the repo there are scripts to join the files and you end with a file of 32GB on size.

tldzyx commented 1 month ago

why? I don't understand Buddy, this is not a support site, please go to Discord or GBATemp.net.

your questions is a joke because you are comparing file size with file use on disk -the difference is about the size of cluster on disk-, that's why your files have different sizes.

You can split files on the size you like, the most used ones are 2 GB or 4GB because the limits of the FAT32 format. but is mute which you use.

on the downloads section of the repo there are scripts to join the files and you end with a file of 32GB on size.

@impeeza I think you misunderstood. I'm not joke, maybe like discuss or request

CTCaer commented 1 month ago

The pic goes to you too @impeeza

The sizes are very specific.

The issue here is that I don't cater to OCDs for such things and that backup/transfer in "why uniform size" is not affected at all. As for diffing, that must be an added argument without checking the specifics just for the shake of it, since almost the entirety of rawnand.bin has encrypted data.

In the end, the issue page is not for such things. You can ask in discord about these.