Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucsd!sdd.hp.com!uakari.primate.wisc.edu!aplcen!haven!adm!news From: IOF%ICSVMHPO.BITNET@cunyvm.cuny.edu ( Antonio IOfrida) Newsgroups: comp.unix.wizards Subject: Re: boot procedure in SunOS 4.0.3 Message-ID: <23641@adm.BRL.MIL> Date: 13 Jun 90 07:11:31 GMT Sender: news@adm.BRL.MIL Lines: 13 Yes You have a problem||||| It is incorrect to add the mount command in the rc.local file, because rc.local is the file for the startup of daemons. You must add the partitions that you want mount in the file: fstab and mtab in the directory /etc. IN this way at the startup the system will mount your partitions. Otherwise you must mount the specified partitions in the mtab file with the 'mount -a' command. enyoj yourself with your file system. bye Iof.