5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[備忘録] WindowsマシンのHDD→SSD化の際のddコマンド

Last updated at Posted at 2022-11-23

動機

知人のデスクトップPCの動作が遅いと相談があり、見てみたところHDDを使っていた。
Coffee Lakeなi7を使っていてまだ現役で行けるだろうという判断でSSD換装をすることになった。
UbuntuのLiveUSBを使ってddコマンドでクローンすることに

以下メモ

使ったコマンド

ubuntu@ubuntu:~$ sudo dd if=/dev/source of=/dev/dist bs=4M conv=sync,noerror status=progress
# 最終的な出力は以下の通り
50010786016bytes (500GB, 466Gib) copied, 5492.7 s, 91.0 MB/s
  • 500GB HDD → 500GB SSD(WD青 SA510)
  • 大体 90Mb/s ~ 110MB/sで遷移。
  • bs=512でやってたけれど、これだと512byteでめっちゃ遅い(17MB/sくらいだった)

感想

人様のPCだったのでわりとドッキドキでした。無事に終わってよかった。
あと富士通の法人向けPC、パーツ変えやすくていい。3.5インチベイアクセスめっちゃ楽だった。

5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?