Are there way to mount the different disks as one directory? Assuming I have some disks with ext4 partitions:
/dev/sda1 1Tb mounted as /store1
/dev/sda2 2Tb mounted as /store2
/dev/sdb1 2Tb mounted as /store3
/dev/sdb2 2Tb mounted as /store4
I would like to have some /storeall with 7Tb space...
I would like to merge them as a one logical directory, so I can fill that with one rsync command. is it possible on Linux? Which FS should I use?
Thanks in advanced
Arman.