Path: utzoo!mnetor!uunet!husc6!rutgers!ucla-cs!zen!ucbvax!XEROX.COM!dering.pasa From: dering.pasa@XEROX.COM Newsgroups: comp.sys.xerox Subject: Re: Noticing files using LYRIC on the Hard Disk Message-ID: <871218-080808-2843@Xerox> Date: 18 Dec 87 16:07:00 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 14 Tim, It sounds as if you have not put a directory on your Lispfiles volume. In the case where no directory is defined, Lisp emulates the rigid disk with a core device called {PSEUDO-DSK}. Since the core device is contained in virtual memory, it lasts only as long as you keep your virtual memory image. (When you have VMEM.PURE.STATE turned on you do not save your virtual memory over logout, so any files copied to DSK will disappear.) Create the directory with (CREATEDSKDIRECTORY volumename). You can check for a directory with (LISPDIRECTORYP volumename.) See the "File System" section of the appropriate Users Guide for more details. Judy Dering