/dev/mapper Partition 1 does not start on physical sector boundary

-1

How to fix "Partition 1 does not start on physical sector boundary" for "Disk /dev/mapper/isw_ddfdcbhjcj_Volume0"?

sudo fdisk -l

Disk /dev/mapper/isw_ddfdcbhjcj_Volume0: 935.4 GiB, 1004400541696 bytes, 1961719808 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: dos
Disk identifier: 0x00000000

Device                                   Boot Start        End    Sectors Size Id Type
/dev/mapper/isw_ddfdcbhjcj_Volume0-part1          1 4294967295 4294967295   2T ee GPT

Partition 1 does not start on physical sector boundary.
linux
lvm
partition
asked on Server Fault May 30, 2019 by wuwuming • edited May 30, 2019 by asktyagi

1 Answer

2

Don't use tools that don't understand GPT partitioned devices, on GPT partitioned devices.

answered on Server Fault May 30, 2019 by Michael Hampton

User contributions licensed under CC BY-SA 3.0