From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 19:44:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0DE71065678 for ; Mon, 30 Jan 2012 19:44:10 +0000 (UTC) (envelope-from ssanders@taximagic.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7467D8FC08 for ; Mon, 30 Jan 2012 19:44:10 +0000 (UTC) Received: by bkbc12 with SMTP id c12so1834533bkb.13 for ; Mon, 30 Jan 2012 11:44:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.205.141.66 with SMTP id jd2mr3437856bkc.95.1327951302344; Mon, 30 Jan 2012 11:21:42 -0800 (PST) Received: by 10.205.34.199 with HTTP; Mon, 30 Jan 2012 11:21:42 -0800 (PST) Date: Mon, 30 Jan 2012 19:21:42 +0000 Message-ID: From: Scott Sanders To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFS Share with whitespace in its name X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 19:44:11 -0000 In the Linux NFS server it's permissible to share a directory with whitespace in the directory name by wrapping the first field in the exports list with double-quotes. This does not seem to be true with the FreeBSD NFS server. Is there a way to share a directory with spaces in the name? Thanks in advance, -Scott