Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 1995 16:41:48 -0500 (EST)
From:      Robert Shady <rls@kilroy.id.net>
To:        freebsd-hackers@freebsd.org
Subject:   Ifconfig fixed/Now MOUNTD! ;)
Message-ID:  <199511302141.QAA00607@server.id.net>

next in thread | raw e-mail | index | archive | help
Okay, the 'ifconfig' alias problem is now taken care of.  Turns out, you
*MUST* include a netmask of all 255's in the alias statement or it will
not work...

Needless to say, this leads me to another problem.  I'm trying to get this
new server running 2.1.0-RELEASE to allow me to export the directories I
need to export.  Funny thing is, it works *FINE* for *SOME* directories,
but others I get this damn error:

Nov 30 16:31:29 server mountd[102]: Can't change attributes for /usr/local. 
Nov 30 16:31:29 server mountd[102]: Bad exports list line /usr/local -maproot

Here is my /etc/exports file:
=============================
/home			-maproot=0 zeus hades
/archives		-maproot=0 zeus hades
/archives/.1 	-maproot=0 zeus hades
/archives/.2 	-maproot=0 zeus hades
/virtual 		-maproot=0 zeus hades
/usr/local		-maproot=0 zeus hades
/var/mail		-maproot=0 zeus hades
/var/log 		-maproot=0 zeus hades

And here is my disk layout...
=============================
Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
/dev/wd0a      756078   601380    94210    86%    /
/dev/wd1a      243931    18832   205584     8%    /var/log
/dev/wd1e      243931    38063   186353    17%    /var/mail
/dev/wd1f      319387    66088   227748    22%    /virtual
/dev/wd2a      787022        0   724060     0%    /archives/.1
/dev/wd3a      787022   514318   209742    71%    /archives/.2
/dev/sd0a     1629440  1322173   176911    88%    /samba
/dev/sd1a     1629440   965255   533829    64%    /home
procfs              4        4        0   100%    /proc

And last but not least, the "ls -al" of /usr/local.
===================================================
drwxr-xr-x  13 root     wheel   512 Nov 30 09:42 ./

The only "funny" thing I notice, is that typing "mount" shows that the "/"
partition is NFS exported...

Output of "mount"
=================
/dev/wd0a on / (NFS exported, local)
/dev/wd1a on /var/log (NFS exported, local)
/dev/wd1e on /var/mail (NFS exported, local)
/dev/wd1f on /virtual (NFS exported, local)
/dev/wd2a on /archives/.1 (NFS exported, local)
/dev/wd3a on /archives/.2 (NFS exported, local)
/dev/sd0a on /samba (local)
/dev/sd1a on /home (NFS exported, local)
procfs on /proc (local)

Does anybody have any idea what's going on here?

	-- Rob
===
      _/_/_/_/_/  _/_/_/_/               _/_/    _/  _/_/_/_/_/  _/_/_/_/_/
         _/      _/      _/    _/_/_/   _/  _/  _/  _/_/_/_/        _/
   _/_/_/_/_/  _/_/_/_/               _/      _/  _/_/_/_/_/      _/

                             Innovative Data Services 
                          Serving South-Eastern Michigan 
        Internet Service Provider / Hardware Sales / Consulting Services
       Voice: (810)855-0404 / Fax: (810)855-3268 / Web: http://www.id.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511302141.QAA00607>