I am using the Cacko ROM for 5500 with homes on SD. Is there a way to use loopback on /home and /tmp to acheive faster write speeds?
From reading posts here it appears that mounting a card in asynchronous IO mode is buggy and can cause errors? It would be a bad idea to try mounting my SD card in asynch mode, then?
Thanks in advance
Actually, I haven\'t heard any complants yet about using the async kernel. If you saw one, let me know so I can investigate. On the other hand, I have had some issues with suspend lockups when using /home or root on SD through the loopback driver during my tests, the way I got around it initially is to make sure that the /var/lock directy was pointing to the ramdisk (see the latest prep-home-sd_test5 script I posted for the tkc-2.0-alpha3 rom). But, using the async kernel removes this need.
The async kernel should be a good fit for the Cacko rom with it\'s /home on SD. Otherwise, you\'d have to rebuild your rom and change the mount line where it mounts /home to add the -o loop option to it. I haven\'t tried that particular rom yet, so you\'d be adventering into unknown teritory.
The only issue that I can see poping up with the async kernel (or using the loopback mount for that matter) is if you pop out the SD card after writing to it without ejecting it, you could have data loss. But otherwise you should be fine.
Try it and see, and report back the results... what\'s the worse that could happen? (famous last words) :-)