Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 02:16:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 208663] It is not possible to use spaces in fstab paths when using jails
Message-ID:  <bug-208663-6-xVgwdPhw3l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208663-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208663-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208663

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie@FreeBSD.org

--- Comment #1 from Jamie Gritton <jamie@FreeBSD.org> ---
Created attachment 169588
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169588&action=
=3Dedit
Use strunvis to escape fstab characters

I took at look at getfsent(3), and it uses strunvis(3) to parse escape codes
(only in the pathnames).  So I've done the same thing when I parse fstab li=
nes
and the "mount" parameter.

Now the example you gave works, with the same \040 for space.  The quotes s=
till
won't work, but then they don't work in getfsent either, so that sounds pro=
per.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208663-6-xVgwdPhw3l>