| Ivorde.RO - Unix-Linux-BSD-Website Development and DatabasesTutorials and guides LVM HOWTO | ||
|---|---|---|
| Prev | Chapter 7. LVM 1 Boot time scripts | Next |
It is necessary to edit the file /etc/rc.d/rc.boot. Look for the line that says "Mounting local filesystems" and insert the vgscan and vgchange commands just before it.
You may also want to edit the the file /etc/rc.d/init.d/halt to deactivate the volume groups at shutdown. Insert the
vgchange -an
|