Difference between revisions of "FAQ/ja"

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 5: Line 5:


{{FAQ_entry|question=My ZIM file is too big, what should I do?|answer=USB flash drives and memory cards are often formatted 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:
{{FAQ_entry|question=My ZIM file is too big, what should I do?|answer=USB flash drives and memory cards are often formatted 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:
* On Microsoft Windows: [http://www.hjsplit.org/ HJ-Split]
* On Microsoft Windows: [http://www.fastfilejoiner.com/ FFSJ] or [http://www.hjsplit.org/ HJ-Split] (slower option)
* On Apple Mac OS X: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On Apple Mac OS X: [http://loekjehe.home.xs4all.nl/Split&Concat/ Split&Concat]
* On GNU/Linux and with the console: split --bytes=2000M my_big_file.zim my_big_file.zim
* On GNU/Linux in the console:<source lang="bash">split --bytes=2000M my_big_file.zim my_big_file.zim</source>


You can also download a pre-splitted version of the ZIM file by downloading a pre-indexed/portable ZIP file and copy the chunks from the directory "data/content".
You can also download a pre-splitted version of the ZIM file by downloading a pre-indexed/portable ZIP file and copy the chunks from the directory "data/content".
4,922

edits

Navigation menu