From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: linux-kernel@vger.kernel.org
Subject: LVM <-> IDE: Wrong usage count?
Date: Fri, 27 Jul 2001 01:48:20 +0200 [thread overview]
Message-ID: <20010727014820.A8892@lug-owl.de> (raw)
Hi!
I've got some little box which consists mainly of a SCSI HDD (used
as system disk) and a LV (to hold data):
db-pg:~# uname -a
Linux mirror 2.4.7 #1 Mon Jul 23 12:56:36 CEST 2001 i686 unknown
db-pg:~# mount
/dev/sda3 on / type ext2 (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext2 (rw)
/dev/data_vg/data_lv on /home/data type ext2 (rw)
data_vg consists currently of one IDE HDD. Because IDE is not
needed for boot-up, it's build as modules. However, IDE module's
use count is zero ATM, which is a bad think (TM) IMHO:
db-pg:~# lsmod
Module Size Used by
rtc 5408 0 (autoclean)
nfs 73104 1 (autoclean)
lockd 49104 1 (autoclean) [nfs]
sunrpc 60880 1 (autoclean) [nfs lockd]
3c59x 25184 1 (autoclean)
lvm-mod 40624 2
ide-disk 6784 0
ide-probe-mod 8240 0
ide-mod 62000 0 [ide-disk ide-probe-mod]
apm 9040 0 (unused)
unix 15040 34 (autoclean)
Is lvm-mod's use count correct? Two seems one too much. And the IDE
module's use count seems to be wrong, too. They should be higher.
I could try to rmmod(8) ide-*, but I fear to loose the volume:-)
Could you please enlighten me WRT LVM's and IDE's use count?
MfG, JBG
reply other threads:[~2001-07-26 23:48 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=20010727014820.A8892@lug-owl.de \
--to=jbglaw@lug-owl.de \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®