Gparted将四个分区识别为一个单独的分区


1

我试图安装Ubuntu 11.04。但Gparted没有正确识别我的机器分区。

这就是Windows 7磁盘管理器显示分区的方式:

卷---------------------文件系统------------容量

(C:)---------------------------- NTFS ---------------- 142.39 GB

(d:)---------------------------- NTFS ---------------- 107.42 GB

(H:)---------------------------- NTFS ---------------- 26.18 GB

HP_RECOVERY(E:)-------- NTFS ---------------- 16.80GB

HP_TOOLS(F:)-------------- FAT32 --------------- 4.98GB

系统---------------------- NTFS ---------------- 300MB

在安装过程中,首先我用我的可启动USB(用Unetbooting制作)启动机器。然后选择'尝试ubuntu'。然后在实际安装之前去Gparted检查分区。

我原本希望在分区D中安装Ubuntu,并且期待像Windows Disk Manager所显示的那样。

但Gparted以不同的方式展示了分区。分区(D : ),(H :),(E :)和(F :)显示为一个单独的分区。所以我无法选择分区D:在其中安装Ubuntu。

如何解决这个问题?


附加信息

这是fdisk -l命令的输出。

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4166d6a8

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1           1         992+  42  SFS
Partition 1 does not end on cylinder boundary.
/dev/sda2   *           1          39      307200   42  SFS
Partition 2 does not end on cylinder boundary.
/dev/sda3              39       18627   149306368   42  SFS
/dev/sda4           18627       38914   162955608   42  SFS

Disk /dev/sdb: 8011 MB, 8011120640 bytes
41 heads, 41 sectors/track, 9307 cylinders
Units = cylinders of 1681 * 512 = 860672 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c8603

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           5        9308     7819328    c  W95 FAT32 (LBA)

diskpartWindows中程序的有用输出:

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn
  --------  -------------  -------  -------  ---
  Disk 0    Online          298 GB     8 MB   *
  Disk 1    No Media           0 B      0 B


DISKPART> select disk 0

Disk 0 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Dynamic Data       992 KB    31 KB
  Partition 2    Dynamic Data       300 MB  1024 KB
  Partition 3    Dynamic Data       142 GB   301 MB
  Partition 4    Dynamic Data       155 GB   142 GB

DISKPART> list volume

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     H                NTFS   Simple        26 GB  Healthy
  Volume 1     D                NTFS   Simple       107 GB  Healthy
  Volume 2     F   HP_TOOLS     FAT32  Simple      5115 MB  Healthy
  Volume 3     E   HP_RECOVERY  NTFS   Simple        16 GB  Healthy
  Volume 4     C                NTFS   Simple       142 GB  Healthy    Boot
  Volume 5         SYSTEM       NTFS   Simple       300 MB  Healthy    System
  Volume 6     G                       DVD-ROM         0 B  No Media
  Volume 7     I   Mobile Part  CDFS   CD-ROM        32 MB  Healthy
  Volume 8     J                       Removable       0 B  No Media

我希望我可以上传截屏,所以问题会更清晰。但我仍无权上传图片。
迪利尼2011年

更多信息可能会有用,如果您使用其他操作系统启动,例如Knoppix,Gparted LiveCD,结果会是什么,因此您可以排除可启动USB的问题。您的机器有哪些规格/型号?
jhcaiced

您需要以超级用户身份运行fdisk以显示任何结果,因此在ubuntu中它将是“sudo fdisk -l”
0x7c0

@jhcaiced我正在使用HP Probook 4530s。
迪利尼2011年

@StephenMartin谢谢!我将使用输出编辑问题。
迪利尼2011年

Answers:


2

从fdisk输出和diskpart输出,您的问题是您使用的“动态磁盘”与分区不同,这就是为什么在拥有更多动态磁盘时只能看到四个分区的原因。

AFIK Linux无法安装到“动态磁盘”,因为这是Windows的一项功能(它出现在Windows 2000上)

如果可能的话,最好备份所有内容,再次对磁盘进行分区,并在没有“动态磁盘”的情况下进行安装,顺便提一下,没有任何好处。

现在,如果不可能,你只能备份/ dev / sda3(142 Gb分区),并使用GParted LiveCD(http://gparted.sourceforge.net/livecd.php)来调整该分区的大小,对于Ubuntu安装你需要让我们说20Gb进行测试,这样你就可以保留当前的设置并给自己留出空间来在新的分区中安装Ubuntu。


那么,为了安装Ubuntu,我必须再次对磁盘进行分区吗?
Dilini 2011年

我更新了答案,提供了有关安装Ubuntu的更多信息和选项。
jhcaiced

你去吧 我说人们会在“Dyn”栏中找到星号。☺
JdeBP 2011年

0

MBR分区表格式仅支持四个分区,但这四个分区中的一个可以是包含任意数量的子分区的“扩展分区”。您所指的那些分区实际上可能包含在扩展分区中。

但是gparted和fdisk都理解扩展分区。如果gparted没有显示子分区,特别是“ fdisk -l”没有产生输出,那么就会发生一些奇怪的事情。您在运行“ fdisk -l” 时是否指定了磁盘设备,例如“ fdisk -l /dev/sda”?


感谢您的回答。我错过了在运行时以root身份登录fdisk -l。这就是它没有输出的原因。运行后sudo fdisk -l它给出了一个输出。我用输出编辑了这个问题。
迪利尼2011年

fdisk -l和Gparted都显示相同的输出。
迪利尼2011年

0

动态磁盘是问题所在。

Ubuntu无法安装在动态磁盘上。

如果您尝试使用Windows磁盘管理器创建超过3个分区,它将提示您要求使磁盘动态(从基本开始)。这就是我的磁盘变得动态的方式。

要安装Ubuntu,我别无选择,只能将磁盘恢复为基本状态。我没有找到任何方法将其转为基本而不会丢失数据(尽管我没有尝试过)。所以我备份了所有重要数据,并将磁盘恢复为基本状态。Windows分区上的所有数据都不再存在。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.