would a simple solution be to find the actual install directory (could it be /hdd2/Applications) then move it to hdd3 and symlink it ?
ln -s /hdd3/Applications /hdd2/Applications
?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115147\"][{POST_SNAPBACK}][/a][/div]
You could indeed do this on a C3000 and since apps get installed to hdd2 on the C3000, you could make hdd2 bigger and make hdd3 smaller.
On the C3100, however, apps get installed to the internal flash, so you can do something similar, ie ln -s /hdd3/Applications /home/zaurus/Applications
Unfortunately, applications don't actually get installed under the Applications directory (except for those that Sharp wrote)
So you would have to create several directories on hdd3 and symlink them back, ie /usr/bin, /usr/lib, /usr/share, /usr/local, /opt/QtPalmtop/lib, /opt/QtPalmtop/bin, /opt/QtPalmtop/share, etc...