1
0

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.

Windows11 HDD(2TB)→SSD(1TB)への換装

Posted at

Ubuntu live USB を使う

HDDのパーテションを(1TB)以内に、左詰め
 →パーテションの縮小はWin-ディスク管理
 →パーテションの移動はUbu-GParted

Ubuのターミナルから以下のコマンドを実行
sudo dd if=/dev/sda of=/devsdb bs=16M conv=noerror,sync status=progress
 →エラーがあっても強制的に続行
 →スピード優先でddコマンドを採用

上記ddコマンド処理完了後、GPartedにて、ssd確認。
パーテション領域エラー
下記、gdiskコマンドにて、修復
sudo gdisk /dev/sdb
x
v
e
m
w

GPartedにて、再度確認
パーティションOK

SSDパーティション調整
 →SSDが使用可能な最大までパーティションを調整

HDD→SSD 物理的に載せ替える

参考:
https://qiita.com/elm200/items/44108983f4eee85dcb15
https://kappaseijin.hatenablog.com/entry/20160924/1474683913
https://yurufuwadiary.com/ubuntu-clone-to-ssd
https://blog.onodai.com/posts/2019-02-19-tue

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?