Welcome, Guest. Please login or register.

Author Topic: Amiga Workbench and Amiga Hard Drive Installl (A600)  (Read 3195 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MaccaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 32
    • Show only replies by Macca
Amiga Workbench and Amiga Hard Drive Installl (A600)
« on: July 03, 2004, 08:56:49 PM »
Well two topics in one really...

I have a 12GB 2.5" Hard Drive for my A600 - I haven't physically put it in the Amiga yet but have been practicing on WinUAE so I don't make any mistakes.  However when I boot from the Install Disk it doesn't allow me to partition the drive.  It also asks me to do a low level format - as I will be using an IDE drive I don't want to actually do this. I wondered about the correct way to do this?

Also my Workbench disks are broken - I do own them - and can take pictures to prove this - I have the ADF images but need them written back to disk.  I would, obviously, pay for the priviledge or provide some small piece of hardware (DVD drive / Replacement Floppy Drive / 128MB PC2100 memory and prove that I own an Amiga / Workbench before you make the disks for me.  But anyway to cut it short I would like someone to write the disks back for me and post them to me (UK).

You can email me: maccaz (at) dsl (dot) pipex (dot) com

Obviously substitute the at with @ and the dot with . and no brackets () or spaces.

I've seen a few websites that would do this but they are too expensive and cost more than the Amiga itself would cost(£25 for a full set).

If anyone could help me out on any of the above I would be most grateful.

Many thanks,


Macca
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #1 on: July 04, 2004, 12:58:57 AM »
Hi
First,
DON`T  low level format the hard drive....

You'll break it.

Have a look at some second-hand websites for the disks, (£5 at most) , like amibench...
(hum, i just noticed someone giving away a free 1200 there)
Oh well..

And when you do get them you'll have to partition the HD into a few partitions (depending on the OS version, with the limiting size of 2Gb)

Then format and install

Easy. :-)

Offline Hyperspeed

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 1749
    • Show only replies by Hyperspeed
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #2 on: July 04, 2004, 02:20:05 AM »
Firstly I would have to say that a 12Gb is not the best disk to have
chosen for an A600!

The smaller the better in my opinion and personally I would have gone
for less than 2Gb.

The Workbench revision you will be running at won't allow for more
than 2Gb and when you reach this limit you'll start writing over the
first few megabytes. Also HDToolBox really doesn't like partitions
over 1Gb.

If you want you can upgrade to the latest HDToolBox and Workbench 3.5
or better for 2Gb+ but are you really going to fill that on an A600!?

There are only 4,000 Amiga games out there you know!

:-D :-D :-D :-D

One other thing to remember with HDToolBox is when you first start to
SELECT DRIVE TYPE and READ CONFIGURATION, then save. This will allow
HDToolBox to correctly read in the drive's geometry to give your
partitions everything they need.

Then VERIFY FOR ERRORS to see if the drive surface has degraded and if
it has HDToolBox will tell you which "bad blocks" to "map out".
Allowing Workbench to write around these areas of the disk.

Then I would reccomend doing a FULL FORMAT from
Workbench->Tools->Format. This will help you should there be any
trouble with your HDToolBox settings and also clear unwanted data away
should you need to use DiskSalv to recover anything. On a 12Gb drive
this could take a long time so only use this on 2Gb-or-less drives.

:-)
 

Offline miles

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 263
    • Show only replies by miles
    • http://homepages.ihug.co.nz/~miles.j
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #3 on: July 04, 2004, 07:47:25 AM »
With the 600 running a version 2.x kickstart don't get a drive over 4Gb.  With the 600 you need Kickstart 2.05 for hard drive support, some have 2.04 and no hard drive support.  You need more ram to properly support the hard drive under FFS.  Don't low level format a IDE drive!

If you need a drive that big consider buying a expanded 1200.
AMIGA 3000dT 060~66mhz RAM: *128*Mb/CyberVision64: *4*Mb/*18*Gb SCSI HDDs CD ROM CD-RW
Scanjet 5p/ZIP *100*/Canon BJC3000/Casio QV100 camera/Multiface 3/A2065/Toccata  
Operating system AMiGA Workbench 3.5.2
 

Offline MaccaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2004
  • Posts: 32
    • Show only replies by Macca
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #4 on: July 04, 2004, 11:09:12 AM »
Well what about multiple partitions - could i not just have 3 * 4GB partitions? Or 4 * 3GB or whatever?
 

Offline Thomas

Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #5 on: July 04, 2004, 11:29:32 AM »

No. The device driver cannot address the area above the 4GB limit, no matter how big the partitions are.

And even worse, you are able to create partitions above the 4GB limit, but if you try to access them, the accesses are wrapped around to the lower 4GB. So if you write to a partition above the 4GB limit, you will overwrite data below the limit, probably destroying important data, at least corrupting part of the data.

The problem is a 32bit interface between the device driver (usually called scsi.device) and the filesystem (FastFileSystem) or low-level application program (Format, DiskSalv, ReOrg, PC-Task, ShapeShifter etc.).

What you need to do to access above the 4GB limit is to replace both, the device driver and the program talking to it, by a version which can use 64bit commands. The device driver can be replaced by OS3.9 or IDEfix and the file system can be replaced either by the new FastFileSystem coming with OS3.9 or by PFS3 or SFS. There are no replacements for programs like DiskSalv etc. as mentioned above, so beware of using them on partitions above the 4GB limit.

AFAIK both IDEfix and OS3.9 need Kickstart 3.1 and more memory, so no way to use them on a stock A600.

Bye,
Thomas

Offline BoingBoss

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 342
    • Show only replies by BoingBoss
    • http://home.comcast.net/~doom2fan/
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #6 on: July 05, 2004, 06:25:59 AM »
Hi Macca,

The best hard drive to use with an Amiga 600 computer is one that is less then 1 gig.  I find these drives in old laptops from my local Goodwill.  I can usually buy the whole laptop for less then $15.00.  The 2.5" hard disks in these old laptops are perfect for an Amiga 600.  I have never had any problems formatting them and they work really well.  When it comes to the Amiga, you can not think of it in the same way as a PC.  PC computers waste a lot of memory and hard drive space because of sloppy programming.  The Amiga computer does not waste memory or hard drive space because the programs are programmed much better and for a much better processor.  Have you ever wondered why it took over 10 YEARS for the PC clone computers to finally catch up to an Amiga 1000?  Or have you ever wondered why an Amiga 2500 with a 68060 board OUT-PERFORMS a Pentium III PC computer?  What I am trying to say is that with a PC you would need a 12 Gig hard drive, but with an Amiga computer you only need a 1 or 2 Gig hard disk.  Remember, Amiga programs are smaller in size but do the same amount of work.   :-D
My favorite TV shows:  Star Trek Voyager, Forever Knight, Stargate SG1, Married with Children, As Time Goes By, Mr. Bean, Smallville, The Six Million Dollar Man, and Xena
 

Offline jeffimix

  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 853
    • Show only replies by jeffimix
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #7 on: July 05, 2004, 08:22:15 AM »
On the up and free side however, you can just partition the first 4 gigs.
\\"The only benchmarks that matter is my impression of the system while using the apps I use. Everything else is opinion.\\" - FooGoo
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #8 on: July 05, 2004, 12:07:28 PM »

anyway, SFS 1.214 requires at least a 68020 CPU and AmigaOS 3.0.



 

Offline kd7ota

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1433
    • Show only replies by kd7ota
    • http://www.qrz.com
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #9 on: July 05, 2004, 08:06:01 PM »
Quote

BoingBoss wrote:
Or have you ever wondered why an Amiga 2500 with a 68060 board OUT-PERFORMS a Pentium III PC computer?


I really highly doubt that.  I had a Pentium 3 450mhz and 256mb ram, and a Geforce 2 card, which I bet you cant play an MP3 full quality on your 060 and still be able to surf the net and do various tasks without it chocking.
-=-=-=-=-=-
Mine!  :-D
 

Offline BoingBoss

  • Sr. Member
  • ****
  • Join Date: Jun 2004
  • Posts: 342
    • Show only replies by BoingBoss
    • http://home.comcast.net/~doom2fan/
Re: Amiga Workbench and Amiga Hard Drive Installl (A600)
« Reply #10 on: July 05, 2004, 08:26:02 PM »
Hi kd7ota,

I was talking about running software and using the Amiga in general.  For instance the Amiga boots up much faster then a PC.  I can load up 10 Amiga programs in the time that it takes the PC to load up Adobe Photoshop.  The PC is so fricken slow that I have a Windows bootup screen that shows an Amiga 500 already running and red text on the bottom that says "Windows is loading, sorry".

Intel & Microsoft   :destroy:

Commodore & Amiga    :love:
My favorite TV shows:  Star Trek Voyager, Forever Knight, Stargate SG1, Married with Children, As Time Goes By, Mr. Bean, Smallville, The Six Million Dollar Man, and Xena