Chris Schuld's Blog

personal musings on the composition of software

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Projects
    • Browser.php – Detecting a user’s browser from PHP
    • Format.php – Formatting User I/O
  • About
  • Contact

Tag Archives: NFS

Adding NFS support to an OpenVZ VPS

Posted on September 6, 2009 by Chris Schuld
Reply

I still use a lot of NFS connections on my equipment and when I create OpenVZ VPS systems I need them to have access to NFS. Here are the steps I use:

From the Host Node (HN):

modprobe nfs
vzctl set 101 --features "nfs:on" --save

From the VPS:

yum -y install nfs-utils nfs-utils-lib
chkconfig --levels 345 portmap on
/etc/init.d/portmap start
Posted in CentOS5, OpenVZ | Tagged NFS | Leave a reply

Support this Blog & Software

All of the software on my site is free & open source and will stay that way! If you would like to donate here is the link:

Pages

  • Projects
    • Browser.php – Detecting a user’s browser from PHP
    • Format.php – Formatting User I/O
  • About
  • Contact

Categories

  • Asterisk
  • CentOS5
  • CSS
  • Featured
  • Fedora
  • Firefox
  • Linux
  • OpenVZ
  • Perl
  • PHP
  • Regex
  • Web Development
  • Windows
  • WordPress
  • XHTML

Tags

Asterisk Backup bind Browser.php CentOS5 CSS hylafax IAXModem lamp NFS OpenVZ PBX in a Flash Perl remi rpm smarty XHTML yum
Proudly powered by WordPress