Partioning to read from both hard drives

Say I have two drives
LABEL=/home /home ext3 defaults,usrquota 1
/dev/hdc2 /backup ext3 defaults 1 2
/dev/hdc1 /home2 ext3 defaults,usrquota 1 2

With this configuration is it possible to use both Drives.

For instance I have a bkuewidget file on
/home/username/public_html/bluewidget.zip

and with the same username on drive2 have a red widget file
/home/username/public_html/redwidget.zip

The user uploads his data through ftp, but the files are accessed from both directories.(home and home2

Is this possible and if so how?

cheers

 

 

 

 

Top