我安装了 Windows 7,我的 grub 不见了。我正在尝试关注:https ://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows 但我无法安装我的 ubuntu 分区。
sudo fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 4863 38958080 7 HPFS/NTFS
/dev/sda3 4864 14594 78157825 5 Extended
/dev/sda5 14220 14594 2999296 82 Linux swap / Solaris
Gparted 将我的扩展分区显示为空/未分配空间 (???)。我怎样才能安装它?
sudo mount -t ext3 /dev/sda3 /media/ubuntu
mount: wrong fs type, bad option, bad superblock on /dev/sda3,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
看起来你已经破坏了你的系统,
Ubuntu
大概是安装在 中/dev/sda1
,但你已经用 Windows 覆盖了它。sda3
是扩展分区。以前以为4个分区就绰绰有余了,原来是假的。所以他们发明了扩展分区。一个磁盘可以包含 3 个主分区和 1 个扩展分区。扩展分区本身不能直接使用,它包含其他分区。在您的情况下,它是交换分区,sda5
.扩展分区只包含分区定义。它基本上是最初四个之外的额外分区的占位符。在您的情况下,扩展分区仅包含一个交换分区。所以看起来 Windows 覆盖了 Ubuntu 所在的分区。
从这里,您可以安装 Ubuntu 的新副本。这总是最安全的:首先是 Windows,其次是 Ubuntu。看起来还有足够的空间来放置新的分区。
或许安装 Wubi 对您来说是最好的选择,Wubi 像任何其他 Windows 程序一样安装,并且可以以同样的方式轻松删除。
http://www.ubuntu.com/desktop/get-ubuntu/windows-installer