I need to buy a VPS / dedicated server that provides a CentOS Linux with 4 x 500 GB harddrives in mirrored Raid. So that'd be 1TB of hard-drive space.
The way I keep my pictures on my website is in a single folder, where all the picture of the same type go, with the id of the mysql_row in front, followed by a short description.
Something like *1_thumb.jpg* or *123_index.jpg*, they all go in the same folder.
The question is : Since I will have multiple hard-drives on my hosting /dev/hda1, /dev/hda2 in Raid mirrored, Can they make a whole big 1TB partition from all of the hard-drives combined ?
If so, I can use the current structure of my website. If not, then I need to rethink the way I keep my pictures saved.