Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.protocols.nfs Subject: Re: Mounting character devices w/NFS Message-ID: <3996@auspex.auspex.com> Date: 1 Sep 90 20:07:11 GMT References: <1990Aug28.212809.23872@msuinfo.cl.msu.edu> <1751@hugo.erbe.se> Organization: Auspex Systems, Santa Clara Lines: 10 >For things like these, you would need AT&T's RFS (Remote File Sharing), >which preserves all UNIX file semantics over the network. Well, except for "ioctl()"s (and except for "mmap()" of devices - S5R4's version of the RFS protocol will, I think, support "mmap()" of files over the network, but there's a bit of work involved in letting machine A map machine B's frame buffer into its address space :-)). S5R3 definitely doesn't canonicalize "ioctl()" arguments; S5R4 has a mechanism for doing so on STREAMS devices - this could, I think, be done for non-STREAMS devices as well, but I don't think it was.