Subject: Re: Problem mounting filesystem under directory with a space
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: netbsd-users
Date: 08/03/2006 15:56:06
In article <Pine.NEB.4.64.0608022049090.14698@glacier.reedmedia.net>,
Jeremy C. Reed <reed@reedmedia.net> wrote:
>On Wed, 2 Aug 2006, Scott R. Burns wrote:
>
>> 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:
>
>From looking at getfsent(3) code in fstab.c and from the fstab(5) manual 
>page it doesn't look possible.
>
>Rename the directory or maybe create a symlink for it.
>
>Or don't use fstab, but just add your mount line to your /etc/rc.local 
>file.
>

It would be nice to add strepbrk(str, delim, esc) which is like strpbrk()
but also takes an escape character. Then we can make fstab.c use it...
I have such a local change in my tree. The diff in fstab.c is just one
line then :-) Other things can use it too.

christos