From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 12 22:00:14 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA8E1065672 for ; Fri, 12 Feb 2010 22:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 214118FC12 for ; Fri, 12 Feb 2010 22:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1CM0DKf002477 for ; Fri, 12 Feb 2010 22:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1CM0Dnf002476; Fri, 12 Feb 2010 22:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 12 Feb 2010 22:00:13 GMT Resent-Message-Id: <201002122200.o1CM0Dnf002476@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, IIJIMA Hiromitsu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0327C106568D for ; Fri, 12 Feb 2010 21:50:40 +0000 (UTC) (envelope-from delmonta@sodans.usata.org) Received: from sodans.usata.org (sodans.usata.org [61.211.239.46]) by mx1.freebsd.org (Postfix) with ESMTP id CEC808FC08 for ; Fri, 12 Feb 2010 21:50:39 +0000 (UTC) Received: by sodans.usata.org (Postfix, from userid 1000) id BB74995841; Sat, 13 Feb 2010 06:33:27 +0900 (JST) Message-Id: <20100212213327.BB74995841@sodans.usata.org> Date: Sat, 13 Feb 2010 06:33:27 +0900 (JST) From: IIJIMA Hiromitsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: misc/143848: fstab should accept device filenames with whitespaces X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: IIJIMA Hiromitsu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 22:00:14 -0000 >Number: 143848 >Category: misc >Synopsis: fstab should accept device filenames with whitespaces >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 12 22:00:13 UTC 2010 >Closed-Date: >Last-Modified: >Originator: IIJIMA Hiromitsu >Release: FreeBSD 8.0-RELEASE i386 >Organization: DENNOU GEDOU GAKKAI, N.D.D. >Environment: FreeBSD prime.dennougedougakkai-ndd.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have installed ports/sysutils/fusefs-ntfs and I got a device name '/dev/ntfs/Windows XP'. The following commands work fine: # mkdir /c # mount '/dev/ntfs/Windows XP' /c But when I try to write this mounting to /etc/fstab, There is no way to write the whitespace in fstab. I tried (1) quoting filename with "" and (2) using \040 notation, with no good result. >How-To-Repeat: Try to mount a NTFS partition with a volume label with a whitespace. >Fix: >Release-Note: >Audit-Trail: >Unformatted: