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 [thread overview]
Message-ID: <000601bf2fc6$ed402fa0$030116ac@fd1> (raw)
In-Reply-To: 8525682A.0078290B.00@fund-dc2.txfund.com
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
>
>
>
next prev parent reply other threads:[~1999-11-16 0:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-11-15 22:53 [linux-lvm] lvcreate_initrd & redhat 6.1 Jonathan S. Polacheck
1999-11-15 23:54 ` Heinz Mauelshagen
1999-11-16 0:09 ` Fernando Dammous [this message]
1999-11-16 0:38 ` Harald Milz
1999-11-16 9:23 ` Luca Berra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000601bf2fc6$ed402fa0$030116ac@fd1' \
--to=ferdam@internetcom.com.br \
--cc=JPolache@txfund.com \
--cc=linux-lvm@msede.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.