I used Parted to create a partition on my server /dev/sdb. When I run fdisk -l,
Warning Partition 1 does not start on physical sector boundary appears.
Disk /dev/sdb: 2000.3 GB, 2000341917696 bytes
255 heads, 63 sectors/track, 243194 cylinders, total 3906917808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 262144 bytes / 524288 bytes
Disk identifier: 0x00000000
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  3906917807  1953458903+  ee  GPT
Partition 1 does not start on physical sector boundary.
How can i remove the warning?