Question Mounting spanned Windows volumes on AFS drives in Linux ?

itrushton

Honorable
Mar 26, 2017
7
0
10,510
I am attempting to access a number of spanned Windows volumes that are using AFS drives (Seagate Exos 12-16tb drives) on Ubuntu. However, they aren’t mounting. When I check I get the warning “The partition does not start on the physical sector boundary ” and also get the error that partitions are not in the correct order.

These drives work fine in Windows - they were formatted and created in Windows 10/11 Disk Management and formatted NTFS. The only special part is that due to the size of the spanned volumes they are formatted in 16k block size.

All info seen so far suggests realigning partitions and reformatting - which I can’t do. Can anyone offer any solutions ?
 
Spanned volumes in Windows rely on LDM / Storage Spaces, which are not natively supported by linux. You can use ldmtool to read the ldm data and create device-mapper entries which will allow you to mount the spanned volume.

Details about how spanned volumes work:

Details on how to mount ldm partition with ldmtool