From owner-freebsd-questions@FreeBSD.ORG Sat Jan 30 22:35:14 2010 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 1C0BA106568D for ; Sat, 30 Jan 2010 22:35:14 +0000 (UTC) (envelope-from eliaschr@cha.forthnet.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 889878FC13 for ; Sat, 30 Jan 2010 22:35:13 +0000 (UTC) Received: from mx-av-05.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-06.forthnet.gr (8.14.3/8.14.3) with ESMTP id o0UMZBuC006493 for ; Sun, 31 Jan 2010 00:35:11 +0200 Received: from MX-IN-02.forthnet.gr (mx-in-02.forthnet.gr [193.92.150.185]) by mx-av-05.forthnet.gr (8.14.3/8.14.3) with ESMTP id o0UMZBIg000699 for ; Sun, 31 Jan 2010 00:35:11 +0200 Received: from pluto.universe (62.1.173.159.dsl.dyn.forthnet.gr [62.1.173.159]) by MX-IN-02.forthnet.gr (8.14.3/8.14.3) with ESMTP id o0UMZ4qF003946 for ; Sun, 31 Jan 2010 00:35:05 +0200 Authentication-Results: MX-IN-02.forthnet.gr smtp.mail=eliaschr@cha.forthnet.gr; spf=neutral Authentication-Results: MX-IN-02.forthnet.gr header.from=eliaschr@cha.forthnet.gr; sender-id=neutral From: Elias Chrysocheris To: freebsd-questions@freebsd.org Date: Sun, 31 Jan 2010 00:35:02 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p2; KDE/4.3.4; amd64; ; ) References: <20100130190543.GA16205@free.bsd.loc> In-Reply-To: <20100130190543.GA16205@free.bsd.loc> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001310035.03260.eliaschr@cha.forthnet.gr> Subject: Re: fstab syntax 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: Sat, 30 Jan 2010 22:35:14 -0000 On Saturday 30 of January 2010 21:05:43 Jeff Laine wrote: > Hello, > > My question is regarding /etc/fstab synax. > How can I use spaces and quote symbols in my device name? > I tried to use double quotes and backslash, but no luck so far. > I.e. I'd like to put the following line: > > /dev/msdosfs/MY FLASH /mnt/flash msdosfs rw,noauto 0 0 > > Any ideas? > Unfortunatelly, spaces are not allowed in fstab syntax. I also have tried it before and figured out that there is no way to insert spaces in a folder or device name. Elias