Package to test Fuse and archivemount with open2x/gp2x. Archivemount should mount any package libarchive can handle. tar, tar.gz and tar.bz2 are writable. While other like zip and iso9660. More detailed information can be found from fuse-and-archivemount-building.txt ---------------- archivemount.zip ---------------- archivemount/ umounttests.gpu mounttests.gpu uninstall.gpu archivemount-install.tar.gz readme.txt fuse-install.tar.gz install.gpu tests/ test.tar.gz test.tar.bz2 test.zip test.tar ------- scripts ------- install.gpu - installs kernel module, tools and libraries - execute this only once mounttest.gpu - loads kernel module with insmod - creates directories to test found from tests directory - mount packages to the just created directories - you can replace those with your own packages umounttest.gpu - umounts packages from directories - removes directories - unloads kernel module with rmmod uninstall.gpu - removes files added with install.gpu ----- links ----- * http://fuse.sourceforge.net/ * http://www.cybernoia.de/software/archivemount/ * http://code.google.com/p/libarchive/