can you add lvm after your linux system is installed. i have apache, ibm db2, etc running and need to add lvm... how do i add the dasd
Ralph > -----Original Message----- > From: Ashley Chaloner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 8:04 AM > To: [EMAIL PROTECTED] > Subject: Re: lvm > > > In my experience, there is an entry in /etc/fstab, but lvm_mod is not > loaded at the right time, so I put in an init script: > > modprobe lvm-mod > vgchange -a y > mount /mnt/lvmdisc > > Hope this helps. > > Ashley Chaloner. > > < >
