Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 13:52:18 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/mountd exports.5 mountd.c
Message-ID:  <200207182052.g6IKqIb0066142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2002/07/18 13:52:17 PDT

  Modified files:
    usr.sbin/mountd      exports.5 mountd.c 
  Log:
  Try to give a more descriptive error message for the pilot error of
  attempting to export the non-root of a filesystem with -alldirs.  This
  pilot error seems to be very common, and the "could not remount" error
  message doesn't give much hints about the real reason.  See the old PR
  below for an example.
  
  While i was at it, make it possible to entirely omit the often
  annoying error message in that case by specifying the "quiet" exports
  flag.  This allows to specify something like
  
  /cdrom  -alldirs,ro,quiet       <where to export to>
  
  which will silently fail if nothing is mounted under /cdrom, but do
  the rigth thing as soon as you mount something.
  
  While doing this, i've put the embedded example in the exports(5) man
  page into a subsection of its own as it ought to be.
  
  Thanks for Paul Southworth for reminding me about this problem.
  
  PR:             bin/4448
  MFC after:      1 month
  
  Revision  Changes    Path
  1.20      +67 -23    src/usr.sbin/mountd/exports.5
  1.67      +15 -3     src/usr.sbin/mountd/mountd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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