Basically I'm looking for a way to mimic Windows' ReadyBoost.
I asked this question on Unix.SE to get an idea of whether this was even possible and it seems like it is. Appparently there is a cachefs filesystem I can use to do this.
- Flash drive:
/dev/sdc1(fs:vfat) - Main partition:
/dev/sda5(fs:ext4)
How can I configure Ubuntu to do this?
initrd/pivot_roothackery could make it work. – geekosaur Mar 19 '11 at 3:21