Difference between revisions of "FAQ"

Jump to navigation Jump to search
(style (more compact view))
(make translation easier)
Line 9: Line 9:
{{FAQ_entry|question=<translate><!--T:25-->
{{FAQ_entry|question=<translate><!--T:25-->
My ZIM file is too big, what should I do?</translate>|answer=<translate><!--T:26-->
My ZIM file is too big, what should I do?</translate>|answer=<translate><!--T:26-->
USB flash drives and memory cards are often formated using the FAT32 filesystem which can't store files bigger than 4GB. Kiwix is able to deal with 2GB splitted ZIM files. The splitted ZIM files must be named xxx.zimaa, xxx.zimab, xxx.zimac, etc. To split a ZIM file you may use:
USB flash drives and memory cards are often formated using the FAT32 filesystem which can't store files bigger than 4GB. Kiwix is able to deal with 2GB splitted ZIM files. The splitted ZIM files must be named xxx.zimaa, xxx.zimab, xxx.zimac, etc. To split a ZIM file you may use:</translate>
* On Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite],
<translate>
* On Apple Mac OSX: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On Microsoft Windows: [http://www.jaist.ac.jp/~hoangle/filesj/ FSJ-Lite],</translate>
<translate>
* On Apple Mac OSX: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]</translate>
<translate>
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim
</translate>}}
</translate>}}