PDA

View Full Version : Advanced Format Drive Install



spiel2
June 5th, 2016, 04:41 AM
I recently installed Ubuntu 16.04 to a western digital WD10EZEX. Its an advanced format drive. I checked the partitions and it appears to be out of alignment.

I looked around for other answers but they are all old. Recent installers should account for advanced format. I am wondering if it is a new bug and if there are any solutions.

oldfred
June 5th, 2016, 04:43 AM
Post this:
sudo parted -l
If gpt and sda:
sudo gdisk -l /dev/sda

spiel2
June 5th, 2016, 06:41 AM
269436269437

The second image is the output with fdisk.

oldfred
June 5th, 2016, 02:46 PM
With text or terminal output please copy & paste, not screen shots. And if longer use code tags which are the # in the forum's advanced editor.

It looks ok. The extended partition is not written into, so it will not be divisible by 8. But both partitions you have are, otherwise.

If not planning on Windows often better to use gpt. And better to have smaller system partition and larger /home or /mnt/data partition.

First, understand that most partitioning tools have moved to a policy of aligning partitions on 1 MiB (2048-sector) boundaries as a way of improving performance with some types of arrays and some types of new hard disks (those with 4096-byte physical sectors). See article by srs5694:
http://www.ibm.com/developerworks/linux/library/l-4kb-sector-disks/
Post on 8-sector boundaries alignment by srs5694
http://ubuntuforums.org/showthread.php?t=1685666
it's 8-sector (4096-byte) alignment
http://ubuntuforums.org/showthread.php?t=1768635

(http://ubuntuforums.org/showthread.php?t=1768635)
GPT Advantages (older but still valid) see post#2 by srs5694:
http://ubuntuforums.org/showthread.php?t=1457901
https://wiki.archlinux.org/index.php/GUID_Partition_Table#Advantages_of_GPT
http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface
http://askubuntu.com/questions/629470/gpt-vs-mbr-why-not-mbr


(http://ubuntuforums.org/showthread.php?t=1768635)

spiel2
June 5th, 2016, 09:43 PM
Thanks.

I'll look into converting to GPT.