thorandre wrote:
So what is the benefit of using for example two ext3 disks?
Each Linode disk image contains single partition, so if you wanted different partitions, you'd need more than one disk image, unless you want to roll your own partitioning solution on single disk image, which is not something I would advise because you lose backup ability for that image and you essentially run an abstraction atop abstraction atop abstraction.
Having said that, whether or not having multiple partitions is a benefit is open to discussion. Personally I like to separate stuff that requires journaling from temporary data, ro (root) vs rw (var and similar), etc...