I\'m new to the Zaurus.
I tried this on my 5600 and it filled the SD card???
I would like to move my user files and as many programs as possible to the SD card so that I can install more programs.
I\'ve seen in the Calendar program a menu item that says Link and then lists the SD and CF cards. Does this means the program will find calendar files on these cards?
I filled my SD card when I did a cp -a /home /mnt/sd -- it seems that cp -a did not maintain symlinks, but actually followed them which is why I had to tar the directory.
Start out by moving /home/zaurus to your SD, not /home:
Apparently moving /home will make the Z unbootable, as you have to have the SD card mounted before /home/etc will be visible. The catch is that /home/etc must be visible to mount the SD during bootup.
I\'ve moved /home/zaurus to /mnt/sd/home/zaurus using this procedure:
1. tar your /home/zaurus (needed to do this to maintain symlinks [if any])
2. make directory /mnt/sd/home/
3. untar the zaurus.tar into /mnt/sd/home
4. rename /home/zaurus to something else
5. make a symlink from /mnt/sd/home/zaurus to /home/zaurus
That should do it.
If it works out, you can erase the renamed copy of \"zaurus\" in /home.
If that fails, remove the symlink, and change the renamed directory back to zaurus.
On mine, it moved all used data including address, calendar, todo lists over to the SD. I was adventurous enough to move /home/QtPalmtop over to /mnt/sd/home/QtPalmtop, but that requires that you run ldconfig every time you reboot or some of the settings programs fail. I attempted to put ldconfig into rc.sysinit and rc.local, but to no avail.
Let us know how it goes.
-T