Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!orion.oac.uci.edu!teri.bio.uci.edu!mwu From: mwu@teri.bio.uci.edu (Matt Wu) Newsgroups: comp.sys.next Subject: Re: 2.0 extended Message-ID: <27F82C1F.14015@orion.oac.uci.edu> Date: 2 Apr 91 07:00:47 GMT References: <27F56F0A.3778@orion.oac.uci.edu> Organization: University of California, Irvine Lines: 21 Nntp-Posting-Host: teri.bio.uci.edu I guess most Unix users won't have a problem adding an external drive to a 105 MB NeXTStation, so this post might not be helpful for the majority of you. However, since I was asked to summarize, I figured at least someone would benefit from the information. Use ln -s physicaldirectory symbolicdirectory to create a symbolic link across file systems. For instance, if you want Shakespeare to work with Digitial Librarian, and have the Literature folder on your external, create a link with the command ln -s /externaldrive/Literature /NextLibrary/Literature. Make sure you include the full pathname. The reason symlinks didn't work for me the first time was that I neglected to type out the entire path since I was in the parent directory of the directories I wanted linked. On another note, thanks to everyone who responded to my earlier question about available Pascal compilers. There'll apparently be a Pascal compiler coming from UVA sometime in the future for a relatively inexpensive price (I haven't received details yet). p2c seems to be the most popular solution, though. Matt mwu@teri.bio.uci.edu