Welcome, Guest. Please login or register.

Author Topic: SCSI HDD not seen unless IDE HDD connected  (Read 6443 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
SCSI HDD not seen unless IDE HDD connected
« on: April 11, 2006, 07:50:49 PM »
I have just got my SCSI hard drive set up on my Blizzard 1230, and have migrated all my files from my IDE drive to the SCSI drive.

If I power the system on with the IDE hard drive connected then it starts up fine and boots from the SCSI drive. If I disconnect the IDE cable from the A1200 motherboard then none of the partitions on the SCSI drive show up in the early startup screen.

For now I have turned off the bootable flag on all of the partitions on the IDE drive and hidden them from Workbench, but I would like to remove the IDE drive totally. Any ideas why this is happening?

Thanks

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Flashlab

  • Hero Member
  • *****
  • Join Date: Aug 2005
  • Posts: 1396
    • Show only replies by Flashlab
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #1 on: April 11, 2006, 07:58:24 PM »
That's weird! Does the SCSI part of the Blizzard have a ROM which you can update? I had problems too with my SCSI; an update did the trick.
Amiga 4000D Cyberstorm PPC 060@50 604@200 SCSI 130Mb Ram G-Rex Voodoo3 PicassoIV Paloma Ariadne Delfina Lite

Online Flash version of BoulderDash: Offline...
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #2 on: April 11, 2006, 08:00:22 PM »
No I don't think so. I believe it has the latest version (8.5). Even so, you have to use a patch called SoftSCSI to update on the fly if it's not the latest version, so I don't think the firmware is flashable.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline tonyvdb

Re: SCSI HDD not seen unless IDE HDD connected
« Reply #3 on: April 11, 2006, 09:43:12 PM »
There is a hack made called NoIDE on Aminet but I am not sure if it will work on an A1200 as it was writen for an A4000. That may solve your problem. The problem is that the rom searches the IDE first and looks for another bootable device Floppy or other device. The SCSI controler takes longer to start up and thus misses the search. Have you tried doing a soft reset after booting?
Amiga 2000HD Indivision ECS
Amiga 4000D towerised OS 3.1 and 3.9 on CF cards
Indivision AGA, Mediator 4000
Video Toaster 4000 Flyer v4.3 Millenium.
202gig of video drive space & 5gig audio.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #4 on: April 11, 2006, 09:45:45 PM »
You forgot to put the filesystems to SCSI drive's RDB.

They're currently only on the IDE drive, and thus the SCSI drive can only mount the partitions if the used filesystem is in memory already (from the IDE drive).

Just add the same filesystems with same DOSTypes to the SCSI drive and you'll be able to remove the IDE drive permanently.
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #5 on: April 11, 2006, 09:57:04 PM »
Quote

motorollin wrote:
I have just got my SCSI hard drive set up on my Blizzard 1230, and have migrated all my files from my IDE drive to the SCSI drive.


Quote

Piru wrote:
You forgot to put the filesystems to SCSI drive's RDB.



but how can you format a disk/partition and move the files in if the disk has not got the rdb? everytime i use hdtoolbox to setup a new disk after the installation of disk hdtoolbox put by it's self the ffs on the rdb. only if you go manualy can change the setup of partitions and rdb to something else.
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #6 on: April 11, 2006, 10:04:02 PM »
@Piru
I did install SFS in the RDB, but I think I may have forgotten to change the DOS type. I guess when I formatted the partition when booted from my IDE disk it was using the SFS DOS type setting from the IDE drive's RDB, but the one on the SCSI disk is different which is why it can't see the partition without the IDE drive connected :crazy:

I tried booting from a floppy with the SCSI tools on it, with no IDE drive connected, and sure enough, the drive did actually show up in unitcontrol, or the other one, forget which... but it was there anyway. Too tired to think about this now... tomorrow I'll reinstall the RDB and install SFS properly.

Thanks :-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #7 on: April 11, 2006, 10:09:58 PM »
and reformat and put files once again :lol:
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #8 on: April 11, 2006, 10:20:11 PM »
There is no need to reformat anything. Just put the filesystem in the RDB with correct DOSType and it will work just fine.
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #9 on: April 11, 2006, 10:26:10 PM »
hmmm, let's hope.
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #10 on: April 12, 2006, 06:57:30 AM »
Too late - I decided to reinstall the RDB to get a fresh start, just in case something goes wrong later on.

Unfortunately when I installed the RDB it only say 1.7GB on the whole drive  :-?  I'm booting from my 3.9 Emergency Disk. If I use the SCSI tool rather than HDToolBox to partition it then I get an error that reading the geometry failed.

I'm trying a low level format to wipe everything out, then I'll try again. Otherwise, am I stuck now with a 1.7GB disk  :-?  :-?  :-?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #11 on: April 12, 2006, 07:09:40 AM »
Just enter the correct geometry in HDToolbox.  No need to low level format anything.
Time to move on.  Bye Amiga.org.  :(
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #12 on: April 12, 2006, 07:31:02 AM »
Well you were right, low level formatting made no difference. I'm trying to find the correct geometry (Quantam Atlas, 18.3GB, part no. XC18L011 rev 02-C) but not having much luck.

Is it safe to increase the number of cylinders without knowing what the actuall value is, as long as I don't go over the actual size of the disk?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Thomas

Re: SCSI HDD not seen unless IDE HDD connected
« Reply #13 on: April 12, 2006, 08:50:38 AM »

You can enter anything you like into HDToolbox, as long as the total size fits into the real size of the HDD.

You can also use other programs like HDInstTool or HDToolbox from BB2 so that the geometry is read correctly.

Bye,
Thomas

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: SCSI HDD not seen unless IDE HDD connected
« Reply #14 on: April 12, 2006, 09:01:40 AM »
Thanks Thomas. I did experiment with the number of cylinders so that the overall size of the disk was just below 18.3GB, and was able to create and format partitions. I have emailed Quantum to get the actual values just in case.

I've learned a lesson - write down the geometry before doing anything :-)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10