Welcome, Guest. Please login or register.

Author Topic: Help with slow start SCSI Drive  (Read 1398 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline magneticTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Help with slow start SCSI Drive
« on: September 05, 2004, 08:53:04 AM »
Hi Amigans

I have an Amiga 2000 with a GVP 030 w/SCSI. I have 2 SCSI drives hooked up. One is a 250mb Maxtor SCSI and the new one I just added is a Seagate Baracuda 4gb (Both 50 pin)  

When I first power on the Amiga it boots from the Maxtor but the Seagate isnt recognized. I have to warm reboot and then it shows up.

I'm assuming this is due to the fact the drive needs time to spin up. How can I correct this problem so that the drive comes up on Power On?

Thanks in advance.

magnetic
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline Thomas

Re: Help with slow start SCSI Drive
« Reply #1 on: September 05, 2004, 11:09:00 AM »

If you always want to boot from the Maxtor, you could add the following lines to the beginning of your startup-sequence:

assign >nil: sdh0: exists
if warn
  reboot
endif

SDH0 is the name of one of the partitions on the Seagate. The Reboot command is on the Install disk. Certainly this will give you a loop if you remove the Seagate or if it has other troubles.

You could also try to swap the drives, or try different SCSI IDs (e.g. give the Maxtor a higher one than the Seagate).

Or look if the Seagate has a "boot delay" jumper which has to be removed (if it is a "disable boot delay" jumpper, it has to be set of course).

Bye,
Thomas

Offline EdKing

  • Full Member
  • ***
  • Join Date: Jul 2004
  • Posts: 163
    • Show only replies by EdKing
Re: Help with slow start SCSI Drive
« Reply #2 on: September 05, 2004, 02:23:35 PM »
It seems to me I had a simular problem on an old Rodime drive. I think I solved it by running GVPscsictrl (should be on the disk that came with the GVP card) after the computer booted up. It should scan the SCSI bus and find/mount the drive. I think I also used this command to recognize when I switched cartidges in my Syquest 44.

Ed King
 

Offline magneticTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Re: Help with slow start SCSI Drive
« Reply #3 on: September 05, 2004, 05:01:12 PM »
I will try this. Thank you very much.

magnetic
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs