Welcome, Guest. Please login or register.

Author Topic: Using A600 PCMCIA CF adapter With FFS  (Read 5256 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Using A600 PCMCIA CF adapter With FFS
« on: May 07, 2018, 02:59:42 PM »
Quote
My goal here is to format the CF card as a bootableAmiga hard drive, so I can copy the hard
drive from my 600 to it, then put the CF in one of those IDE adapters and install it as the main hard drive.


This goal is quite difficult to achieve.

Firstly in order to make the card bootable you have to prepare it with HDToolbox.

The right command line is: hdtoolbox compactflash.device

compactflash.device must be in Devs: on the boot partition.

Now comes the difficult part. After saving changes in HDToolbox you have to reboot. On the IDE bus new partitions are automatically mounted after reboot. Compactflash.device does not do that. You have to find a utility which can mount partitions from a harddisk.

OS 3.9 comes with the Mounter utility which can do this. I am sure that similar utilities exist for OS 3.1, but I don't know of any.

Once the partitions are mounted you can format them and copy file to them.

Offline Thomas

Re: Using A600 PCMCIA CF adapter With FFS
« Reply #1 on: May 09, 2018, 11:44:42 AM »
Quote from: wildstar1063;839119
You cannot use the full format it will fail


You shouldn't full-format a harddrive anyway. For normal harddrives it is just a waste of time but for flash memory it is really bad because it writes to every cell and thus prevents the internal wear-levelling and garbage collection. AmigaOS depends on these internal mechanisms because it does not support TRIM.

Offline Thomas

Re: Using A600 PCMCIA CF adapter With FFS
« Reply #2 on: May 10, 2018, 09:10:00 AM »
Workbench's Format program does not write zeros to the disk, it writes a more or less random bit patterrn which cannot be recognised as empty.