Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 1997 17:34:14 -0700 (PDT)
From:      Soren Dossing <sauber@netcom.com>
To:        questions@freebsd.org
Subject:   fsinfo and /etc/exports
Message-ID:  <Pine.SUN.3.95.970429171945.13187A-100000@netcom22>

next in thread | raw e-mail | index | archive | help
Have anyone succesfully built /etc/exports with fsinfo ? I have a fsinfo
options file that looks like this

...
fs /dev/sd0s2e { 
  fstype = nfs
  opts = rw  
  passno = 1;
  freq = 1;
  mount default {
    exportfs "foosball cronos"
    volname /home/foosball/disk1
  }
}

automount /home {
  foosball {
    disk1 { }
  }
}

This generates:

/home/foosball/disk1    foosball cronos

But mountd complains with:

foosball mountd[96]: Bad exports list line /home/foosball/disk1

If I manually change the line in /etc/exports to 

/a/foosball/home/foosball/disk1    foosball cronos

everything is fine... but no longer generated by fsinfo :-(

Both fstab and amd maps are generated properly.

Soren




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.95.970429171945.13187A-100000>