Raid your network file shares
posted Dec 29th 2007 10:27pm by Will O'Brienfiled under: misc hacks

[Motoma] sent in his take on the virtual RAID 5 post. He didn’t like the layered system requirements, so he put together a proof of concept that only requires a Linux box. For his proof, he used a NFS share, a SMB share and did everything from the command line. He didn’t cover FTP, but the Gentoo wiki has a nice cheat sheet for mounting FTP and folders over SSH if you want some alternatives. He uses some very interesting partition tricks to make things happen. If you need some help to get things rolling, the Ubuntu forums software raid how-to is a good place to start.





Hm, I think doing this in zfs might be a lot easier. You could skip the formatting and just run after creating the images:
sudo zpool create mirror
And you’re done! Though I wouldn’t use it for backups etc., as it’s still very beta.
Posted at 6:10 am on Dec 30th, 2007 by sphynx