文書の表示以前のリビジョンバックリンク文書の先頭へ この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。 ====== dd - USB フラッシュ、SD カードのバックアップ/復元 ====== ===== バックアップ ===== <WRAP color_term> <WRAP color_command><html><pre> <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">parted</font> <font color="#A347BA">-l</font> </pre></html></WRAP> <WRAP color_result><html><pre> モデル: Kingston UHS-II SD Reader (scsi) ディスク /dev/sdc: 125GB セクタサイズ (論理/物理): 512B/512B パーティションテーブル: msdos ディスクフラグ: 番号 開始 終了 サイズ タイプ ファイルシステム フラグ 1 4194kB 138MB 134MB primary fat32 boot, lba 2 138MB 125GB 125GB primary ext4 </pre></html></WRAP> <WRAP color_command><html><pre> <font color="#0087FF"><b>$</b></font> <font color="#26A269">mount</font> <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">umount</font> <u style="text-decoration-style:solid">/run/media/tomoyan/2565-1BA0</u> <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dd</font> if=/dev/sdc of=~/dietpi-sd-backup_20250517.img bs=16M status=progress </pre></html></WRAP> <WRAP color_result><html><pre> 124939927552 bytes (125 GB, 116 GiB) copied, 3069 s, 40.7 MB/s 7447+0 records in 7447+0 records out 124939927552 bytes (125 GB, 116 GiB) copied, 3070.18 s, 40.7 MB/s </pre></html></WRAP> Or <WRAP color_command><html><pre> <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dd</font> if=/dev/sdc bs=16M status=progress <font color="#12488B"><b>|</b></font> <font color="#26A269">bzip2</font> <font color="#A347BA">--best</font> <font color="#12488B"><b>></b></font> <u style="text-decoration-style:solid">~/dietpi-sd-backup_20250517.img</u> </pre></html></WRAP> </WRAP> ===== 復元 ===== <WRAP color_term> <WRAP color_command><html><pre> <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dd</font> if=~/dietpi-sd-backup_20250517.img of=/dev/sdc bs=16M status=progress </pre></html></WRAP> <WRAP color_result><html><pre> 124939927552 bytes (125 GB, 116 GiB) copied, 3069 s, 40.7 MB/s 7447+0 records in 7447+0 records out 124939927552 bytes (125 GB, 116 GiB) copied, 3070.18 s, 40.7 MB/s </pre></html></WRAP> </WRAP> ===== 参考文献 ===== [[linux:knoppix|KNOPPIX]]\\ linux/dd.txt 最終更新: 2025/05/18 17:59by ともやん