Frederick wrote:
> On Thu, 15 Dec 2011 17:07:08 -0500, Paul <(E-Mail Removed)> wrote:
>
>>> You say that the camera is 'old'. Is it even rated to take a 2GB card? A
>>> lot of the old equipment was limited in the amount of memory that they
>>> could access and if presented with more than they could handle the
>>> results are likely to be totally unpredictable.
>>>
>>> After a quick look online I see that the camera is vintage 1998. I don't
>>> really think that an amateur camera of that vintage will be operable
>>> with a 2GB CF. I tried to find a manual to verify but didn't come up
>>> with anything.
>> One reviewer of the Pretec DC-600, says it takes "up to 32MB" CF card.
>> The CF card spec, seems to have been capable of 137GB from early on,
>> but the devices may not have tested that.
>>
>> http://www.amazon.com/Pretec-DC-600-.../dp/B00004TQMR
>>
>> The table here, also mentions a 32MB limit. If you were counting 512 byte
>> sectors, that would correspond to 65536 sectors, which is a 16 bit number.
>> So perhaps the camera is limited to "16 bit math".
>>
>> http://www.synchrotech.com/support/x...icamera2b.html
>>
>> In the article here, FAT12 just happens to stop at 32MB.
>>
>> http://en.wikipedia.org/wiki/File_Allocation_Table
>>
>> "The disk's size is stored as a 16-bit count of sectors,
>> which limited the size to 32 MB."
>>
>> So maybe that's where the limit comes from. A wish
>> to only support one flavor of FAT (FAT12).
>>
>> Try something a little smaller.
>>
>> Paul
>
>
> You guys may be right.I emailed the vendor of the card before I bought
> it, and specifically asked him if it would work in this camera. He
> answered affirmative. Elst I would not have bought it.
>
> My PC has a CF card reader and the memory card is shown as a discrete
> drive (d
. The PC will format it both FAT and NTFS, with a size 2GB.
> I can copy PC jpeg's onto the card and display the from the card (in
> the PC). However the card still registers the error 0004 in the
> camera itself both FAT and NTFS.
>
> To the junk pile it goes.
>
> Thanks
>
> Frederick
But remember though, there are several flavors of FAT. And you
want to be offered a chance to format FAT12 (on the assumption
that is the only format the camera supports).
I think I may have had a problem like that here. I had an 8GB USB
stick, and I couldn't get a formatting tool to offer the lower FAT
options. I thought, somehow, you could get the formatting software
to ignore some of the flash, but it didn't happen. I eventually
ended up getting a second flash, just so I could move on.
Occasionally, there are hacks to change the declared size of
storage devices. Since your CF card follows the ATA spec, it's
possible you could use SETMAX and friends and create an HPA,
and make the device smaller to casual inspection. Perhaps
that would be enough to fool the camera ? I don't know. I
wouldn't throw the CF in the garbage just yet, until you've
looked around a bit, to see if that's been done before or not.
http://en.wikipedia.org/wiki/Host_Protected_Area
Paul