Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zip drive errors
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Sat Sep 07, 2002 1:42 pm    Post subject: Zip drive errors Reply with quote

I keep seeing this in the logs, referring to my zip drive (it's a 250MB internal, /dev/sda4):

Code:

Sep  7 13:48:11 bioinf1 kernel: Device not ready.  Make sure there is a disc in the drive.
Sep  7 13:48:11 bioinf1 kernel: sda : READ CAPACITY failed.
Sep  7 13:48:11 bioinf1 kernel: sda : status = 0, message = 00, host = 0, driver = 28
Sep  7 13:48:11 bioinf1 kernel: Current sd00:00: sense key Not Ready
Sep  7 13:48:11 bioinf1 kernel: Additional sense indicates Medium not present
Sep  7 13:48:11 bioinf1 kernel: sda : block size assumed to be 512 bytes, disk size 1GB. 
Sep  7 13:48:11 bioinf1 kernel:  /dev/scsi/host0/bus0/target0/lun0: I/O error: dev 08:00, sector 0
Sep  7 13:48:11 bioinf1 kernel:  I/O error: dev 08:00, sector 0


Strangely, this keeps happening every few hours even though I am not accessing or using the zip disk.
Does anyone know why?
Thanks,
Milo.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Sep 07, 2002 3:34 pm    Post subject: Re: Zip drive errors Reply with quote

Strange... are you using SCSI emulation on that? I thought these zip drives were IDE (at least, the internal ones).

milothurston wrote:
I keep seeing this in the logs, referring to my zip drive (it's a 250MB internal, /dev/sda4):

Code:

Sep  7 13:48:11 bioinf1 kernel: Device not ready.  Make sure there is a disc in the drive.
Sep  7 13:48:11 bioinf1 kernel: sda : READ CAPACITY failed.
Sep  7 13:48:11 bioinf1 kernel: sda : status = 0, message = 00, host = 0, driver = 28
Sep  7 13:48:11 bioinf1 kernel: Current sd00:00: sense key Not Ready
Sep  7 13:48:11 bioinf1 kernel: Additional sense indicates Medium not present
Sep  7 13:48:11 bioinf1 kernel: sda : block size assumed to be 512 bytes, disk size 1GB. 
Sep  7 13:48:11 bioinf1 kernel:  /dev/scsi/host0/bus0/target0/lun0: I/O error: dev 08:00, sector 0
Sep  7 13:48:11 bioinf1 kernel:  I/O error: dev 08:00, sector 0


Strangely, this keeps happening every few hours even though I am not accessing or using the zip disk.
Does anyone know why?
Thanks,
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Sat Sep 07, 2002 5:01 pm    Post subject: Reply with quote

[quote]
Strange... are you using SCSI emulation on that? I thought these zip drives were IDE (at least, the internal ones).
[/quote]

I am using SCSI emulation on both the zip drive and the CD-RW. The zip drive seems to be working perfectly, other than those odd messages.
I'll try it with scsi emulation turned off, to see what happens.
Milo.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Sep 07, 2002 6:22 pm    Post subject: Reply with quote

Do you have any special reason to use SCSI emulation on ZIP?

milothurston wrote:
Quote:

Strange... are you using SCSI emulation on that? I thought these zip drives were IDE (at least, the internal ones).


I am using SCSI emulation on both the zip drive and the CD-RW. The zip drive seems to be working perfectly, other than those odd messages.
I'll try it with scsi emulation turned off, to see what happens.
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Sat Sep 07, 2002 9:33 pm    Post subject: Reply with quote

[quote] Do you have any special reason to use SCSI emulation on ZIP? [/quote]

No.
I'm not sure why I set it up, but it does work :-)
I will try it without the scsi emulation.
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Mon Sep 09, 2002 10:16 am    Post subject: Reply with quote

After further investigation, it seems that the internal zip will only work with SCSI emulation. Perhaps this is because it is on the scondary slave channel, and the primary slave is a CD-RW using such emulation.
Anyway, the errors still appear in the log if no disk is present. It would be good to know why, if anyone has the answer.
Thanks,
Milo.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Sep 09, 2002 1:34 pm    Post subject: Reply with quote

That's strange. Are you sure you booted without the hdX=ide-scsi option ?


milothurston wrote:
After further investigation, it seems that the internal zip will only work with SCSI emulation. Perhaps this is because it is on the scondary slave channel, and the primary slave is a CD-RW using such emulation.
Anyway, the errors still appear in the log if no disk is present. It would be good to know why, if anyone has the answer.
Thanks,
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Mon Sep 09, 2002 2:21 pm    Post subject: Reply with quote

Quote:

That's strange. Are you sure you booted without the hdX=ide-scsi option ?


The boot command line was:

Code:
root=/dev/hda2 hdc=ide-scsi mem=2048M


hdc will be the CD-RW (secondary master) and therefore the Zip should be hdd. However, /dev/hdd4 does not exist. /dev/sda4 does, and points to scsi/host0/bus0/target0/lun0/part4.
Thanks,
Milo.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Mon Sep 09, 2002 5:42 pm    Post subject: Reply with quote

I wouldn't think this was the expected behaviour... using ide-scsi in one disk affects all disks in the same IDE? Wow.

Could you boot without hdc=ide-scsi, just to satisfy my curiosity (of course, if it is not a pain for you)?


milothurston wrote:
Quote:

That's strange. Are you sure you booted without the hdX=ide-scsi option ?


The boot command line was:

Code:
root=/dev/hda2 hdc=ide-scsi mem=2048M


hdc will be the CD-RW (secondary master) and therefore the Zip should be hdd. However, /dev/hdd4 does not exist. /dev/sda4 does, and points to scsi/host0/bus0/target0/lun0/part4.
Thanks,
Milo.
Back to top
View user's profile Send private message
milothurston
Apprentice
Apprentice


Joined: 01 May 2002
Posts: 231
Location: Oxford, England.

PostPosted: Tue Sep 10, 2002 9:06 am    Post subject: Reply with quote

Quote:
I wouldn't think this was the expected behaviour... using ide-scsi in one disk affects all disks in the same IDE? Wow.


Nor would I, but I couldn't think of anything else.

Anyway, booting without any hdX=ide-scsi options causes the CD-RW to be recognised as an IDE rather than a SCSI disk, whilst the zip remains SCSI!
Milo.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue Sep 10, 2002 2:14 pm    Post subject: Reply with quote

Well, now it is looking like a bug.... maybe you should feel a bug report.

milothurston wrote:
Quote:
I wouldn't think this was the expected behaviour... using ide-scsi in one disk affects all disks in the same IDE? Wow.


Nor would I, but I couldn't think of anything else.

Anyway, booting without any hdX=ide-scsi options causes the CD-RW to be recognised as an IDE rather than a SCSI disk, whilst the zip remains SCSI!
Milo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum