• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

CentOS / RHEL 5 : dm-multipath file /etc/sysconfig/mkinitrd/multipath explained

by admin

– The purpose of the /etc/sysconfig/mkinitrd/multipath file, is to help mkinitrd determine whether or not to include the dm-multipath modules in the initrd image file.
– Note that setting MULTIPATH=yes has no effect, unless mkinitrd detects that the root device is using multipath. Remember that the purpose of the initrd image is only to load the necessary modules to get the root filesystem up and running.
– If the user installs with linux mpath option or using multipath devices, this file is not created but if the user installs single path device or local device this file is created and its contents is MULTIPATH=no.

The /etc/sysconfig/mkinitrd/multipath file should be an executable file.

# ls -l /etc/sysconfig/mkinitrd/multipath 
-rwxr-xr-x 1 root root 13 Setp 10  2017 /etc/sysconfig/mkinitrd/multipath
# cat /etc/sysconfig/mkinitrd/multipath
 MULTIPATH=no

Filed Under: Linux

Some more articles you might also be interested in …

  1. kwrite: command not found
  2. Set FTP Autologin with .netrc file in Linux
  3. bindkey Command Examples (Add keybindings to Z-Shell)
  4. addr2line Command Examples in Linux
  5. btm: An alternative to top
  6. “su: Authentication failure” – in Docker
  7. “aws s3 mv” Command Examples
  8. chfn: command not found
  9. apt-add-repository: command not found
  10. cupsd: Server daemon for the CUPS print server

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright