Date: Sat, 23 Apr 2016 06:58:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-jail@FreeBSD.org Subject: [Bug 208663] It is not possible to use spaces in fstab paths when using jails Message-ID: <bug-208663-9824-LNL29IWJGi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208663-9824@https.bugs.freebsd.org/bugzilla/> References: <bug-208663-9824@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 --- Comment #2 from Chris Hutchinson <portmaster@bsdforge.com> --- Won't the following work? $ mkdir /tmp/Space\ Test $ mkdir /tmp/Space\ Mountpoint $ echo "/tmp/Space\ Test /tmp/Space\ Mountpoint" nullfs ro 0 0" >> /etc/fstab.jail_name (untested) Also, isn't fstab called fsTAB for a reason? While I've never tried to create one that uses spaces instead of tabs, I can't help but wonder. :) --Chris --=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-9824-LNL29IWJGi>