ALT Linux Bugzilla
– Attachment 6847 Details for
Bug 26925
Неправильно выравниваются логические разделы на hdd c 4K сектором
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
выравниваем и логические разделы
evms-logical-alignment.patch (text/plain), 472 bytes, created by
Michael Shigorin
on 2016-10-28 17:31:58 MSK
(
hide
)
Description:
выравниваем и логические разделы
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2016-10-28 17:31:58 MSK
Size:
472 bytes
patch
obsolete
>diff --git a/plugins/dos/segs.c b/plugins/dos/segs.c >index a2b07a8..ba517e9 100644 >--- a/plugins/dos/segs.c >+++ b/plugins/dos/segs.c >@@ -3231,7 +3231,7 @@ int create_logical_partition( LOGICALDISK *ld, DISKSEG *seg, DLA_Entry *dla, DIS > * segment into the LIST. > */ > if (split_logical_drive == FALSE) { >- seg->start = ebr->start + ebr->size; >+ seg->start = round_up_to_min_boundary(ebr->start + ebr->size); > seg->size = seg_end - seg->start + 1; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26925
: 6847