Reisyukaku / ReiNX

A modular Switch custom firmware
GNU General Public License v2.0
817 stars 85 forks source link

Compression for NAND dumping #86

Closed Warfields closed 5 years ago

Warfields commented 5 years ago

The longest part of the NAND dump is the disk transfer, Since all of the dump files are ~3 Gb is it possible to load it into the Switch's ram and then run compression on it before saving to the SD? Just by using a zip compression i was able to reduce the 30Gb dump down to 604Mb after it was transfered to my machine, this would greatly increase the speed of the NAND dump.

nnsee commented 5 years ago

NAND dumping is included in the ReiNX Toolkit, not ReiNX itself - you should post the issue on its issues page https://github.com/Reisyukaku/ReiNXToolkit/issues

Warfields commented 5 years ago

NAND dumping is included in the ReiNX Toolkit, not ReiNX itself - you should post the issue on its issues page https://github.com/Reisyukaku/ReiNXToolkit/issues

Thanks I will do!