nice one!
on my desktop:
CODE
mkcramfs docs j2sdk-1.4.2-doc.cramfs
scp j2sdk-1.4.2-doc.cramfs zaurus@<ip>
on the zaurus:
CODE
mkdir /mnt/card/Documents/j2sdk-1.4.2-doc
mount -t cramfs /mnt/card/j2sdk-1.4.2-doc.cramfs /mnt/card/Documents/j2sdk-1.4.2-doc -r -o loop
I've added the mount/unmount command to /etc/sdcontrol file, is it a better place to put it?