From 69b0b026e4fab59dbb6a8a5d35b134467ae834a3 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 10 Mar 2004 05:34:43 +0000 Subject: [PATCH] documented 'fstab.local' and enhanced 'fstab' doc git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1205 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/doc/configuration.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/util-vserver/doc/configuration.xml b/util-vserver/doc/configuration.xml index 37903c3..04b78db 100644 --- a/util-vserver/doc/configuration.xml +++ b/util-vserver/doc/configuration.xml @@ -203,7 +203,16 @@ - The fstab file for the vserver. + The fstab file for the vserver. Entries in this file will be mounted within the + network context of the vserver; this means that mount will be called as 'chbind <options> + mount ...'. Use the 'fstab.local' file when you do not want this behavior, but in most cases + the 'fstab' file should be used. + + + + The fstab file for the vserver. In opposite to the normal 'fstab' file, the + mounting happens in the local network context. Currently there is no way to mix entries of + both files; 'fstab' will be always processed before 'fstab.local'. -- 1.8.1.5