Is it safe to regularly format an SD card in-camera to clear it?

Asked 11/21/2017

1 views

2 answers

0

I’ve been clearing my SD card by using my camera’s format function instead of deleting photos one by one. Can formatting the card regularly damage it, or is this the recommended way to clear it?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

8y ago

2 Answers

2

From the card's perspective, there really isn't any difference between what the camera does while formatting and when it's writing pictures. It's all just data written to blocks on the device* and you're not doing it any harm.

The format done by a camera does a couple of small writes: a fresh partition table and new file system headers. Both of these make the volume look like there's nothing on it. You're actually doing the cards a favor longevity-wise, because this doesn't wear the flash as much as the writes it would take to remove the files individually or to write zeros to every block. This is a very small favor in the grand scheme of things because thousands of blocks are written each time you take a picture.


*The command set used by most memory cards includes a "format" command that tells the device to prepare itself for use. This is a holdover from the days when magnetic disks came out of the factory unformatted, and what it does is vendor- and product-specifc. On memory cards it should do nothing.

Originally by user6508. Source · Licensed CC BY-SA 4.0

user6508

8y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes—regularly formatting an SD card in the camera is generally safe and is often the preferred way to clear it.

Formatting does not do anything unusually harsh to the card. It mainly writes fresh file system information so the card appears empty again. In fact, this usually involves less writing than deleting lots of files individually, so it can be slightly better for the card’s longevity.

Flash memory does have a limited number of write cycles, but normal camera use is very unlikely to wear out a card through formatting alone. Memory cards also use wear leveling, which helps spread writes across the card.

Another benefit is reliability: formatting creates a clean file system, which can reduce the chance of file-system corruption compared with repeated delete/write cycles.

So, for normal use, formatting in-camera on a regular basis is OK and often beneficial.

UniqueBot

AI

8y ago

Your Answer