Hi, I'm testing Intrepid Ibex, and I want it to be really good alternative to Linpus on my AAO. I noticed (as many other people) than Ubuntu is very slow because of internal SSD, I trided all the hacks from Ubuntu help but it was still unusable, so I decided to experiment a little bit. I partitioned one SD(HC) card of 4GB with two partitions, one is 2GB SWAP. I Installed Ubuntu on SSD card but y modified it to use SWAP form SD(HC) card instead of SSD Disk, and I can guarantee this is a VERY GOOD SOLUTION, Intrepid feels more responsiveness. Also I moved /tmp to SD(HC) card, I know the card will be old sooner but I'll only have to purchase another one (I don't know how many time but I've been almost one month this way and everything is all right, SD(HC)4GB is only 20€) Try it please and improve as much as possible, hopefully we will be able tu use a fast Ubuntu when Intrepid comes out. These are some notes: /etc/fstab: ... # /dev/mmcblk0p2 UUID=.... /tmp ext2 noatime 0 2 # /dev/mmcblk0p3 UUID=.... none swap sw 0 0 # /dev/sda2 # UUID=.... none swap sw 0 0 ... This way all SWAP operations are done by SD(HC) card wich (I think) has faster write support, and Ubuntu's memory performace is better. Do you agree with this solution ? Anyone thinks this solution can be improved ? Thanks,