Difference between revisions of "util-vserver:Fstab"

From Linux-VServer

Jump to: navigation, search

Revision as of 15:12, 10 February 2007

About /etc/vservers/<name>/fstab

The file has the format as described by man 5 fstab *except*:

  • the fifth and sixth fields (fs_freq and fs_passno) are ignored. If you need fsck to run on a device before mounting it, you have to do so by a separate means, e.g. by running it from scripts/prepre-start. But be sure that either fsck's input/outputs are tied to some tty (by setting /etc/vservers/guest/apps/init/tty or /etc/vservers/.defaults/apps/init/tty), or you supply one of the -y or -n options (man e2fsck) so that it can run non-interactively.
Personal tools