Welcome, Guest. Please login or register.

Author Topic: Amiga Hard Drive size limitations  (Read 10819 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Amiga Hard Drive size limitations
« on: April 04, 2012, 03:51:09 PM »
The exact limit is 4,294,967,296 Bytes a.k.a. 4.29 GB a.k.a. 4.0 GiB.

You can use Check4GB to check if the partitions are inside the limit.

You can use FixHDDSize to limit the harddrive to 4 GiB so that you don't need to care when creating or moving partitions.

You can also manually limit the harddrive to 4 GiB if you overtype the geometry by these values:

cylinders =  8322
heads = 16
blocks per track = 63
blocks per cylinder = 1008
« Last Edit: April 04, 2012, 03:54:11 PM by Thomas »
 

Offline Thomas


Offline Thomas

Re: Amiga Hard Drive size limitations
« Reply #2 on: April 06, 2012, 02:08:02 PM »
1.3 does not have any limit because it does not contain any drivers for harddrives. Limits are defined by the firmware of your harddrive controller.

2.04 does not contain HDD drivers, either.

2.05 is similar to 3.0, it contains the same scsi.device version (36).

Offline Thomas

Re: Amiga Hard Drive size limitations
« Reply #3 on: April 06, 2012, 06:51:07 PM »
You can use as many different file systems as you can fit on your harddrives. But you can only use one version of the same file system. So if you've installed FastFileSystem on different harddrives, the highest version of FastFileSystem found is used for all harddrives. But you can use FFS, PFS, SFS all at the same time (on different partitions of course). And certainly higher versions of FastFileSystem still work with small drives.

A file system is identified by its identifier a.k.a. DosType. You can add different versions of the same file system if you assign different identifiers to them.