Hello, Since my computer is struggling with chromium and I suspect it's the disk access being too slow, I want to map the directory accessed by chromium ( i think it is ~/.cache) into the memory.
Looking in the man, i spotted rd, but i think i need to setup this in the kernel. The next choice is tmpfs. The next one is mfs. I have no experience with this stuff, so does it worth to take this approach? If so, what is the recommended fs, please? Is it possible to map/mount a directory from a partition only, or is it the entire partition only accepted as a mount argument? Thank you.