Re: 關於不匹配的GPT與MBR分割表

1,544 views
Skip to first unread message

Steven Shiau

unread,
Jul 24, 2012, 10:15:32 PM7/24/12
to ocs-clo...@googlegroups.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 07/25/2012 01:33 AM, Luna wrote:
> win7重灌後,想使用再生龍備份,就出現了「不匹配的GPT與MBR分割表」的錯誤
訊息。
您用的是那一個版本的Clonezilla live?

Steven.

- --
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAPVsQACgkQCLPj15didVrkyQCfdtMCOvVXUwEFdDzLum2yf4bl
L7YAn0lGovSfHkV3gdAhwCtSNm0JkpEp
=uGZt
-----END PGP SIGNATURE-----

Steven Shiau

unread,
Jul 25, 2012, 9:20:44 AM7/25/12
to ocs-clo...@googlegroups.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

也許試看看1.2.13-9版看看。

Steven.

On 07/25/2012 06:51 PM, Luna wrote:
> 使用的是1.2.12-67-amd64。
> --
> 您已訂閱「Google 網上論壇」的「再生龍clonezilla」群組,因此我們特別傳
送這封郵件通知您。
> 如要在網路上查看這項討論,請造訪 https://groups.google.com/d/msg/ocs-
clonezilla/-/rAI7TX2hTsUJ。
> 如要在此群組張貼留言,請傳送電子郵件至 ocs-clo...@googlegroups.com
> 如要取消訂閱此群組,請傳送電子郵件至 ocs-
clonezilla+...@googlegroups.com
> 如需更多選項,請造訪此群組:http://groups.google.com/group/ocs-
clonezilla?hl=zh-TW。

- --
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAP8qwACgkQCLPj15didVp7MACfccFOv7+Gkwj56gT2pLSa6bDd
sOEAnRLPSKdJto50gOqrbTolNTUu6dx6
=6bcs
-----END PGP SIGNATURE-----

Steven Shiau

unread,
Jul 27, 2012, 8:16:41 PM7/27/12
to ocs-clo...@googlegroups.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

你的硬碟是使用GPT格式,還是MBR格式的分割表?
你可以在Clonezilla的命令列中,執行
sudo parted -s /dev/sda print
然後把結果post上來。

也許是你之前使用GPT,但是重灌Win7的時候,用了MBR?
或者反之。
只要確認是哪個模式,有機會可以清除掉另外一個。

Steven.


On 07/25/2012 10:15 AM, Steven Shiau wrote:
>
>
> On 07/25/2012 01:33 AM, Luna wrote:
> > win7重灌後,想使用再生龍備份,就出現了「不匹配的GPT與MBR分割表」的錯誤
> 訊息。
> 您用的是那一個版本的Clonezilla live?
>
> Steven.
>
>


- --
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlATL2kACgkQCLPj15didVodMQCeNI99KuxMfmnuSMFLxSkHogMK
0xkAniJXwJHxyGex0hp7JkwvwZKBiFvL
=8eNA
-----END PGP SIGNATURE-----

Steven Shiau

unread,
Jul 31, 2012, 9:57:04 PM7/31/12
to ocs-clo...@googlegroups.com
OK,所以你的硬碟是GPT格式,可以試看看這樣:
1. 先備份重要的檔案系,因為後面的動作如果失敗,所有的資料會消失
2. 用Clonezilla live在那台機器開機,選擇進入命令列
3. sudo -i
4. gdisk /dev/sda
(這個指令是假設你只有一顆硬碟,所以處理的硬碟是/dev/sda)
5. gdisk會抱怨GPT和MBR不一致,字眼是類似"protective MBR does not exist
in GPT disk",然後會說要嘗試修復,問你
Do you want to proceed? (Y/N)
你可以回答"Y"讓它修復看看。

不過如果你用新版的Clonezilla live,例如1.2.13-15或者20120731-precise,這
動作應該是會在還原的時候自動處理,你也可以考慮用新版的看看。
再強調一下,請務必備份重要檔案資料。
Good luck!

Steven.

On 2012/7/31 上午 01:35, Luna wrote:
> 謝謝您的回覆,訊息是:
>
> warning : /dev/sda contains GPT signatures , indicating that it has a
> GPT table . However , it does not have a valid fake msdos partition
> table , as it should . Perhaps it was corrupted -- possibly by a program
> that doesn't understand GPT partition tables . Or perhaps you deleted
> the GPT table , and are now using an msdos partition table . Is this a
> GPT partition table ?
>
> Model : ATA M4-CT064M4SSD2(scsi)
> Disk /dev/sda : 64.0GB
> Sector size (logical/physical) : 512B/512B
> Partition Table : gpt
> Number Start End Size File
>
> --
> 您已訂閱「Google 網上論壇」的「再生龍clonezilla」群組,因此我們特別傳送
> 這封郵件通知您。
> 如要在網路上查看這項討論,請造訪
> https://groups.google.com/d/msg/ocs-clonezilla/-/wTuxUwjbtSsJ
> 如要在此群組張貼留言,請傳送電子郵件至 ocs-clo...@googlegroups.com
> 如要取消訂閱此群組,請傳送電子郵件至 ocs-
> clonezilla+...@googlegroups.com
> 如需更多選項,請造訪此群組:http://groups.google.com/group/ocs-
> clonezilla?hl=zh-TW。

Reply all
Reply to author
Forward
0 new messages