web-dev-qa-db-ja.com

パーティションのアンマウントに失敗しました

Ubuntuをペンドライブからインストールしようとしています。 Windows 7が既にインストールされているので、そのインストールを維持したいです。

2TBのパーティションが1つある3TBのドライブがあるので、最後の1TBは完全に未使用です。ここでubuntuをインストールします。 Ubuntuを「Try Ubuntu」モードで起動してgpartedを開き、ドライブの最後の3分の未使用のパーティションを削除してから、ubuntuをインストールしようとしました。

インストール中に、すでに持っているドライブをアンマウントするかどうか尋ねられました

The installer has detected that the following disks have mounted partitions:

/dev/sda, /dev/sdb

Do you want the installer to try to unmount the partitions on these disks before continuing?  If you leave them mounted, you will not be able to create, delete, or resize partitions on these disks, but you may be able to install to existing partitions there.

No, Yes

Windows 7のインストールもそのデータも失いたくないので、私はノーと言いました。上記で「はい」と言った場合、それらのドライブ上のすべてのデータを失ったでしょうか?

とにかく、私はノーヒットし、続けた。

私はWindows 7と一緒にubuntuをインストールすることを選択し、続行をクリックしました。このポップアップが表示されてから数分が経過しました。

Failed to unmount partitions
The installer needs to commit changes to partition tables, but cannot do so because the partitions on the following mount points could not be unmounted:

/media/ubuntu/Three\ Terabyte Drive Terabyte\ DriveDrive

Please close any applications using these mount points. 

Would you like the installer to try to unmount these partitions again?

Go Back, Continue

なぜこれが機能しないのですか?私はどうしたらいいですか?

==========

更新:先に進んで、はい、それらのパーティションをアンマウントできると言いました。 Ubuntuのインストールは終了しましたが、マシンを起動すると、grub rescueプロンプトが表示されます。それは何かを壊したようです。

今何ができますか?

===============

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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00027e14

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   976771071   488282112    7  HPFS/NTFS/exFAT

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 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

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  4294967295  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.

Disk /dev/sdc: 16.0 GB, 16008609792 bytes
255 heads, 63 sectors/track, 1946 cylinders, total 31266816 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: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *          32    31266815    15633392    c  W95 FAT32 (LBA)

Disk /dev/sdd: 999.5 GB, 999501594624 bytes
255 heads, 63 sectors/track, 121515 cylinders, total 1952151552 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: 0x0002ae3f

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1            2048  1952151551   976074752    7  HPFS/NTFS/exFAT

======================================

更新:

Ubuntuを数十回再インストールし、ubuntu専用の新しいハードドライブを購入した後、この問題はUbuntuのインストールのバグであると確信しています。 Ubuntuをインストールするたびに同じ問題が発生しました。私は何か間違ったことをしたとは思わない。問題はUbuntuがGRUBを正しく設定していないことだと思う。

この質問 に対するScott Severenceの回答の指示に従いました。 GRUBを更新して再インストールする方法を説明してくれました。

残念ながら、GRUBを再インストールした後も、それでも機能しません。

起動すると、Windows 7が起動します。代わりに、新しいハードディスクを使用して起動するように指示すると、直接レスキューが開始されます。

誰かが私を助けてください、この問題は私の週末全体を消費しています。

2
msknapp

@ msknapp、Ubuntuのインストール中に、内部ディスクと外部ディスクにパーティションをマウントすることができました。それがあなたがその警告を受け取った理由です。必要なのは、内部ディスクを使用してアプリケーションを閉じることだけでした。次に、Grubを再インストールする必要があります。作成したUbuntu Live CD/USBを使用し、 Boot-Repair を使用してgrubを再インストールします。

一方、UbuntuやGNU/Linuxディストリビューションでは、1 TB-スペースはそれほど必要ありません。 Ubuntuに20 GBを使用することをお勧めします。ゲームなどの多くのスペースを使用するアプリケーションをインストールするつもりがない場合は、ストレージまたは別の目的に余分なスペースを使用します。

1
numand