Windows 7に組み込まれているコマンドラインツールcipher.exeを使用して、USB接続ドライブを安全にワイプできますか?
はい。ただし、同じ仕事をする他のツールと比較すると遅い場合があります。
cipher /w:X
フラッシュドライブをドライブ文字X
に置き換えます。
これは空き領域のみを上書きするため、最初にすべてのファイルを削除することに注意してください。
http://technet.Microsoft.com/en-us/sysinternals/bb89744 からsdeleteを使用することもできます。
すでに与えられた答えにコメントするだけです(コメントのスタイルを設定することはできません)。
これはcipher.exeのヘルププリントアウトの一部です
Displays or alters the encryption of directories [files] on NTFS partitions.
CIPHER /W:directory
/W Removes data from available unused disk space on the entire
volume. If this option is chosen, all other options are ignored.
The directory specified can be anywhere in a local volume. If it
is a mount point or points to a directory in another volume, the
data on that volume will be removed.
これは、NTFSファイルシステムのみが「暗号化」できるということですか?
UEFI互換性のために最近使用されているFAT32フォーマットはどうですか?
拭き取りには特別なユーティリティを使用する方が良いようです。