Subject: Re: Problem mounting filesystem under directory with a space
To: Scott R. Burns <Scott.Burns@Netcontech.Com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 08/02/2006 20:51:41
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.