How to fix Partition 3 does not start on physical sector boundary.

740次阅读
尚無留言

共计 504 个字符,预计需要花费 2 分钟才能阅读完成。

這個問題,是真實案例,不是 Demo!其實應該如何處理呢?我也煩惱過這個問題,其實網絡上大多數的教材都是讓你刪除所有硬盤分區,重建。
How to fix Partition 3 does not start on physical sector boundary.
問題是,我這個分區是直接 Clone 硬盤過來的,裡面有幾百 GB 的數據,怎麼可能刪除呢?並讓 Clone 軟件自動分區引起的,對於我來說,/dev/sda3 Linux swap 分區不是太重要。
How to fix Partition 3 does not start on physical sector boundary.
所以我們直接刪除 /dev/sda3 Linux swap 分區
How to fix Partition 3 does not start on physical sector boundary.
然後我們重建 /dev/sda3 Linux swap 分區
How to fix Partition 3 does not start on physical sector boundary.
更改分區類型 Changed type of partition 'Linux filesystem' to 'Linux swap'.
How to fix Partition 3 does not start on physical sector boundary.
記得選擇 W,寫入到硬盤,你所有的分區設定才會生效!
我們需要新的 UUID mkswap /dev/sda3
以及編輯 vim /etc/fstab 分區配置文件
How to fix Partition 3 does not start on physical sector boundary.
這個是我修改之後的,保存退出
How to fix Partition 3 does not start on physical sector boundary.
重啟就 reboot 就完了。
如果你是有擴容的話,請修改你的 UUID數值,這個是根據你的硬盤分區配置的,/etc/fstab + /etc/initramfs-tools/conf.d/resume,resume 這個文件對應的是你的數據區 UUID,也就是 /dev/sda2 的 UUID
How to fix Partition 3 does not start on physical sector boundary.
Fix 教程完,無下文。
How to fix Partition 3 does not start on physical sector boundary.

正文完
 0
ianext
版权声明:本站原创文章,由 ianext 于2024-10-22发表,共计504字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。

選擇比努力更重要。

评论(尚無留言)
验证码