[Hardware] 硬盘划分3T分区无法识别 V20.5
Tofloor
poster avatar
139******78
deepin
2022-05-10 01:35
Author

问题/建议描述

双系统,我这边有块3T的硬盘,划分为了1个3T分区,格式是NTFS,系统可以识别到硬盘但是无法识别分区,手动使用挂载命令也无效

问题如何重现

将硬盘划分为单个3T分区即可 

问题重现频率

每次,目前已暂时去掉该硬盘

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-05-10 01:37
#1
  • 使用其他格式能正常识别么?
Reply View the author
来自Ubuntu的某位用户
deepin
2022-05-10 03:33
#2

默认的fdisk工具只能分2T以内的硬盘,你分区的时候系统调用的是fdisk命令

Reply View the author
y***z@tom.com
deepin
2022-05-10 04:45
#3

我的光威 1TB SSD固态硬盘 M.2接口 能正常识别

Reply View the author
阿顺呀
deepin
2022-05-10 04:52
#4

先检查分区表是不是GPT

MBR 只支持最大2T单个分区

如已经是GPT 再看看其他问题

Reply View the author
deepinuser17
deepin
2022-05-10 07:53
#5

运行一下这些命令看看:

 

sudo parted /dev/<硬盘> print

sudo lsblk

sudo blkid
Reply View the author
139******78
deepin
2022-05-11 18:24
#6
babyfengfjx
  • 使用其他格式能正常识别么?

没有第二块3t分区的硬盘了,3t分区的硬盘是GPT的,在Windows下可以正常识别,上面的数据不能删,都是一些备份资料,所以暂时没接到电脑上,另外有1块1t的硬盘,分区是1T,可以正常加载,格式都是NTFS

Reply View the author
139******78
deepin
2022-05-11 18:24
#7
deepinuser17

运行一下这些命令看看:

 

sudo parted /dev/<硬盘> print

sudo lsblk

sudo blkid

好的,我再试一下,谢谢

Reply View the author
139******78
deepin
2022-05-11 18:25
#8
阿顺呀

先检查分区表是不是GPT

MBR 只支持最大2T单个分区

如已经是GPT 再看看其他问题

是GPT的,那我去试一下用其他工具加载看看,谢谢

Reply View the author