如何在 Ubuntu 上设置 6TB HD

如何在 Ubuntu 上设置 6TB HD

我刚从 WD 购买了 6TB 硬盘,但无法创建大于 2TB 的分区。我查阅了一些教程,例如这个,但我仍然遇到问题fdiskparted并且lsblk显示硬盘上只有 2 TB 空间,没有分区。

例如:

(parted) print                                                            

Model: ATA WDC WD60EFRX-68L (scsi)  
Disk /dev/sdi: 2199GB  
Sector size (logical/physical): 512B/512B  
Partition Table: gpt  


GPT fdisk (gdisk) version 1.0.1 Partition table scan: 
MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; 
using GPT. Disk /dev/sdi: 4294967294 sectors, 2.0 TiB Logical sector size: 512 bytes 
Disk identifier (GUID): 5347B4F4-DFDD-446B-B2E2-8E8D66886DEC Partition table holds up to 128 entries 
First usable sector is 34, last usable sector is 4294967260 Partitions will be aligned on 2048-sector boundaries 
Total free space is 4294967227 sectors (2.0 TiB)

有人知道问题出在哪里吗?
我正在使用 Ubuntu 16.04。

答案1

使用GPT分区,而不是dos,使分区大小可以大于2T。

答案2

我找到了问题的解决方案,但不知道问题到底出在哪里。(关联到德国论坛)。我的主板上有多个硬盘控制器,而连接 HD 的那个控制器不支持大于 2TB 的硬盘。幸运的是,另一个控制器支持更大的尺寸。因此,通过更换连接器,我可以使用全系列的所有硬盘。感谢您的帮助!

相关内容