Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!dispatch.news.demon.net!demon!newsfeed.nacamar.de!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: /etc/exports and mounting from a SunOS machine Date: 31 Mar 1997 15:00:41 GMT Organization: Private BSD site, Dresden Message-ID: <5hojip$ai9@uriah.heep.sax.de> References: <sinkr.859489032@tempermental> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Lines: 24 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38142 sinkr@tempermental.cbl.cees.edu (Robert Sink) wrote: > mount_nfs -P machinename:/dir1/subdir /wherever/blah > Therefore, how do I figure this '-P' into the /etc/fstab entry > so that I do not have to mount these via rc.local? mount -o -P machinename:/dir1/subdir /wherever/blah is the correct command. Also, you might want to use NFSv3 together with the Sun, this makes: mount -o -3,-P machinename:/dir1/subdir /wherever/blah Now it should be obvious what to put into your fstab :) machinename:/dir1/subdir /wherever/blah nfs rw,-3,-P 0 0 -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)