Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: sunuk!sungy!berthold!joerg@sun.com (Joerg Schilling - H. Berthold AG Berlin) Newsgroups: comp.sys.sun Subject: Re: Problems with lofs on Sun-3/4, SunOS 4.0, 4.0.1 Message-ID: <8902151356.AA01275@MINNI.> Date: 28 Feb 89 12:07:04 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 39 Approved: Sun-Spots@rice.edu Original-Date: Wed, 15 Feb 89 14:56:33 +0100 X-Sun-Spots-Digest: Volume 7, Issue 172, message 4 of 15 /sbin/mount and /usr/etc/mount only know how to deal with the filesystem types "ufs", "nfs" and "pc". If you specify any other filesystem type, it calls a program named mount_xxx where xxx is the filesystem type. To mount any filesystem of type "lo" it generates an arg vector similar to an struct mntent and then calls the program mount_lo via execlp. If you want to mount any "lo" filesystems, you schould have /usr/etc/mount_lo available and /usr/etc in your search path. Add after the line: PATH=/bin:/usr/bin:/usr/etc:/usr/ucb a line : EXPORT PATH to the file /etc/rc.local and your mount will work. NOTE: I positively know this for 4.0 and 4.0.1. I hope this will work as well if you have the NSE extensions for 3.4/5. J. Schilling H. Berthold AG Teltowkanalstr. 1-4 D 1000 Berlin 46 +49 30 7795 - 400 joerg@berthold.de ... tub!berthold!joerg ... unido!berthold!joerg ... sunmuc!berthold!joerg ... sun!sunmuc!berthold!joerg