[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] lvcreate_initrd & redhat 6.1
- From: "Fernando Dammous" <ferdam internetcom com br>
- To: "Jonathan S. Polacheck" <JPolache txfund com>, <linux-lvm msede com>
- Subject: Re: [linux-lvm] lvcreate_initrd & redhat 6.1
- Date: Mon, 15 Nov 1999 22:09:58 -0200
Hi,
the script lvcreate_initrd has a typo (-N 4096) in the line :
mke2fs -m0 -N 4096 $DEVRAM $INITRDSIZE >/dev/null 2>&1
Edit and change to -B 4096 :
mke2fs -m0 -B 4096 $DEVRAM $INITRDSIZE >/dev/null 2>&1
[]s
Fernando
----- Original Message -----
From: Jonathan S. Polacheck <JPolache txfund com>
To: <linux-lvm msede com>
Sent: Monday, November 15, 1999 8:53 PM
Subject: [linux-lvm] lvcreate_initrd & redhat 6.1
>
>
> Got lvm running on at RH 6.1 after patching a 2.2.10 kernal. All looking
> very good. However, when I ran lvcreate_initrd, it errored out;
>
> [root l61 tools]# ./lvmcreate_initrd
>
> Logical Volume Manager 0.7 by Heinz Mauelshagen 01/07/1999
>
> lvmcreate_initrd -- this script creates a LVM initial ram disk in
> /boot/initrd.z
>
> lvmcreate_initrd -- making ram filesystem
> lvmcreate_initrd -- ERROR making ram disk filesystem
>
> Also, any suggestions as to where to put the "vgscan" and "vgchange -a y"
> on this system. It uses the "Sys V" rc.d setup (no /sbin/init.d/boot
> file).
>
> Thanks,
>
> Jon Polacheck
>
>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]