Welcome, Guest. Please login or register.

Author Topic: Tutorial request  (Read 7757 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Tutorial request
« on: May 06, 2007, 09:15:05 AM »
CF is faster.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Tutorial request
« Reply #1 on: May 06, 2007, 05:58:30 PM »
Nobody has yet mentioned the downside of Flash memory, so I'll mention it now. Flash memory, including Compact Flash, has limited rewrite cycles. This can be as low as 100,000, or as high as several million depending on the quality of the card. Once any given sector has exceeded its maximum number of rewrite cycles, it is in danger of becoming corrupt.

Some expensive CF cards keep track of how many rewrite cycles each sector has had. If a sector exceeds this amount, the data is moved to a different sector, and the sector which exceeded the rewrite cycle limit is marked as bad.

For this reason, Flash Memory is not really suitable as a hard drive replacement if you intend to make lots of changes to the contents of the disk. AmigaOS is better suited to a Flash drive as the OS itself doesn't need to write to the disk (unlike Windows, which seems to write constantly :roll:)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10