(was slashes, now NFS devices)

Larry McVoy lm at slovax.Eng.Sun.COM
Tue Feb 26 16:35:33 AEST 1991


bzs at world.std.com (Barry Shein) writes:
    A whole bunch of stuff about remote devices, with which I agree entirely
    and then says:
>Look, it could be done, but doing it as a simple extension to NFS
>is almost certainly *not* the right way to do this.
>
>Oh, who knows, maybe due to market pressure Sun will even add this to
>NFS. But I would expect it to be of very limited use (like maybe using
>a tape drive in a cooperative environment) until a lot of other issues
>are answered.

We have rdump/rrestore.  I know of no plans to extend NFS to deal with
devices.  Like someone (Barry?) said: it stands for networked *file*
system, not networked devices.

Nobody, including RFS, has ever come up with networked devices in any
sort of general fashion.  Before the neophytes start whining that it is
easy, consider ioctl's.  There are zillions of them, all magic numbers,
system calls, really, specific to each device.  The only reason that
RFS works is that it "knows" about the server.  This means that the
server had better have the same byte order, have the same kernel, etc.
---
Larry McVoy, Sun Microsystems     (415) 336-7627       ...!sun!lm or lm at sun.com



More information about the Comp.unix.internals mailing list