web-dev-qa-db-ja.com

破損したパーティションテーブルを修正するには?

突然システムを起動できなくなったときに、決闘ブートウィンドウ8.1とubuntu 14.04を実行していました。ライブUSBを起動してGPartedを実行すると、次のエラーが表示されます。

/ dev/sdbでの読み取り中の入出力エラー

/ dev/sdaにはGPTシグネチャが含まれており、GPTテーブルがあることを示しています。ただし、有効な偽のmsdosパーティションテーブルはありません。おそらくGPTパーティションテーブルを理解していないプログラムによって破損した可能性があります。または、GPTテーブルを削除し、msdosパーティションテーブルを使用している可能性があります。これはGPTパーティションテーブルですか?

プライマリGPTテーブルとバックアップGPTテーブルの両方が破損しています。新しいテーブルを作成し、Partedのレスキュー機能を使用してパーティションを回復してください。

これを修正する方法はありますか? TestDisk を試しましたが、実行されません。コンピューターを損傷する可能性のあることを行う前に、ハードドライブをバックアップする方法もあります。

1
Owen Newburn

最も単純なオプションは、バックアップGPTテーブルを使用することです。これはディスクに自動的に保存されます。 gdiskユーティリティを使用すると、これらすべてを実行できます。通常どおりロードするだけで、

# gdisk /dev/sdb

そして、リカバリと変換メニュー(r)、およびオプションcを入力して、バックアップテーブルをロードします。成功した場合は、正しいテーブルを書き戻すことができます。指示するまで何も書き込みません。

1
teppic

(私は知っている、私はそう多くのリンクを知っていないよね?しかし、私は何ができるのか、この男は助けが必要です!)

Hiren's BootCD に役立つツールがあるかもしれません。

しかし、あなたがダウンロードする前に ツールリストを見てください そしてあなた自身の意見を作り上げてください。

システム管理者として、このようなCDは常に手元にあります。

ここにMBRツールのリストがあります

MBR (Master Boot Record) Tools
BellaVista 1.1.0.71
Formerly BCD Editor with lots of options to configure Windows for a developer.
Boot Partition 2.60
Add Partition in the Windows NT/2000/XP Multi-boot loader.
BootFix Utility
Run this utility if you get 'Invalid system disk' message.
BootSect 6.0.6
Boot Sector Manipulation Tool, This tool replaces FixFAT.exe and FixNTFS.exe.
BootICE 2012.09.20
A boot sector manipulation utility to edit MBR/PBR/BCD.
DiskMan 4.2
All in one tool for cmos, bios, bootrecord and more.
FbInst 1.6
A tool to create universal flash boot disk that boots from all computers.
Grub4Dos installer 1.1
An universal boot loader GRUB for DOS GRLDR installer.
grub4dos 2012-10-02
An universal boot loader based on GNU GRUB, can boot off DOS/LINUX or via Windows boot manager/syslinux/lilo or from MBR/CD, builtin BIOS disk emulation.
HDHacker 1.4
Load/Save/View MBR and BootSector from a physical/logical drive.
isolinux 4.05
A boot loader for Linux/i386 that operates off ISO 9660/El Torito CD-ROMs in 'no emulation' mode.
MBRWizard 3.0.73
Directly update and modify the Master Boot Record.
MbrFix 1.3
Backup, restore and fix the boot code in the MBR.
MBR Utility 1.05
Manipulate a drive's master boot record (MBR) via the command line.
MBRWork 1.08
A utility to perform some common and uncommon MBR functions.
MBRTool 2.3.200
Backup, verify, restore, edit, refresh, remove, display, re-write and more.
MBR SAVE / RESTORE 2.1
BootSave and BootRest tools to save / restore MBR.
MemDisk 4.05
Allow booting legacy operating systems, floppy images, hard disk images and some ISO images.
PLoP Boot Manager 5.0.14
Boot different operating systems harddisk, floppy, CD/DVD or from USB, it can boot from an USB/CD/DVD even without BIOS support.
RMPrepUSB 2.1.620
Partition and format your USB drive and make it bootable.
Smart Boot Manager 3.7.1
A multi boot manager.
XOSL 1.1.5
A graphical boot manager that supports multi-booting of various operating systems.
0
s1mmel