Subject: Re: Problem mounting filesystem under directory with a space
To: None <netbsd-users@netbsd.org>
From: Thomas Kaepernick <Thomas.Kaepernick@web.de>
List: netbsd-users
Date: 08/31/2006 22:52:03
Am Wed, Aug 02, 2006 at 09:36:40AM -0400, schrieb Scott R. Burns:
> NetBSD 2.0.2/i386
> I have a need to mount a filesystem under a directory that has a space in
> it. If I use the syntax in the shell of:
>
> mount /dev/sd2h "/data4/clients/Netcon Technologies/project_Marquee Manager"
>
> The mount works fine.
>
> In fstab if I put:
>
> /dev/sd2h "/data4/clients/Netcon Technologies/project_Marquee Manager" ffs
> rw 1 2
>
> I get:
> mount: /etc/fstab, 18: Missing fields

Do it be a possibility?:

/dev/sd2h /data4/clients/Netcon\ Technologies/project_Marquee\ Manager \ 
                               ^^                            ^^
ffs rw 1 2

Thomas