projects
/
parted.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0114a
)
Actually heads per cylinder was right without -1
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 16 Jun 2024 08:04:17 +0000
(09:04 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 16 Jun 2024 08:04:17 +0000
(09:04 +0100)
parted.c
patch
|
blob
|
history
diff --git
a/parted.c
b/parted.c
index 2bcd18d3ba69cd82e9a8cd4b912980eff57633eb..dd809e772a1ec2640b3111b0b58325db16803a9c 100644
(file)
--- a/
parted.c
+++ b/
parted.c
@@
-513,7
+513,7
@@
int main (int argc, char **argv) {
write781_to_byte_array (footer.data_size, flen - sizeof (footer), 0);
write721_to_byte_array (footer.disk_geom.cylinders, cylinders, 0);
- footer.disk_geom.heads_per_cyl = heads_per_cylinder
- 1
;
+ footer.disk_geom.heads_per_cyl = heads_per_cylinder;
footer.disk_geom.secs_per_track = sectors_per_track;
get_random_bytes (footer.identifier, sizeof (footer.identifier));