分页: 1 / 1

无法读取另一硬盘分区,求帮忙

发表于 : 2017-10-21 13:46
deodar2006
120G SSD+500G 机械硬盘
分区都是GPT

120G的分区都可以正常读取,但是机械硬盘的就不能读取了,sudo fdisk -l 显示如下:

Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: gpt
Disk identifier: 0C4E0BE4-5858-9090-8081-828310111213

设备 Start 末尾 扇区 Size 类型
/dev/sdb1 34 976768064 976768031 465.8G Microsoft LDM data
/dev/sdb2 976768065 976770112 2048 1M Microsoft LDM metadata
/dev/sdb3 976770113 976773134 3022 1.5M Microsoft reserved

Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.

是因为逻辑扇区与物理扇区没有对齐的原因吗?
如果是,有没有不重新分区,进行对齐的方法?

Re: 无法读取另一硬盘分区,求帮忙

发表于 : 2017-10-21 15:48
poloshiao
有安裝 Windows 嗎
進 Windows 能正常讀取嗎
離開 Windows 有把所有該關閉的都關閉嗎

Re: 无法读取另一硬盘分区,求帮忙

发表于 : 2017-10-21 22:33
astolia
Microsoft LDM这些说明这是个被LDM管理的动态磁盘。

这篇文章讲到了怎么在linux挂载动态磁盘下的分区
https://michael-prokop.at/blog/2013/02/ ... rom-linux/

或着你也可以搜索将动态磁盘转换成基本磁盘的方法