>> In general, can one have devices over NFS? i.e., have a device node >> (say) /dev/console on my local machine, but any operation to >> /dev/console (like read(), say) would be routed by the VFS to NFS, >> which in turn, sends the request to another computer over the network? >> >> Though there doesn't seem to be logical reason why the above shouldn't >> exist; if it didn't, is there a reason why? > > In Linux, device files always point to local devices, even if the file system, > which stores them is on NFS. > There is a large set of patches that support a Single System Image clustering concept via linux. (http://openssi.org) It comes with a fair amount of user space code as well. Unfortunately, the kernel is moving way faster than they are, so I think the patches are still way back at 2.6.12 or so. They are working on 2.6.16 now I think. I think it is a great project that really needs some kernel developer help. It is basically the functionality of the old Vax Cluster software forward ported, improved, and rewritten, If someone is looking for a truly interesting project to assist on, I would think it would qualify. FYI: It is one of the most "active" clustering projects on sourceforge, so it is not lacking in basic developer support. The problem is that number of issues is just too big for the small team that is working on it. Greg -- Greg Freemyer Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ