|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#11 |
|
Senior Member
Join Date: Jan 2007
Location: Central Virginia Area
Posts: 1,779
|
I personally format my card after every use in the camera. Jim C recommend I start doing that a few years back and have been doing it ever since. Make sure you format it in the camera not in the card reader/camera.
dave |
|
|
|
|
|
#12 |
|
Senior Member
Join Date: Sep 2005
Location: Washington, DC, Metro Area, Maryland
Posts: 11,092
|
Cameras use the FAT32 file system, which uses a pair of File Allocation Tables to keep track of where files and portions of files are stored on the medium. On a freshly formatted drive, the FAT is empty. As you add files to the medium, the FAT keeps track of where the files have been written. When you delete a file, the space the file was written to is simply marked as empty, and the next file you create will be written to that free space. If the next file you add is smaller than the file you deleted, then some of that space is still listed as free. The next file will be written to that small portion of free space, and the rest of that file that won't fit will be written to the next available free space. As a result, the file will become fragmented, and will take longer to retrieve than other files. As you store and then delete files, they get more and more fragmented, and even the free space becomes fragmented. Keeping track of all these file fragments and the fragmented free space becomes quite complicated and precarious. The FAT file system uses two File Allocation Tables to check for consistency. If, at any time and for any reason, the two FATs aren't identical, the file system fails and you can't store or retrieve anything.
The more you use a memory card without reformatting it, the more likely you will lose everything on the card. If you haven't had any trouble up to now, you're just edging closer and closer to catastrophe.
__________________
|
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Nov 2009
Location: Sydney, Australia
Posts: 8
|
This applies to all types of cards? I formatted the SD card in my current camera last night. First time ever, thanks to this this. I love this place - I don't come here often but I learn something everytime I do.
Is it necessary to format a brand new card of whatever type? I've always assumed they're already formatted. |
|
|
|
|
|
#14 | |
|
Senior Member
Join Date: Mar 2003
Posts: 2,239
|
Quote:
![]() Fairy tales .... I format a card ONCE every half year in camera ... And FAT32? Hmmmm ... My NEX5 makes ...
Last edited by DonalDuc; Jan 24, 2012 at 5:55 PM. |
|
|
|
|
|
|
#15 |
|
Senior Member
Join Date: Sep 2005
Location: Washington, DC, Metro Area, Maryland
Posts: 11,092
|
exFAT is a propietary extension of FAT32 that supports larger volumes and larger file sizes, but it's slower for large files and doesn't have the protection of the duplicate FATs that FAT32 has. It also has limited compatibility.
Go ahead. Tempt fate. Good luck to you.
__________________
|
|
|
|
|
|
#16 |
|
Senior Member
Join Date: Sep 2005
Location: Washington, DC, Metro Area, Maryland
Posts: 11,092
|
Yes, except for 64GB and larger cards, which use exFAT in devices that support it and them.
You should always format cards in the camera before you use them. Different cameras often have different folder structures, which the camera will create after it's done formatting.
__________________
|
|
|
|
|
|
#17 |
|
Senior Member
Join Date: Mar 2003
Posts: 2,239
|
|
|
|
|
|
|
#18 |
|
Senior Member
Join Date: Sep 2005
Location: Washington, DC, Metro Area, Maryland
Posts: 11,092
|
Formatting a card only rewrites the file allocation tables. That shortens the life of the card less than taking a single photo would. (Hehe.)
__________________
|
|
|
|
|
|
#19 | |
|
Senior Member
Join Date: Mar 2003
Posts: 2,239
|
Quote:
Sometimes a card is dead after 100 formats ... even with LIFETIMEWARRANTY. Nobody knows which cards use "wear leveling" (changing area for FAT) ... but 100.000x writings should be enough ... even often there are only 100x ![]() Lifetime = as long as it is alive ![]() Speed (USB2) - writing (HD to card): transfering 10 GB (4 files) to SDHC (FAT32) ---> 10:30 .... 1GB = 63 sec transfering 10 GB (4 files) to SDXC (exFAT) ---> 10:35 .... 1GB = 63.5 sec transfering 20 GB ( 1 file) to SDXC (exFAT) ---> 20:50 .... 1GB = 62.5 sec reading back to HD 20GB ---> 15:28 .... 1GB = 46.4 sec FAT32 (32 GB) and exFAT (64 GB) ... same writing speed
Last edited by DonalDuc; Jan 25, 2012 at 12:17 PM. |
|
|
|
|
|
|
#20 | |
|
Senior Member
Join Date: Sep 2005
Location: Washington, DC, Metro Area, Maryland
Posts: 11,092
|
There is no "Lifetime Counter"!
The individual memory locations will eventually fail (after about 100,000 write cycles), and when they do, the sector they're in is remapped to a spare sector that all cards have. (Some manufacturers include more than others, but they all include them.) From Wikipedia's article on File Allocation Table: Quote:
__________________
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|