On Tue, Mar 23, 2004 at 04:57:23PM -0500, Igor Gueths wrote: > know if its currently possible to add network filesystems to a RAID? > Because if so, what I'd like to implement is a system where all the > networked filesystems are synchronized to each other. So in other words, > any changes made from my machines here gets proppogated to the rest of > them since they're all seen as 1 disk. This should be possible using nbd (network block devices). See Documentation/nbd.txt in your nearest kernel tree. Combined with software raid1, this might do what you want. S -- Shane Wegner http://www.cm.nu/~shane/