I have a series of files spanned over several HDD's in the same server.
I really need to consolidate these HDD's into one.
These drives have been purchased over the last few years as needs have expanded.
We're presently using junction tool to create symbolic links
but having this like dated folders is a bit of a hassle.
If it was possible I beleive the best way would be some sort of fake directory through MYSQL which would appear as a folder somewhere on the drive.
Each folder would be an entry in the mysql "folders" table and each file would be an entry in the mysqk "files" table in the corresponding category.
I can't find anything that can do this nor anything such as merging the drives in some sort of fake/faux partition, just so it would seem as if the contents of all the drives would be as one folder and subfolders or even a new drive.
If anyone has any ideas of how this could be done I would be extremely grateful.
I'm not afraid of a bit of coding, and I'm fine with mysql php, java and the occasional C++
I really need to consolidate these HDD's into one.
These drives have been purchased over the last few years as needs have expanded.
We're presently using junction tool to create symbolic links
but having this like dated folders is a bit of a hassle.
If it was possible I beleive the best way would be some sort of fake directory through MYSQL which would appear as a folder somewhere on the drive.
Each folder would be an entry in the mysql "folders" table and each file would be an entry in the mysqk "files" table in the corresponding category.
I can't find anything that can do this nor anything such as merging the drives in some sort of fake/faux partition, just so it would seem as if the contents of all the drives would be as one folder and subfolders or even a new drive.
If anyone has any ideas of how this could be done I would be extremely grateful.
I'm not afraid of a bit of coding, and I'm fine with mysql php, java and the occasional C++