Has anyone done any performance/benchmarking tests on Linux loopback file systems? What has your experience been so far. Is there any serious degradation in performance? How about robustness?

http://freshmeat.net/articles/virtual-filesystem-building-a-linux-filesystem-from-an-ordinary-file

link|improve this question
It should be quite simple to run bonnie++ on your native disk and on a loopback disk in order to compare the performance. – ceving Sep 5 '11 at 14:18
feedback

1 Answer

I've had no problems. It's all been rock-solid. The filesystem cache and IO scheduler in Linux are sensible enough that it shouldn't make any noticable difference between asking for a disk directly and asking for a section of a file on a disk.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.