Welcome, Guest. Please login or register.

Author Topic: Yet Another HDD thread  (Read 3470 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Yet Another HDD thread
« on: June 19, 2014, 07:49:05 AM »
Firstly by no way you can stay with default FFS. Although HDToolbox shows you 8GB, FFS can only access the first 4GB of it. If you create a partition in the second half of the 8GB, it will appear to work at first but actually it shares its space with other partitions inside the first half. These partitions will overwrite each other. If you write a file to one partition it will cause corruption on another partition and vice versa. So FFS <= V40 is a no-go unless you carefully keep everything inside the first 4GB of the drive.

To use the full 8GB you have to use a file system which uses HD_SCSICMD a.k.a. Direct-SCSI. Your choices are PFS3ds, PFS3aio, SFS <= V1.84 or FFS V44.

In order to use more than 8GB you have to replace scsi.device by a new version. Because scsi.device is hard-coded in the Kickstart ROM, the only way to replace it by software is to load it into memory and reboot to activate it. This means the first boot will last a lot longer because all the hardware is enumerated twice.

Regarding HDToolbox, it will do everything right for you, as long as you ignore the numbers it shows. It will only ever show numbers below 4GB. So a 15.9 GB partition will be shown as 3.9GB and a 16.1 GB partition will be shown as 0.1 GB. But this is only the GUI. The partitions themselves are correct.

FixHDDSize can only work with a new scsi.device. 8GB is not a limit of HDToolbox but of scsi.device and thus also limits FixHDDSize.

Offline Thomas

Re: Yet Another HDD thread
« Reply #1 on: June 19, 2014, 08:30:04 PM »
I'll never understands why people so much like to make slow boot partitions. The boot process benefits most from a fast file system. Using PFS3 on the boot partition makes your Amiga boot much faster than with FFS. SFS is somewhere in between, but still faster than FFS. Actually there is no reason to have any partition with FFS, the least for the boot partition.

Offline Thomas

Re: Yet Another HDD thread
« Reply #2 on: December 08, 2014, 09:28:11 PM »
Yes, you need OS 3.9, Boingbag 2 and the fix for the LBA48 implementation.

http://aminet.net/package/driver/media/SCSI4345p
or
http://eab.abime.net/showpost.php?p=405413&postcount=1

Offline Thomas

Re: Yet Another HDD thread
« Reply #3 on: December 10, 2014, 09:54:59 PM »
You should use romupdatesplit from the BlizKick package. Then you don't need to count module numbers but get the modules by name and Amiga model.

Even if you selected not to install the ROM update with BB2, you got it copied to Devs: anyway. Just select the right file to split, the biggest one. IIRC it's called Amiga OS ROM Update-BB2 or something like that.

Offline Thomas

Re: Yet Another HDD thread
« Reply #4 on: December 12, 2014, 10:54:56 AM »
Quote from: orange;779587
is it possible to increase the block size in PFS3 ?


The manual says no. You can set it to 1024, but it won't change anything.