昨日、ブート可能なペンドライブでUbuntu 14.04 LTSをインストールしました。それ以前は、Windowsシステムに3つのパーティションがありました(C:、D :、およびE :)。インストールプロセス中、C:ドライブをフォーマットし、LinuxがC:にインストールされるウィンドウと同じだと思いました。ディスクを消去してUbuntuをインストールするという2番目のオプションを選択しました。
ドライブが見つかりません。私はこのフォーラムで数百のスレッドと多数のyoutubeチュートリアルを読んでtestdisk
を使用して取得しましたが、理解できませんでした。 liveUSBで使用すると、2つのストレージシステムが表示されます。アプリケーションから(ディスク)を実行すると、結果が表示されます:
Disk Drives:
500gb Hard disk
Hitachi HTS727550A9E364
Size:500gb
Partitioning : Master Boot record
Device: /dev/sda1
Partition Type : Linux Bootable
Contents : Ext2(version 1.0) not mounted
また、[ディスクドライブ]セクションの下には、他のデバイスがあります。
491GB block device
8.5gb block device
967mb loop device
そして、fdisk -l
を実行すると次のように表示されます:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00045999
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 499711 248832 83 Linux
/dev/sda2 501758 976771071 488134657 5 Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5 501760 976771071 488134656 8e Linux LVM
Disk /dev/mapper/ubuntu--vg-root: 491.3 GB, 491333353472 bytes
255 heads, 63 sectors/track, 59734 cylinders, total 959635456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/ubuntu--vg-root doesn't contain a valid partition table
Disk /dev/mapper/ubuntu--vg-swap_1: 8464 MB, 8464105472 bytes
255 heads, 63 sectors/track, 1029 cylinders, total 16531456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/ubuntu--vg-swap_1 doesn't contain a valid partition table
Disk /dev/sdb: 15.9 GB, 15925772288 bytes
64 heads, 32 sectors/track, 15188 cylinders, total 31105024 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x20ac7dda
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 3224498923 3657370039 216435558+ 7 HPFS/NTFS/exFAT
/dev/sdb2 ? 3272020941 5225480974 976730017 16 Hidden FAT16
/dev/sdb3 ? 0 0 0 6f Unknown
/dev/sdb4 50200576 974536369 462167897 0 Empty
Partition table entries are not in disk order
パーティションを回復するにはどうすればよいですか?
ここでも同様の質問に回答済みです スタートアップディスククリエーターで消去された1TBディスクを回復します および buntuのインストール後に誤って失われたWindowsパーティションを回復するにはどうすればよいですか?
ライブCDまたはUSBから起動します。
TestDiskをインストールしてドライブをマウントし、ターミナルを開いて実行します
Sudo testdisk
次の手順を実行します
ここで、ハードディスクを選択する必要があります。
詳細検索(古いパーティションが見つかるはずです。見つかったら停止できます)
自分のパーティションだと思うものが見つかったら、上/下矢印で選択します
[P]リストファイルの場合は、それが見えるように見える
[q]リストファイルを終了するには
理解を深めるために写真を変更しました。これは、下のwikiリンクからです
左/右矢印キーを使用して、選択したパーティションのステータスをD(eleted)からL(ogical)に変更します。この方法で、このパーティションを回復できます
[入力]続行
すべてのパーティションが使用可能になり、データが正しくリストされたら、Writeを選択してパーティション構造を保存できます。
testDiskデータリカバリの詳細な手順は、こちらhttp://www.cgsecurity.org/wiki/TestDisk_Step_By_Stepおよびこちら- http://www.dedoimedo.com/computers/linux-data-recovery.html