[Openmcl-devel] Opening files on automounted file systems

Daniel Weinreb dlw at itasoftware.com
Tue Mar 30 06:59:09 PDT 2010


Gary,

Gary Byers wrote:
> What does:
>
> ? (ccl::fd-open "/path/to/file/on/automounted/volume" #$O_RDONLY)
>
> return ?
-2
>
> If that returns a negative integer N, then
>
> ? (ccl::%strerror N)
>
> will return a string with a somewhat generic description of the error.
"No such file or directory", which is the error I have been getting.

-- Dan
>
> If N is non-negative ... well, something fails later and we'll have
> to see what that is.
>
> On Mon, 29 Mar 2010, Daniel Weinreb wrote:
>
>> CCL cannot open any files in a certain directory, whose
>> unusual characteristic is that it is automounted from
>> NFS.  Emacs has no trouble opening and reading the file,
>> "ls" shows it, and so on, but CCL says it's not there.
>> I looked at the CCL documentation but failed to
>> find anything about this.  Does anyone know?
>>
>> Thanks.
>>
>> -- Dan
>>
>> _______________________________________________
>> Openmcl-devel mailing list
>> Openmcl-devel at clozure.com
>> http://clozure.com/mailman/listinfo/openmcl-devel
>>
>>



More information about the Openmcl-devel mailing list