On Sat, 2007-04-07 at 21:34 +0100, Gavin McCullagh wrote: > Hi, > > On Sat, 07 Apr 2007, Rich wrote: > > > Er, I went with Linear as reading around people seemed to recommend this > > for odd sized drives (my old drives are 80's, 120 and 320's) also a read > > somewhere that data on the other drives is more recoverable that most of > > the other RAID's. > > You just want to make a large filesystem out of odd sized disks. I guess > that's fair enough. The only reservation I'd have is that with N disks > your likelihood of failure is multiplied by N as any disk failure takes the > array down. Personally, I'd be more inclined to try and put a separate > filesystem on each disk and use symlinks to pull them together into one > tree. > > But now I know why linear raid can be more useful than raid-0, thanks. > (This is maybe sort of off topic since this list about raid and not filesystems and virtual such either.) Maybe you just want the appearance of things being as one volume? I might recommend you looking into unionfs: http://www.filesystems.org/project-unionfs.html It's actually quite useful. You might have some logical division of the data. Put TV stuff on one disk, Movies on another. The unionfs overlay maps everything together into a virtual bigdisk. It's also very simple and no superblocks or headers needed either. -- Henrik Holst <holst@xxxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html