Re: RFC 1037 NFILE implementations around?
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Mon, 29 Sep 2008 17:13:09 +0200
In article <cs91vz3auns.fsf@xxxxxxxxxxxxxxxxxxxxxx>,
Andreas Davour <anteRUN@xxxxxxxxxxxxxxxxxxxx> wrote:
I was researching some old lispM features and found out about this
Symbolics file system. In the RFC there are mentions of unix
implementations. Are there any code for this available, or is it buried
in a mess of smothering lawyers?
/andreas
NFILE is a file access protocol, say, like NFS. It allows machines to
use remote file systems. It is not a file system in the
sense of FAT or HFS+.
I have seen questions for NFILE implementations on the
Symbolics Lisp Users Group (SLUG) mailing list - but
no pointers to code...
--
http://lispm.dyndns.org/
.
Relevant Pages
- Re: future C standards
... Those functions have no business in a no file system C implementation. ... implementation needn't support, or any other standard header ... required only for hosted implementations, i.e., ones that already must ... (comp.std.c) - Re: TR 24731 approved
... the file system), or just use intmax_t ... they're tied to a specific type, long int. ... just give Microsoft yet another reason to ignore the next ... omitted these functions in their partial POSIX implementations. ... (comp.std.c) - Re: delete-file & probe-file on directories
... Your pathname compatibility layer provides some basic operations that work across different implementations, and on different Unices and probably Windows as well. ... Thus the fact that IMAP or TOPS-20 does something different than Unix filesystems shouldn't preclude implementations that actually run on Unix deciding to do things the same way when dealing with a Unix filesystem. ... I don't know IMAP too well, but if it maps well onto a standard file system tree, then it should work out of the box with a file system API. ... (comp.lang.lisp) - Re: DIRECTORY behavior with /= implementations
... Not Operating System, but File System. ... when you mount an ISO-9660 ... file system on Linux, you get a subdirectory tree where you have files ... Similarly for all implementations running on MS-Windows to map NTFS and CL. ... (comp.lang.lisp) - Re: logical pathname help
... is that two different implementations on the same OS ... with the same file system give different results. ... When using standard MAKE-PATHNAME and friends? ... When using logical pathnames according to the standard, ... (comp.lang.lisp) |
|