• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Virtual NAS software for utilizing spare drive capacity on LAN computers.

mvrx

Junior Member
I run a small lan network for a school. We have about 35 computers in the lab that each have an average of 300GB of unused space on their hard drives.

I like to run alot of incremental redundant backups on campus machines with as long of history/versioning as possible.

I'm hoping to find some sort of virtualization software that allows me to create a storage file on each machine (preferrably pre-allocated size) that a central machine manages. Perhaps providing a virtual fake X: drive that accepts data from my backup programs and migrates it out into the spare capacity on all these machines. I'm not all that worried about it being super reliable.

Anyone know of anything like this that exists? Haven't found anything googling.

Thanks.
 
Sorry, but I must be missing something. In what way does True Image create a virtual spanned stoage drive across 35 computers's spare storage space?
 
It's an interesting idea but I don't think anything like it exists. The best you could probably do is repartition the drives so that the free space is a separate volume, export it via something like iSCSI, mount all of the new volumes on the management machine an combine them with software RAID, LVM, etc and then share the resulting volume. If you could find an iSCSI daemon that would let you export a file as a disk instead of a disk then you could skip the repartitioning part.
 
If that worked, all of the PCs would have to be on all the time.

Originally posted by: Nothinman
It's an interesting idea but I don't think anything like it exists. The best you could probably do is repartition the drives so that the free space is a separate volume, export it via something like iSCSI, mount all of the new volumes on the management machine an combine them with software RAID, LVM, etc and then share the resulting volume. If you could find an iSCSI daemon that would let you export a file as a disk instead of a disk then you could skip the repartitioning part.

 
If that worked, all of the PCs would have to be on all the time.

Yea, to work otherwise one would need something a lot smarter to distribute the data in a way that the missing drives could be rebuilt from what's available.
 
Back
Top