From: Rolf Eike Beer <eike@euklid.math.uni-mannheim.de>
To: linux-lvm@sistina.com
Subject: [linux-lvm] LVM and startup-scripts
Date: Thu, 26 Jul 2001 22:01:47 +0200 [thread overview]
Message-ID: <01072622014700.00528@bilbo> (raw)
Hi!
I had some problems with lvm at startup, too. The scsi driver created the
directories /dev/scsi/host0/bus0/targetNN/lun0, but not the entry disc in it.
This works now, but is ugly:
modprobe -k aic7xxx
mknod /dev/sda b 8 0 >/dev/null 2>&1
modprobe -k lvm-mod
vgscan
vgchange -a y
Any better ideas?
R.E.Beer
reply other threads:[~2001-07-26 20:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=01072622014700.00528@bilbo \
--to=eike@euklid.math.uni-mannheim.de \
--cc=linux-lvm@sistina.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.