Welcome, Guest. Please login or register.

Author Topic: MaxTransfer rate and Mask on CompactFlash hd's  (Read 3293 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jahcTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 521
    • Show only replies by jahc
    • http://wookiechat.amigarevolution.com
MaxTransfer rate and Mask on CompactFlash hd's
« on: December 03, 2008, 04:03:13 AM »
Today I installed an IDE to CompactFlash adapter, and now I'm using a 2gb memory card as my A1200's hard drive. I transferred backup's over null modem, and they extracted fine, and I had my system back up fine.

But now that my internet files are back, I'm transferring demos etc from my FTP server using the PCMCIA ethernet card, and I'm getting up to about 90,000cps using Miami and AmiTradeCenter.. however, my archives seem to be getting corrupted during transfer. I need to do some more tests, but in the meantime, whats a safe MaxTransfer and Mask values for CF memory cards in HDToolBox? I'm limiting my cps to 50,000cps for now.. I think my Max Transfer rate is set to 0x77777 at the moment.
 

Offline countzero

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #1 on: December 03, 2008, 04:26:27 AM »
try max transfer 0x01fe0000
I believe in mt. Fuji
 

Offline mrmkl

  • Full Member
  • ***
  • Join Date: Dec 2005
  • Posts: 147
    • Show only replies by mrmkl
    • http://www.iki.fi/mkl/
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #2 on: December 03, 2008, 03:29:15 PM »
MaxTransfer is not about "rate" (speed) but size of a single data request to device driver. Try 0xFE00 or something less than 128 Kbytes transfers.


Link found by googleing. (SFS)
 

Offline alexh

  • Hero Member
  • *****
  • Join Date: Apr 2005
  • Posts: 3644
    • Show only replies by alexh
    • http://thalion.atari.org
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #3 on: December 03, 2008, 03:51:39 PM »
Quote

countzero wrote:
try max transfer 0x01fe0000

Where did you get that value from?? Never heard that one recommended before.

I've only heard of 0x1FFFE and 0x1FE00 (as mentioned above both) which are used because they are below 128Kbyte which is a well used size for IDE devices.

0xFE00 also make sense as 64Kbyte is another well known default IDE transfer size.
 

Offline countzero

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #4 on: December 03, 2008, 04:06:52 PM »
Quote

alexh wrote:
Quote

countzero wrote:
try max transfer 0x01fe0000


Where did you get that value from?? Never heard that one recommended before.


I got it from my arse  :lol: it was in the EAB CF thread, mentioned by zetro. I'm too lazy to power up and check my installation ... well basicly you just have to slide the 1fe among the zeros till you find the right value ...

by the way, 0x1fe00 is an ambigous value. if you don't specify the full 8 bits the software tends to pad the zeros itself. hdinsttools pads the zeros to the end, so it becomes 0x1fe00000 while hdtoolbox pads them to the beginning giving 0x0001fe00. be careful.
I believe in mt. Fuji
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #5 on: December 03, 2008, 04:11:24 PM »
Quote
by the way, 0x1fe00 is an ambigous value. if you don't specify the full 8 bits the software tends to pad the zeros itself. hdinsttools pads the zeros to the end, so it becomes 0x1fe00000 while hdtoolbox pads them to the beginning giving 0x0001fe00. be careful.

Actually the value itself isn't ambiguous at all, but hdinsttools. :-)

That is clearly a bug in the app, numbers should never be zeropadded from the right.

It's 8 nibbles btw, not 8 bits.
 

Offline ddniUK

  • Hero Member
  • *****
  • Join Date: Apr 2006
  • Posts: 702
    • Show only replies by ddniUK
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #6 on: December 04, 2008, 02:54:57 PM »
So if I want to use 0X1FFFE with HDToolBox, I should actually enter 0x1FFFE000 ?

 

Offline djbase

Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #7 on: December 04, 2008, 02:58:12 PM »
Quote

ddniUK wrote:
So if I want to use 0X1FFFE with HDToolBox, I should actually enter 0x1FFFE000 ?



0x0001FFFE
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: MaxTransfer rate and Mask on CompactFlash hd's
« Reply #8 on: December 05, 2008, 02:38:22 AM »
@ddniUK

HDToolBox doesn't have this problem, 0x1FFFE works just fine.

0x1FFFE000 is incorrect regardless of the software.