Date: Tue, 28 Jul 1998 10:47:16 +0200 From: "Kevin Kyeong-il CHOI" <kevin.choi@cnes.fr> To: "FreeBSD Question" <questions@FreeBSD.ORG> Subject: How can I install NFS on FreeBSD 2 Message-ID: <004101bdba04$52951760$52099584@pc-kichoi.cst.cnes.fr>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
------=_NextPart_000_0042_01BDBA15.161DE760
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hi everyone,
You might remember that I asked the same question before.
And I thank everyone who gave me their kind advices for networking
printing & NFS setting.
Well, upto now, I did couple of trys and none of them were successful.
Here I go for a specific question of NFS.
After getting the book "The Complete FreeBSD" by Greg Lehey,
I read chap28, NFS. I followed as the following;
(1) Modification of /etc/rc.conf as
nfs_server_enable="YES"
weak_mountd_authentication="NO"
mountd_flags="-r"
nfs_reserved_port_only="NO"
rpc_lockd_enable="NO"
rpc_statd_enable="YES"
portmap_enable="YES"
portmap_flags=""
(2) Change in /etc/exports as
/usr -alldirs pc-kichoi
/usr/pub -alldirs -network 132.149 -mask 255.255.0.0
(3) Update mountd as
ps aux | grep mountd ---=> gives PID as 98
kill -1 98
*** At this point, I get the errors as
Could not remount /usr/pub: Invalid argument
Bad exports list line /usr/pub -alldirs -network 132.149 -mask ...
(4) When I run NFS Client mounting as
mount pc-kichoi-2:/usr/pub /nfs
*** gives me the error;
nfs: can't access /usr/pub: Permission denied.
Can anyone look at this and tell me what's wrong with me ?
Thank you in advance
-------------------------------------
Kevin Kyeong-il CHOI
~'/ (o\)
^
\___/o
Doctoral Research Engineer
Service DEE/IR/TL/ES
Centre National d'Etudes Spatiales
18 Avenue Edouard-Belin
31401 Toulouse cedex 4
France
(T) +33-561 28 15 31
(F) +33-561 28 29 13
(Email) kevin.choi@cnes.fr
-------------------------------------
------=_NextPart_000_0042_01BDBA15.161DE760
Content-Type: application/octet-stream;
name="Kevin Kyeong-il CHOI.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="Kevin Kyeong-il CHOI.vcf"
BEGIN:VCARD
VERSION:2.1
N:CHOI;Kevin;Kyeong-il;;
FN:Kevin Kyeong-il CHOI
ORG:CNES;
TITLE:Dr
TEL;WORK;VOICE:(05) 61 28 15 31
TEL;HOME;VOICE:(05) 62 17 01 99
EMAIL;PREF;INTERNET:kevin.choi@cnes.fr
REV:19980710T091856Z
END:VCARD
------=_NextPart_000_0042_01BDBA15.161DE760--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004101bdba04$52951760$52099584>
