View Single Post

   
  #4 (permalink)  
Old 02-21-2008, 05:26 AM
Freeride
 
Posts: n/a
Default Re: Need links to Logical Volume Management Docs

On Tue, 21 Oct 2003 04:29:23 +0000, Whyld-Chyld wrote:

> Freeride wrote:
>> On Mon, 20 Oct 2003 22:54:50 +0000, Whyld-Chyld wrote:
>>
>>
>>>I'm getting ready to do a complete system reconfig due to the addition
>>>of an extra 120 gig hd and I am planning on using LVM for all execpt
>>>/boot, swap and /root which are going to be primary partitions.
>>>
>>>What I need are links to the relavant docs involving setting it up in
>>>Gentoo instead of Redhat.
>>>
>>>Thanks for the assist

>>
>>
>>
>> LVMs are LVMs whether they are on Red Hat or Gentoo.
>>
>> http://www.ibiblio.org/pub/Linux/doc...LVM-HOWTO.html

> Main Reason is the fact that Gentoo doesn't use RPM's nor does it always
> work the same way as Redhat. No run levels for example.



If I recall correctly setting up LVs on Gentoo was a matter of just
compiling support for it in the kernel (Multi-device support (RAID and LVM)
), emerging the lvm-user tools, and then creating the LV's. You are
going to need to add lvm-mod to your modules.autoload if you compile LV
support as a module. The /etc/init.d/checkfs will pickup the LVs you
setup on the system. Should be fairly simple and straight forward.
Reply With Quote