This is an iframe, to view it upgrade your browser or enable iframe display.
戻る
次へ
C.4.2. オプション: ランダムデータでデバイスを充填します。
Filling <device> (eg:
/dev/sda3
) with random data before encrypting it greatly increases the strength of the encryption. The downside is that it can take a very long time.
警告
以下のコマンドはデバイス上の既存データをすべて抹消します。
最善の方法:高品質のランダムデータを提供しますがかなり時間がかかります。 (ほとんどのシステムでギガバイト毎に数分):
dd if=/dev/urandom of=<device>
最も速い方法:低品質のランダムデータを提供します:
badblocks -c 10240 -s -w -t random -v <device>
戻る
C.4. インストール後にインストール済みのシステムで暗号化したブロックデバイスを作成
上に戻る
ホーム
次へ
C.4.3. デバイスを dm-crypt/LUKS 暗号化デバイスとしてフォーマットする