You are not logged in.
Pages: 1
Hello,
I know I might get a LMGTFU for this but what I've looked up so far has been pretty technical and was hoping to get a more simplified explanation. I just got a second hard drive and it's faster and larger than the original that came with it. I know that I can spread out files across two disks but was hoping to find a better solution. What I am looking for is: to bridge the two drives together so that they basically behave as one. I looked at LVM but if I'm right this can do it, however has the caveat of being able to only work with the Linux kernel (Vista takes up one partition). Not knowing anything about it, would it be possible to do some type of RAID configuration to get this functionality? Since I don't know anything about it, I'd appreciate any thoughts you might have. Is this possible (if yes a good place to start), or is this so sort of a pipe dream?
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Imagine a pool that acts on certain capacity (1TB f.e.) not on physical drives.
btrfs should fit the bill, but the Vista parts complicates the initial idea. RAID is another solution but both are beyond my limited setup abilities.
Offline
Offline
RAID-0 and LVM will both do what you are after, however Software-based variants aren't possible if you want to retain Vista, which means you'll have to use a Hardware-based RAID controller (there are no hardware-LVM solutions).
Either way, you will loose the data currently on your drives since both RAID (hw and sw) and LVM will need to reformat the drives to suit their internal structures.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Thanks for the responses. Wasn't aware of the need to reformat. Luckily I got an older third drive that I can swap into my PC and save all the data on. I'd prefer the hardware solution anyways (figure it's easier to set up) and have been looking for a RAID-0 controller and found this:
http://www.newegg.com/Product/Product.a … 6816132001
I only got a PCI slot left, so will this do or am I going to have problems with bottlenecking and such?
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Should work OK -- see if you can find the chipset and double-check that there is a driver for it in the kernel, otherwise it may not be detected.
As far as bottleneck'ing goes, it's always a possibility, but hard to say.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1