Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 19:04:56 -0700 (PDT)
From:      Mike Hoskins <mike@adept.org>
To:        <questions@freebsd.org>
Subject:   exports format
Message-ID:  <20020710190003.C33582-100000@snafu.adept.org>

next in thread | raw e-mail | index | archive | help

I thought this would be fine, per exports(5):

/etc/exports:
# SFO
/tv/fileserver  -alldirs -maproot=0 -network 10.0.100 -mask 255.255.255.0
/tv/dev         -alldirs -maproot=0 -network 10.0.100 -mask 255.255.255.0
# DEV
/tv/dev         -alldirs -maproot=0 -network 10.0.101 -mask 255.255.255.0
# INT
/tv/int         -alldirs -maproot=0 -network 10.0.103 -mask 255.255.255.0
# QA
#/tv/qa         -alldirs -maproot=0 -network 10.1.2 -mask 255.255.255.0

But the following is logged in messages:

Jul 10 18:24:30 eng2 mountd[100]: could not remount /tv/fileserver:\
	Invalid argument
Jul 10 18:24:30 eng2 mountd[100]: bad exports list line /tv/fileserver\
	-alldirs -maproot
...

Etc. for each line in exports.  What have I overlooked?  Why is
anything in exports trying to be 'mounted'?  Please respond directly, as I
am not subscribed to freebsd-questions.

Thanks,
-Mike

--
"Information is not knowledge, Knowledge is not wisdom, Wisdom is not
 truth, Truth is not beauty, Beauty is not Love, Love is not music
 and Music is THE BEST."  --Frank Zappa


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?20020710190003.C33582-100000>