:: Re: [DNG] Identifying or rsetting a…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Simon Hobson
Date:  
À: dng
Sujet: Re: [DNG] Identifying or rsetting a microsd card

>>> Hm, dd if=/dev/zero of=/dev/sdb bs=1M count=1
>>
>> Yes, that will clear it out. But what file system is customarily on
>a new
>> 16G microsd card? And does that fs really need everything cleared
>out?
>
>No, that will not wipe the GPT or it's backup.


Ah, but zero the whole disk and it will

dd if=/dev/zero of=/dev/sdb bs=1M

It'll use one write cycle on the media.

Simon


--