Re: Memory Stick Life Span



On Sat, 15 Oct 2005 12:58:48 GMT, David J Taylor wrote:

> sony "memory stick" premature failure
>
> produces 650 hits in Google.
>
> I wonder if when the stick becomes full it takes longer to write, and
> early removal from the camera or card reader causes the problem?

Only mechanical drives are likely to take longer to write as they
fill, due to seek times, especially if there's fragmentation. Flash
RAM shouldn't, except for one thing. If a camera stores too many
files in a single directory (more than say, several hundred), reads
and writes can become extremely slow if unlike Windows, real RAM
isn't used for directory buffering. This used to sometimes cause
large slowdowns on old MSDOS computers that didn't load buffer
utilities such as SMARTDRV. I'd be very surprised if any but a few
high end DSLRs use large RAM buffers for this purpose.

.



Relevant Pages

  • Re: Memory Stick Life Span
    ... > files in a single directory, reads ... > and writes can become extremely slow if unlike Windows, real RAM ... > isn't used for directory buffering. ... Fragmentation exists in both disk and solid state memory, ...
    (rec.photo.digital)
  • Re: running Linux with no swap space (but lots of RAM)
    ... The buffering logic ... | into memory. ... Reading is does not create the same situation as writing out. ... By that time a huge amount of RAM is ...
    (comp.os.linux.development.system)
  • Re: disk or RAM
    ... run a benchmark to prove the mettle of his machine, ... an "old timer" might tell you the buffer in RAM is simply a multiple of the record blocking of the data file which is largely determined by the track/sector mapping of the particular disk. ... If the file was read sequentially it was necessary to provide enough buffering that the disk read could stay a block or two ahead of the sequential read through the buffer in RAM - most times 3-4 blocks worth of buffering was enough for each file being processed sequantially. ...
    (comp.lang.java.help)
  • Re: MALLOC
    ... This also makes it nearly impossible to use 1GB of RAM, because that 1GB has to be ... buffering using only 128K buffers, (64K each channel, CD-audio quality, 44.1K samples per ... >the pci card has a plx chip which provides dma facilty for data transfer. ... >i have input audio files i need to read the data from the files and store the audio data in an buffer. ...
    (microsoft.public.vc.mfc)