Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 16:28:21 +0200
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        Rick Macklem <rmacklem@uoguelph.ca>
Cc:        freebsd-fs@freebsd.org, Mickael Canevet <mickael.canevet@gmail.com>
Subject:   Re: NFS export with space in directory name
Message-ID:  <20121108142821.GA55875@pm513-1.comsys.ntu-kpi.kiev.ua>
In-Reply-To: <416641890.106495.1352333402239.JavaMail.root@erie.cs.uoguelph.ca>
References:  <CABu8J6HvpRO%2BsCehOkpeOtmdMB8bkONA4zCgU87c4X7pR3DYAQ@mail.gmail.com> <416641890.106495.1352333402239.JavaMail.root@erie.cs.uoguelph.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 07, 2012 at 07:10:02PM -0500, Rick Macklem wrote:
> Mickael Canevet wrote:
> > 
> > So I'd like to know if there is a way to export a directory with a
> > space in
> > its name on FreeBSD 9.0-RELEASE ?
> > 
> Running mountd-> Nope.
> 
> I am not sure if nfse can support this? (It can be found on sourceforge.net
> and I've cc'd Andrey, since he'll know the answer.)

Such support exists in nfs.exports(5) (nfse native mode), a pathname can be
enclosed in double quotes or any character can be represented by three octal
digits of its ASCII code.  Such support will not work in "nfse -C", since
exports(5) does not support this.



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