Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

Thread: HDD problems

  1. #11
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    That shows that IDEFix is working. Because the standard 3.1 ROMS has no ability to detect HDD over 4GB it will only detect the first 4gb of your HDD. If your first partition is 2GB and the second is > than 2GB it will not detect your second partition and all subsequent partitions. However when you do a soft reboot IDEFix has already patched your system to accept >4GB HDD which is why it is recognising the other partitions. Try getting ffstd64.lha Even though you don't use FFS it might help but i doubt it. 3.1 just wasn't built for large HDD's.

    I would now like to hand you over to our friend Bloodwych in a thread on EAB. Here.
    Last edited by Buleste; 31st July 2008 at 08:43. Reason: Double posting - posts have been automerged
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  2. #12
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,662
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    But I thought that IDEFix patches scsi.device during startup via the startup sequence?

    I know it remains resident in memory on reboot (because I edited the startup-sequence to make it do this) and this is what I'm guessing is the reason why the extra partitions appear, but I thought as it was patching it to start immediately that it would see them on first boot?

    If you haven't played a classic game in years, it's never too late to start!


  3. #13
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    You'd have to double check with the IDEFix documentation on that one but giving that you aren't having any joy i'd say either you've not quite got IDEFix set up to do this or it doesn't. TBH I've only ever used HDD >4GB with either 3.5 or 3.9 and even then it's not always easy.

    What entry do you have in startup-sequence?
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  4. #14
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,662
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    I think if anything, it might be something in the startup-sequence that needs to be altered.

    At the moment I've got:
    Code:
    ;BEGIN IDEFIX
    If Exists C:IDEfix
    ; C:IDEfix
    LoadIDE START Quiet
    EndIf
    ;End IDEfix

    If you haven't played a classic game in years, it's never too late to start!


  5. #15
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    First off is the semi colon before c:IDEfix on line 3 that means you're not actually starting idefix at the moment. Try that and see if that works.
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  6. #16
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,662
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    According to the text comment above that line it tells me to replace C:IDEfix with LoadIDEfix Quiet. That is the reason I commented out the C:IDEfix line. I've also tried it with and without it commented and it seems to make no different.

    If you haven't played a classic game in years, it's never too late to start!


  7. #17
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    The if statement is there to see if idefix exists then if it does it then goes C:idefix etc. but if it doesn't exist then it skips the lines until endif. you need to remove the semi colon. The loadide is a different command.

    Try putting a semi colon before the LoadIDE command and see if that works (i dont appear to use tha command at all in any of my startup).

    I've just been looking at the installation file and for IDEFix to work you must add "C:IDEFix" or "LoadIDE reset" to your startup-sequence. It appears that if you use LoadIDE it has to do a soft reboot before it works so in theory if you just use C:IDEFix it should work. If not just add reset to the LoadIDE command.
    Last edited by Buleste; 31st July 2008 at 11:15. Reason: Double posting - posts have been automerged
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  8. #18
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,662
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    Great, cheers for that info. I've tried just C:IDEfix on its own and that didn't work until I did a soft reset, and LoadIDE START Quiet was the same, but I've not tried LoadIDE reset. I will give that last one a try and see what happens.

    If you haven't played a classic game in years, it's never too late to start!


  9. #19
    I am Legion for we are many. Staff Member
    My location

    Buleste's Avatar
    Join Date
    Oct 2007
    Location
    Staffordshire Moorlands
    Posts
    4,079
    Downloads
    1
    Uploads
    0
    LoadIDE reset will work fine as it's just doing a soft reset early in the startup. Hopefully it shouldn't put it into a loop of start/reset etc.
    A1200 Power Tower
    OS 3.9 / CGX4 / OS4.0
    Blizzard 210Mhz (overclocked to 266Mhz) 603e PPC with 25Mhz 040 (Overclocked to 33Mhz) 256Mb RAM
    ZIV
    CV64/3D
    3.2Gb HDD + 20GB HDD

  10. #20
    Retro Addict Administrator
    My location

    Burger Time Champion, Sonic Champion Harrison's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Posts
    16,662
    Blog Entries
    1
    Downloads
    6
    Uploads
    14
    OK, here are my findings trying out each of the different commands, trying each in the startup-sequence to see what they would do. And with each I did a cold boot, followed by a reset/warm reboot.

    "C:IDEfix"
    Cold boot: only first partition appears + CD drive works.
    Soft reboot:
    still only first partition appears + CD drive works.

    "LoadIDE START Quiet"
    Cold Boot:
    only first partition appears + CD drive works.
    Soft reboot:
    All partitions now appear + CD drive works.

    "LoadIDE reset"
    Cold Boot: The Amiga starts to boot for about a second, then the screen flashes and does a reset (presumably it has loaded IDEFix and then resets), however it then shows a message saying IDEFix is already loaded and then an error screen saying intuition is trying to reset the screenmode. However all of the HD partitions are present and the CD drive works.
    Soft reboot:
    Everything loads as it should. All partitions are present and CD works.

    "LoadIDE reset Quiet"

    Initial attempt: Amiga did quick load and reset to make IDEfix resident. But then the system halted on a black screen. A soft reset then loaded everything properly.
    A second attempt did the following:
    Cold Boot: Seems to work! All partitions and CD Drive work.
    Soft Reboot: Everything loads as it should. All partitions and CD work.

    So it looks like "LoadIDE reset Quiet" is the one to use. However it seemed to not work the first time I tried, but has since. Time will tell if it continues to work or not. Fingers crossed it does.

    Now everything is working I can get on with customising the case to fit everything inside (at the moment the CD drive is sitting to the left of the A1200 with the ribbon cable going into the side of the case).

    If you haven't played a classic game in years, it's never too late to start!


Similar Threads

  1. Canon EOS problems
    By Stephen Coates in forum General Chat
    Replies: 13
    Last Post: 23rd June 2008, 12:11
  2. Web Design SQL problems
    By Stephen Coates in forum General Chat
    Replies: 34
    Last Post: 24th September 2007, 15:57
  3. DVD ROM problems
    By Demon Cleaner in forum PC - Windows, Linux, Mac
    Replies: 6
    Last Post: 10th September 2007, 15:02
  4. MySpace problems
    By Submeg in forum General Chat
    Replies: 12
    Last Post: 12th February 2007, 23:30

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright classicamiga.com