Re: md driver - dropped disk still being used?

2011-07-19 Thread lee
Sandra Escandor sescan...@evertz.com writes:

 So, to get more specific with my question: If the raid10 module has
 disabled sdc, why is there a kernel log message after recovery that
 still involves sdc - no one should be talking to sdc, correct? I've
 attached a kernel log snippet. I can post more if needed.

The logs don't say that sdc is disabled.  Apparently the array doesn't
degrade and a rebuild is tried that fails when the kernel panics.  Have
you tried with a more recent kernel?


-- 
html messages are obsolete


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/877h7etws9@yun.yagibdah.de



Re: md driver?

2003-01-10 Thread Bob Proulx
Lance Hoffmeyer [EMAIL PROTECTED] [2003-01-09 18:29:42 -0600]:
 During boot I keep getting:
 
 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
 md: could not lock [dev 08:01], zero-size? Marking faulty.
 
 What is this?  If I determine I don't need it how do I
 remove it in the kernel?

As noted by others that is the software raid (multiple device) driver.
Which makes me think you are using a bootstrapping kernel which has
everything built in.  In which case you might consider updating to a
tuned kernel for your hardware.  The tuned kernels implement most
device drivers as modules.

  apt-cache search kernel-image

Updating from the bootstrapping kernel to a tuned kernel is slightly
more complex than the typical package install.  If seeing the md
driver noise at boot is your only complaint then I would not upgrade.

Bob




msg23476/pgp0.pgp
Description: PGP signature


Re: md driver?

2003-01-09 Thread Seneca
On Thu, Jan 09, 2003 at 06:29:42PM -0600, Lance Hoffmeyer wrote:
 During boot I keep getting:
 
 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
 md: could not lock [dev 08:01], zero-size? Marking faulty.
 
 
 What is this?  If I determine I don't need it how do I
 remove it in the kernel?

According to the kernel docs, its software RAID. If you don't need it
and its a module, rmmod it, else change kernel.

-- 
Seneca
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: md driver?

2003-01-09 Thread Dave Sherohman
On Thu, Jan 09, 2003 at 06:29:42PM -0600, Lance Hoffmeyer wrote:
 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
 md: could not lock [dev 08:01], zero-size? Marking faulty.
 
 What is this?  If I determine I don't need it how do I
 remove it in the kernel?

Multiple-disk device driver.  I know it handles the kernel's software
RAID implementation, and I suspect that LVM is based off of it also.

It's one of those things where if you don't know what it is, you
almost certainly don't need it...

-- 
The freedoms that we enjoy presently are the most important victories of the
White Hats over the past several millennia, and it is vitally important that
we don't give them up now, only because we are frightened.
  - Eolake Stobblehouse (http://stobblehouse.com/text/battle.html)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: md driver problem

1998-10-28 Thread Peter Iannarelli
hello Rodrigo:

I've never seen problems with a floppy before. Thats a good one.

Try booting a DOS floppy if you can to see what happens.

Try resetting the CMOS to the manufacturers defaults. You may also
try removing the two hard drives on your second IDE chain for the install.
You can reconnect and initialize them once your up and running.

First - check your physical connections. You never know, something may
have shaken loose.

Assuming the FD controller is on the motherboard, you may want to
go to the manufacturer web site as see if there is a firmware update



Peter.



Rodrigo Moya wrote:

 Hi all!

 I've been trying to install Linux (Suse, Debian, RedHat...) in a Pentium MMX
 200 with 3 hard disks and a cdrom, but with either distribution, the boot-up
 process hangs up in the same place (never mind whether started from DOS boot
 disk, Linux boot disk, cdrom...). This is the output I get:

 
 hda: Maxtor 90432D3, 4121MB w/256 cache, CHS=8374/16/63
 hdb: SAMSUNG WINNER-3 WN32543A(2.5GB), 2423MB w/109kB cache,
 CHS=4924/16/63
 hdc: ST3290A, 249MB w/64kB cache, CHS=1001/15/34
 hdd: MATSHITA CR-585, ATAPI CDROM drive
 ide0 at 0x1f0-0x1ft,0x3f6 on irq14
 ide1 at 0x170-0x177, 0x376 on irq 15
 no cont in shutdown
 floppy0: FDC access conflict
 Floppy drive(s): fd0 is 1.44M
 trying to lock fdc while usage count = 0
 floppy0: no floppy controllers found
 md driver 0.35 MAX_MD_DEV=4, MAX_REAL=8

 Of course I've got a floppy disk controller. I've tried disabling it but the
 results are the same. I would appreciate any help because now I've been
 trying to install linux in this computer for almost six months and in the
 meanwhile I have to use linux on a 386.

 Please help me

 Regards

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
begin:vcard 
n:Iannarelli;Peter
tel;fax:1+416-929-1056
tel;work:1+416-929-1885
x-mozilla-html:FALSE
url:http://www.genxl.com
org:GenX Internte Labs;Operations
adr:;;20 Madison Ave.;Toronto;ON;M5R 2S1;CA
version:2.1
email;internet:Peter.Iannarelli
title:Engineer
x-mozilla-cpt:;0
fn:Peter Iannarelli
end:vcard


Re: md driver problem

1998-10-28 Thread Rodrigo Moya
Try booting a DOS floppy if you can to see what happens.
I've been using all this time Windows on this computer, and the floppy works
perfectly well. Usually, I start the installation process by booting with a
DOS disk, and then executing boot.bat from the cd.

Try resetting the CMOS to the manufacturers defaults. You may also
try removing the two hard drives on your second IDE chain for the install.
You can reconnect and initialize them once your up and running.
Well, now I've got four disks, but before I had only one and the CD and the
results were worst, since the installation process used to stop after
detecting the disks.

Assuming the FD controller is on the motherboard, you may want to
go to the manufacturer web site as see if there is a firmware update
What do you mean by firmware update?

Thanks very much



Re: md driver problem

1998-10-28 Thread Rodrigo Moya
It doesn't seen to be a floppy problem but the md-driver seems to hang.
Sorry for me being stupid, but what exactly is the MD-driver?

Thanks very much



Re: md driver problem

1998-10-28 Thread Rodrigo Moya
The Multiple-Device-Driver for HD-Mirroring and Striping
So, what does this mean? What should I change in the BIOS or wherever?


Re: md driver

1997-11-14 Thread RedHat Linux User



 
   Have you ran badblocks on /dev/hda4 ?


Thats what was reporting the error

 
 Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
   2:343/108.91   -  _`\;_   http://casal.upc.es/~pere/
 PGP key available ---  (_)/ (_)Lo importante es el concepto
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


re: md driver

1997-11-14 Thread Pere Camps
Hi!

If anybody sent replies to my reply about the re:, please send
them again. I accidentally deleted them.

Thanks.

Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
  2:343/108.91   -  _`\;_   http://casal.upc.es/~pere/
PGP key available ---  (_)/ (_)Lo importante es el concepto


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: md driver

1997-11-12 Thread Pere Camps

 /dev/hda4 is a 3.3G linux partition   \
 /dev/sda1 is a 4.0G (whole drive) |
 /dev/sdb1 is a 4.0G (whole drive) |
 /dev/sdc1 is a 2.0G (whole drive)/

I don't have the documents right here, but are you sure that the
md drive can handle 13.3 GB partition?

 3 months ago I put this machine together and it worked then.

A reason for the md driver to be able to handle 13.3 GB

Have you ran badblocks on /dev/hda4 ?

Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
  2:343/108.91   -  _`\;_   http://casal.upc.es/~pere/
PGP key available ---  (_)/ (_)Lo importante es el concepto


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .