/etc/modprobe.d/

On CentOS and probably other RedHat-based distributions, /etc/modprobe.d/ is the directory which contains configurations for loading kernel modules, module aliases and module blacklists, that are specific to the host, and not shipped by packages (those should go in /usr/lib/modprobe.d/.

Module configurations from both directories are read by default, unless dracut is run in generic mode.

See also

Set up CentOS 6 as NFS Server

These are minimal instructions on how to set up an NFS server running on CentOS 6.

  1. Install the required packages:

    yum install nfs-utils nfs-utils-lib
    
  2. Enable and start the required services:

    chkconfig rpcbind on 
    chkconfig nfs on
    
    service rpcbind restart
    service nfs restart
    
  3. Create shares by editing: /etc/exports

Mail Tools

About

Hello, I'm Marios Zindilis and this is my website. Opinions are my own. You also find me on LinkedIn and GitHub.

Unless otherwise specified, content is licensed under CC0.

Search