[Bug 208663] It is not possible to use spaces in fstab paths when using jails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 23 06:58:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663

--- Comment #2 from Chris Hutchinson <portmaster at 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

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


More information about the freebsd-jail mailing list