fdisk warning: (Extended) Partition does not start on physical sector boundary
up vote
0
down vote
favorite
is there a problem if an Extended Partition does not start on physical sector boundary?
Partition 4 does not start on physical sector boundary.
...
/dev/sda4 639635454 1953521663 1313886210 626.5G f W95 Ext'd (LBA)
/dev/sda5 639635456 954208255 314572800 150G 7 HPFS/NTFS/exFAT
...
Partition 4 does not start on physical sector boundary.
See also https://wiki.hetzner.de/index.php/Partition_Alignment:
On an Extended Partition no data will written, so is there any problem that it does not match the physical sector boundary?
Hint:
The Question
fdisk warning message: (Extended) Partition does not start on physical sector boundary
does not ask for the title info and answers only to
Partition table entries are not in disk order
fdisk
New contributor
add a comment |
up vote
0
down vote
favorite
is there a problem if an Extended Partition does not start on physical sector boundary?
Partition 4 does not start on physical sector boundary.
...
/dev/sda4 639635454 1953521663 1313886210 626.5G f W95 Ext'd (LBA)
/dev/sda5 639635456 954208255 314572800 150G 7 HPFS/NTFS/exFAT
...
Partition 4 does not start on physical sector boundary.
See also https://wiki.hetzner.de/index.php/Partition_Alignment:
On an Extended Partition no data will written, so is there any problem that it does not match the physical sector boundary?
Hint:
The Question
fdisk warning message: (Extended) Partition does not start on physical sector boundary
does not ask for the title info and answers only to
Partition table entries are not in disk order
fdisk
New contributor
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
is there a problem if an Extended Partition does not start on physical sector boundary?
Partition 4 does not start on physical sector boundary.
...
/dev/sda4 639635454 1953521663 1313886210 626.5G f W95 Ext'd (LBA)
/dev/sda5 639635456 954208255 314572800 150G 7 HPFS/NTFS/exFAT
...
Partition 4 does not start on physical sector boundary.
See also https://wiki.hetzner.de/index.php/Partition_Alignment:
On an Extended Partition no data will written, so is there any problem that it does not match the physical sector boundary?
Hint:
The Question
fdisk warning message: (Extended) Partition does not start on physical sector boundary
does not ask for the title info and answers only to
Partition table entries are not in disk order
fdisk
New contributor
is there a problem if an Extended Partition does not start on physical sector boundary?
Partition 4 does not start on physical sector boundary.
...
/dev/sda4 639635454 1953521663 1313886210 626.5G f W95 Ext'd (LBA)
/dev/sda5 639635456 954208255 314572800 150G 7 HPFS/NTFS/exFAT
...
Partition 4 does not start on physical sector boundary.
See also https://wiki.hetzner.de/index.php/Partition_Alignment:
On an Extended Partition no data will written, so is there any problem that it does not match the physical sector boundary?
Hint:
The Question
fdisk warning message: (Extended) Partition does not start on physical sector boundary
does not ask for the title info and answers only to
Partition table entries are not in disk order
fdisk
fdisk
New contributor
New contributor
edited 2 days ago
Rui F Ribeiro
38.2k1475123
38.2k1475123
New contributor
asked 2 days ago
User8461
243
243
New contributor
New contributor
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago
add a comment |
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
It depends on aligning logical blocks and physical sectors in new partition. If disk has 4K logical blocks that not aligned with 4K physical sectors, it can cause visible loss of performance. So fdisk just warns you not to do so.
In most cases no other problems will arise.
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
It depends on aligning logical blocks and physical sectors in new partition. If disk has 4K logical blocks that not aligned with 4K physical sectors, it can cause visible loss of performance. So fdisk just warns you not to do so.
In most cases no other problems will arise.
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
add a comment |
up vote
2
down vote
It depends on aligning logical blocks and physical sectors in new partition. If disk has 4K logical blocks that not aligned with 4K physical sectors, it can cause visible loss of performance. So fdisk just warns you not to do so.
In most cases no other problems will arise.
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
add a comment |
up vote
2
down vote
up vote
2
down vote
It depends on aligning logical blocks and physical sectors in new partition. If disk has 4K logical blocks that not aligned with 4K physical sectors, it can cause visible loss of performance. So fdisk just warns you not to do so.
In most cases no other problems will arise.
It depends on aligning logical blocks and physical sectors in new partition. If disk has 4K logical blocks that not aligned with 4K physical sectors, it can cause visible loss of performance. So fdisk just warns you not to do so.
In most cases no other problems will arise.
answered 2 days ago
Ivan Olshansky
1314
1314
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
add a comment |
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
yes, but does it cause a loss of performance because it is a extended partition?
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
In an extended partition no data will stored. /dev/sda5 is aligned correctly!
– User8461
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
@User8461, fdisk knows nothing about your plans for this partition, fdisk only warns you. If you won't store any data in extended partition it won't affect performance of your system in any way.
– Ivan Olshansky
2 days ago
add a comment |
User8461 is a new contributor. Be nice, and check out our Code of Conduct.
User8461 is a new contributor. Be nice, and check out our Code of Conduct.
User8461 is a new contributor. Be nice, and check out our Code of Conduct.
User8461 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f482556%2ffdisk-warning-extended-partition-does-not-start-on-physical-sector-boundary%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I think that out-dated operating systems such as Microsoft's Windows, will have problems. I don't know if they have fixed this bug.
– ctrl-alt-delor
2 days ago