GDISK say "align partitions on 4096 boundaries" but does not

Subject: NWSP2 lite + WD Green 3TB HDD (WD30EZRX).
I did GPT partitions with GParted, then I wanted to align with GDISK.
GDISK say "align partitions on 4096 boundaries" but does not.
Here's the result:
Where is the problem?
However, my nwsp2-lite works fine without this alignment.
So I have a question:
It is imperative that this alignment be done?
In what way can affect the proper functioning of the hard disk, if I do not.
What I mean is that I prefer to try to do so now, if absolutely need it, than to take it from the start with partitioning, after I got to put 1 or 2TB of files onHDD.
Any advice?
Thanks in advance
I did GPT partitions with GParted, then I wanted to align with GDISK.
GDISK say "align partitions on 4096 boundaries" but does not.
Here's the result:
- Code: Select all
root@partedmagic:~# gdisk /dev/sdc
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdc: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 0BB3EDA1-1EAE-47BE-862A-C35B97D07BD6
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2925 sectors (1.4 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 1050623 512.0 MiB 0700
2 1050624 2099199 512.0 MiB 0700
3 2099200 3147775 512.0 MiB 8200
4 3147776 3164159 8.0 MiB 0700
5 3164160 4771839 785.0 MiB 0700
6 4771840 4788223 8.0 MiB 0700
7 4788224 5836799 512.0 MiB 0700
8 5836800 5860532223 2.7 TiB 0700
Command (? for help): x
Expert command (? for help): l
Enter the sector alignment value (1-65536, default = 2048): 4096
Expert command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): Y
OK; writing new GUID partition table (GPT) to /dev/sdc.
The operation has completed successfully.
root@partedmagic:~# gdisk /dev/sdc
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdc: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 0BB3EDA1-1EAE-47BE-862A-C35B97D07BD6
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2925 sectors (1.4 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 1050623 512.0 MiB 0700
2 1050624 2099199 512.0 MiB 0700
3 2099200 3147775 512.0 MiB 8200
4 3147776 3164159 8.0 MiB 0700
5 3164160 4771839 785.0 MiB 0700
6 4771840 4788223 8.0 MiB 0700
7 4788224 5836799 512.0 MiB 0700
8 5836800 5860532223 2.7 TiB 0700
Command (? for help):
Where is the problem?
However, my nwsp2-lite works fine without this alignment.
So I have a question:
It is imperative that this alignment be done?
In what way can affect the proper functioning of the hard disk, if I do not.
What I mean is that I prefer to try to do so now, if absolutely need it, than to take it from the start with partitioning, after I got to put 1 or 2TB of files onHDD.
Any advice?
Thanks in advance