From f64c7014eb64bb8f137b1e30c35561ef96396e67 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Thu, 28 Apr 2016 03:47:52 -0700 Subject: [PATCH] fstab.girocco: add note about possible late mounting Signed-off-by: Kyle J. McKay --- fstab/fstab.girocco | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fstab/fstab.girocco b/fstab/fstab.girocco index 07c094e..91b0f9c 100644 --- a/fstab/fstab.girocco +++ b/fstab/fstab.girocco @@ -5,6 +5,14 @@ # # +# IMPORTANT: +# It may be necessary to add a "late" option to these entries +# so that they are mounted after the filesystem they are trying +# to mount into (such as ZFS). On FreeBSD this can be accomplished +# simply by adding a "late" option. On Linux if delaying the mounts +# is required, it may be necessary to add a "noauto" option and then +# manually mount them in /etc/rc.local. + # mount the git repositories in the jail # Note that on FreeBSD a "bind" mount is accomplished by setting the type to # nullfs and the options to rw as FreeBSD does not have a mount --bind option -- 2.11.4.GIT