How can I store PVFS data on multiple disks on a single node?
You have two options. One is to use the md driver or something similar to create a disk array or RAID, create a file system on that, and use one I/O daemon to perform accesses to the new file system. The alternative is to run multiple I/O daemons on the same node, one per file system you wish to use.