1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
|
/* $OpenBSD: fdisk.c,v 1.18 1997/04/17 12:31:46 provos Exp $ */
/* $NetBSD: fdisk.c,v 1.11 1995/10/04 23:11:19 ghudson Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
*
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
*
* Carnegie Mellon requests users of this software to return to
*
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
#ifndef lint
static char rcsid[] = "$OpenBSD: fdisk.c,v 1.18 1997/04/17 12:31:46 provos Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/types.h>
#include <sys/disklabel.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <ctype.h>
#include <err.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <util.h>
#define _PATH_MBR "/usr/mdec/sdboot"
/*
* 14-Dec-89 Robert Baron (rvb) at Carnegie-Mellon University
* Copyright (c) 1989 Robert. V. Baron
* Created.
*/
char *disk;
char *mbrname = _PATH_MBR;
struct disklabel disklabel; /* disk parameters */
int cylinders;
int sectors;
int heads;
int cylindersectors;
int disksectors;
struct mboot {
u_int8_t padding[2]; /* force the int's to be int aligned */
u_int8_t bootinst[DOSPARTOFF];
struct dos_partition parts[4];
u_int16_t signature;
} mboot;
#define ACTIVE 0x80
#define BOOT_MAGIC 0xAA55
int dos_cylinders;
int dos_heads;
int dos_sectors;
int dos_cylindersectors;
#define DOSSECT(s,c) (((s) & 0x3f) | (((c) >> 2) & 0xc0))
#define DOSCYL(c) ((c) & 0xff)
int partition = -1;
int a_flag; /* set active partition */
int i_flag; /* replace partition data */
int u_flag; /* update partition data */
int m_flag; /* give me a brand new mbr */
struct part_type {
int type;
char *name;
} part_types[] = {
{ 0x00, "unused"},
{ 0x01, "Primary DOS with 12 bit FAT"},
{ 0x02, "XENIX / filesystem"},
{ 0x03, "XENIX /usr filesystem"},
{ 0x04, "Primary DOS with 16 bit FAT"},
{ 0x05, "Extended DOS"},
{ 0x06, "Primary 'big' DOS (> 32MB)"},
{ 0x07, "OS/2 HPFS, QNX or Advanced UNIX"},
{ 0x08, "AIX filesystem"},
{ 0x09, "AIX boot partition or Coherent"},
{ 0x0A, "OS/2 Boot Manager or OPUS"},
{ 0x0B, "Primary Windows 95 with 32 bit FAT"},
{ 0x0E, "Primary DOS with 16-bit FAT, CHS-mapped"},
{ 0x10, "OPUS"},
{ 0x12, "Compaq Diagnostics"},
{ 0x40, "VENIX 286"},
{ 0x50, "DM"},
{ 0x51, "DM"},
{ 0x52, "CP/M or Microport SysV/AT"},
{ 0x54, "Ontrack"},
{ 0x56, "GB"},
{ 0x61, "Speed"},
{ 0x63, "ISC, System V/386, GNU HURD or Mach"},
{ 0x64, "Novell Netware 2.xx"},
{ 0x65, "Novell Netware 3.xx"},
{ 0x75, "PCIX"},
{ 0x80, "Minix 1.1 ... 1.4a"},
{ 0x81, "Minix 1.4b ... 1.5.10"},
{ 0x82, "Linux swap"},
{ 0x83, "Linux filesystem"},
{ 0x93, "Amoeba filesystem"},
{ 0x94, "Amoeba bad block table"},
{ 0xA5, "386BSD/FreeBSD/NetBSD"},
{ 0xA6, "OpenBSD"},
{ 0xA7, "NEXTSTEP"},
{ 0xB7, "BSDI BSD/386 filesystem"},
{ 0xB8, "BSDI BSD/386 swap"},
{ 0xDB, "Concurrent CPM or C.DOS or CTOS"},
{ 0xE1, "Speed"},
{ 0xE3, "Speed"},
{ 0xE4, "Speed"},
{ 0xF1, "Speed"},
{ 0xF2, "DOS 3.3+ Secondary"},
{ 0xF4, "Speed"},
{ 0xFF, "BBT (Bad Blocks Table)"},
};
void usage __P((void));
void print_s0 __P((int));
void print_part __P((int));
void init_sector0 __P((int));
void intuit_translated_geometry __P((void));
int try_heads __P((quad_t, quad_t, quad_t, quad_t, quad_t, quad_t, quad_t,
quad_t));
int try_sectors __P((quad_t, quad_t, quad_t, quad_t, quad_t));
void change_part __P((int));
void print_params __P((void));
void change_active __P((int));
void get_params_to_use __P((void));
void dos __P((int, unsigned char *, unsigned char *, unsigned char *));
int open_disk __P((int));
int read_disk __P((u_int32_t, void *));
int write_disk __P((int, void *));
int get_params __P((void));
int read_s0 __P((void));
int write_s0 __P((void));
int yesno __P((char *));
void decimal __P((char *, int *));
int type_match __P((const void *, const void *));
char *get_type __P((int));
int get_mapping __P((int, int *, int *, int *, int *));
int
main(argc, argv)
int argc;
char *argv[];
{
int ch, part;
while ((ch = getopt(argc, argv, "0123aiumf:")) != -1)
switch (ch) {
case '0':
partition = 0;
break;
case '1':
partition = 1;
break;
case '2':
partition = 2;
break;
case '3':
partition = 3;
break;
case 'a':
a_flag = 1;
break;
case 'i':
i_flag = 1;
case 'u':
u_flag = 1;
break;
case 'm':
m_flag = 1;
i_flag = 1;
u_flag = 1;
break;
default:
usage();
}
argc -= optind;
argv += optind;
if (argc == 0)
usage();
disk = argv[0];
if (open_disk(a_flag || i_flag || u_flag) < 0)
exit(1);
printf("Using device %s:\n", disk);
if (m_flag || read_s0())
init_sector0(0);
intuit_translated_geometry();
if (u_flag)
get_params_to_use();
else
print_params();
printf("WARNING: BIOS sector numbers start at 1 (not 0)\n");
if (partition == -1) {
for (part = 0; part < NDOSPART; part++)
change_part(part);
} else
change_part(partition);
if (u_flag || a_flag)
change_active(partition);
if (u_flag || a_flag) {
printf("\nWe haven't changed the partition table yet. ");
printf("This is your last chance.\n");
print_s0(-1);
if (yesno("Should we write new partition table?"))
write_s0();
}
exit(0);
}
void
usage()
{
fprintf(stderr, "usage: fdisk [-aium] [-0123] [-f mbrboot] disk\n");
fprintf(stderr, "-a: change active, -i: initialize, -u: update\n");
fprintf(stderr, "-m: replace MBR bootblock, -0123: select partition\n");
fprintf(stderr, "`disk' may be of the forms: sd0 or /dev/rsd0c.\n");
exit(1);
}
void
print_s0(which)
int which;
{
int part;
print_params();
printf("Information from DOS bootblock is:\n");
if (which == -1) {
for (part = 0; part < NDOSPART; part++)
print_part(part);
} else
print_part(which);
}
static struct dos_partition mtpart = { 0 };
static inline unsigned short
getshort(p)
void *p;
{
unsigned char *cp = p;
return cp[0] | (cp[1] << 8);
}
static inline void
putshort(p, l)
void *p;
unsigned short l;
{
unsigned char *cp = p;
*cp++ = l;
*cp++ = l >> 8;
}
static inline u_int32_t
getlong(p)
void *p;
{
unsigned char *cp = p;
return cp[0] | (cp[1] << 8) | (cp[2] << 16) | (cp[3] << 24);
}
static inline void
putlong(p, l)
void *p;
unsigned long l;
{
unsigned char *cp = p;
*cp++ = l;
*cp++ = l >> 8;
*cp++ = l >> 16;
*cp++ = l >> 24;
}
void
leader(lead)
int lead;
{
while (lead--)
printf(" ");
}
void
print_partinfo(pp, lead, off)
struct dos_partition *pp;
int lead;
u_int32_t off;
{
static int extcnt;
static int extoff;
printf("sysid %d=0x%02x (%s)\n", pp->dp_typ, pp->dp_typ,
get_type(pp->dp_typ));
if (DPCYL(pp->dp_scyl, pp->dp_esect) > 1023) {
leader(lead);
printf("Starts beyond 1023/0/1: BIOS cannot boot from here\n");
}
leader(lead);
printf(" start %d, size %d (%d MB), flag 0x%02x\n",
getlong(&pp->dp_start) +
(pp->dp_typ != DOSPTYP_EXTEND ? off : extoff),
getlong(&pp->dp_size),
getlong(&pp->dp_size) * 512 / (1024 * 1024), pp->dp_flag);
leader(lead);
printf(" beg: cylinder %4d, head %3d, sector %2d\n",
DPCYL(pp->dp_scyl, pp->dp_ssect),
pp->dp_shd, DPSECT(pp->dp_ssect));
leader(lead);
printf(" end: cylinder %4d, head %3d, sector %2d\n",
DPCYL(pp->dp_ecyl, pp->dp_esect),
pp->dp_ehd, DPSECT(pp->dp_esect));
if (pp->dp_typ == DOSPTYP_EXTEND) {
struct mboot data;
u_int32_t off2;
int i;
off2 = extoff+getlong(&pp->dp_start);
if (read_disk(off2, data.bootinst) == -1) {
leader(lead+4);
printf("uhm, disk read error...\n");
return;
}
if (!extoff)
extoff = off2;
if (getshort(&data.signature) != BOOT_MAGIC) {
fprintf(stderr,
"warning: invalid fdisk partition table found!\n");
return;
}
for (i = 0; i < 4; i++) {
pp = &data.parts[i];
if (memcmp(pp, &mtpart, sizeof(*pp))) {
leader(lead+2);
printf("Extended Partition %d: ", extcnt);
extcnt++;
print_partinfo(pp, lead+2, off2);
extcnt--;
}
}
}
}
void
print_part(part)
int part;
{
struct dos_partition *pp = &mboot.parts[part];
printf("MBR Partition %d: ", part);
if (!memcmp(pp, &mtpart, sizeof(*pp)))
printf("<UNUSED>\n");
else
print_partinfo(pp, 0, 0);
}
void
init_sector0(start)
int start;
{
struct dos_partition *partp;
FILE *f;
f = fopen(mbrname, "r");
if (!f)
err(1, "cannot open %s", mbrname);
if (fread(mboot.bootinst, sizeof mboot.bootinst, 1, f) != 1)
err(1, "reading %s", mbrname);
fclose(f);
putshort(&mboot.signature, BOOT_MAGIC);
partp = &mboot.parts[3];
partp->dp_typ = DOSPTYP_OPENBSD;
partp->dp_flag = ACTIVE;
putlong(&partp->dp_start, start);
putlong(&partp->dp_size,disksectors - start);
dos(getlong(&partp->dp_start),
&partp->dp_scyl, &partp->dp_shd, &partp->dp_ssect);
dos(getlong(&partp->dp_start) + getlong(&partp->dp_size) - 1,
&partp->dp_ecyl, &partp->dp_ehd, &partp->dp_esect);
}
/*
* Prerequisite: the disklabel parameters and master boot record must
* have been read (i.e. dos_* and mboot are meaningful).
* Specification: modifies dos_cylinders, dos_heads, dos_sectors, and
* dos_cylindersectors to be consistent with what the
* partition table is using, if we can find a geometry
* which is consistent with all partition table entries.
* We may get the number of cylinders slightly wrong (in
* the conservative direction). The idea is to be able
* to create a NetBSD partition on a disk we don't know
* the translated geometry of.
* This whole routine should be replaced with a kernel interface to get
* the BIOS geometry (which in turn requires modifications to the i386
* boot loader to pass in the BIOS geometry for each disk).
*/
void
intuit_translated_geometry()
{
int cylinders = -1, heads = -1, sectors = -1, i, j;
int c1, h1, s1, c2, h2, s2;
int a1, a2;
quad_t num, denom;
/* Try to deduce the number of heads from two different mappings. */
for (i = 0; i < NDOSPART * 2; i++) {
if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
continue;
for (j = 0; j < 8; j++) {
if (get_mapping(j, &c2, &h2, &s2, &a2) < 0)
continue;
num = (quad_t)h1*(a2-s2) - h2*(a1-s1);
denom = (quad_t)c2*(a1-s1) - c1*(a2-s2);
if (denom != 0 && num % denom == 0) {
heads = num / denom;
break;
}
}
if (heads > 0)
break;
}
if (heads <= 0)
return;
/* Now figure out the number of sectors from a single mapping. */
for (i = 0; i < NDOSPART * 2; i++) {
if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
continue;
num = a1 - s1;
denom = c1 * heads + h1;
if (denom != 0 && num % denom == 0) {
sectors = num / denom;
break;
}
}
if (sectors == -1)
return;
/* Estimate the number of cylinders. */
cylinders = dos_cylinders * dos_cylindersectors / heads / sectors;
/* Now verify consistency with each of the partition table entries.
* Be willing to shove cylinders up a little bit to make things work,
* but translation mismatches are fatal. */
for (i = 0; i < NDOSPART * 2; i++) {
if (get_mapping(i, &c1, &h1, &s1, &a1) < 0)
continue;
if (sectors * (c1 * heads + h1) + s1 != a1)
return;
if (c1 >= cylinders)
cylinders = c1 + 1;
}
/* Everything checks out. Reset the geometry to use for further
* calculations. */
dos_cylinders = cylinders;
dos_heads = heads;
dos_sectors = sectors;
dos_cylindersectors = heads * sectors;
}
/*
* For the purposes of intuit_translated_geometry(), treat the partition
* table as a list of eight mapping between (cylinder, head, sector)
* triplets and absolute sectors. Get the relevant geometry triplet and
* absolute sectors for a given entry, or return -1 if it isn't present.
* Note: for simplicity, the returned sector is 0-based.
*/
int
get_mapping(i, cylinder, head, sector, absolute)
int i, *cylinder, *head, *sector;
int *absolute;
{
struct dos_partition *part = &mboot.parts[i / 2];
if (part->dp_typ == 0)
return -1;
if (i % 2 == 0) {
*cylinder = DPCYL(part->dp_scyl, part->dp_ssect);
*head = part->dp_shd;
*sector = DPSECT(part->dp_ssect) - 1;
*absolute = getlong(&part->dp_start);
} else {
*cylinder = DPCYL(part->dp_ecyl, part->dp_esect);
*head = part->dp_ehd;
*sector = DPSECT(part->dp_esect) - 1;
*absolute = getlong(&part->dp_start)
+ getlong(&part->dp_size) - 1;
}
return 0;
}
void
change_part(part)
int part;
{
struct dos_partition *partp = &mboot.parts[part];
int sysid, start, size;
print_part(part);
if (!u_flag || !yesno("Do you want to change it?"))
return;
if (i_flag) {
memset(partp, 0, sizeof(*partp));
if (part == 3) {
init_sector0(0);
printf("\nThe static data for the DOS partition 3 has been reinitialized to:\n");
print_part(part);
}
}
do {
sysid = partp->dp_typ,
start = getlong(&partp->dp_start),
size = getlong(&partp->dp_size);
decimal("sysid", &sysid);
decimal("start", &start);
decimal("size", &size);
partp->dp_typ = sysid;
putlong(&partp->dp_start, start);
putlong(&partp->dp_size, size);
if (yesno("Explicitly specify beg/end address?")) {
int tsector, tcylinder, thead;
tcylinder = DPCYL(partp->dp_scyl, partp->dp_ssect);
thead = partp->dp_shd;
tsector = DPSECT(partp->dp_ssect);
decimal("beginning cylinder", &tcylinder);
decimal("beginning head", &thead);
decimal("beginning sector", &tsector);
partp->dp_scyl = DOSCYL(tcylinder);
partp->dp_shd = thead;
partp->dp_ssect = DOSSECT(tsector, tcylinder);
tcylinder = DPCYL(partp->dp_ecyl, partp->dp_esect);
thead = partp->dp_ehd;
tsector = DPSECT(partp->dp_esect);
decimal("ending cylinder", &tcylinder);
decimal("ending head", &thead);
decimal("ending sector", &tsector);
partp->dp_ecyl = DOSCYL(tcylinder);
partp->dp_ehd = thead;
partp->dp_esect = DOSSECT(tsector, tcylinder);
} else {
dos(getlong(&partp->dp_start),
&partp->dp_scyl, &partp->dp_shd, &partp->dp_ssect);
dos(getlong(&partp->dp_start)
+ getlong(&partp->dp_size) - 1,
&partp->dp_ecyl, &partp->dp_ehd, &partp->dp_esect);
}
print_part(part);
} while (!yesno("Is this entry okay?"));
}
void
print_params()
{
printf("Parameters extracted from in-core disklabel are:\n");
printf(" cylinders=%d heads=%d sectors/track=%d\n",
cylinders, heads, sectors);
printf(" sectors/cylinder=%d total=%d\n",
cylindersectors, disksectors);
if (dos_sectors > 63 || dos_cylinders > 1023 || dos_heads > 255)
printf("Figures below won't work with BIOS for partitions not in cylinder 1\n");
printf("Parameters to be used for BIOS calculations are:\n");
printf(" cylinders=%d heads=%d sectors/track=%d\n",
dos_cylinders, dos_heads, dos_sectors);
printf(" sectors/cylinder=%d\n",
dos_cylindersectors);
}
void
change_active(which)
int which;
{
struct dos_partition *partp = &mboot.parts[0];
int part, active = 3;
if (a_flag && which != -1)
active = which;
else {
for (part = 0; part < NDOSPART; part++)
if (partp[part].dp_flag & ACTIVE)
active = part;
}
if (yesno("Do you want to change the active partition?")) {
do {
decimal("active partition", &active);
} while (!yesno("Are you happy with this choice?"));
}
for (part = 0; part < NDOSPART; part++)
partp[part].dp_flag &= ~ACTIVE;
partp[active].dp_flag |= ACTIVE;
}
void
get_params_to_use()
{
print_params();
if (yesno("Do you want to change our idea of what BIOS thinks?")) {
do {
decimal("BIOS's idea of #cylinders", &dos_cylinders);
decimal("BIOS's idea of #heads", &dos_heads);
decimal("BIOS's idea of #sectors", &dos_sectors);
dos_cylindersectors = dos_heads * dos_sectors;
print_params();
} while (!yesno("Are you happy with this choice?"));
}
}
/*
* Change real numbers into strange dos numbers
*/
void
dos(sector, cylinderp, headp, sectorp)
int sector;
unsigned char *cylinderp, *headp, *sectorp;
{
int cylinder, head;
if (dos_cylindersectors)
cylinder = sector / dos_cylindersectors;
else
cylinder = 0;
sector -= cylinder * dos_cylindersectors;
if (dos_sectors)
head = sector / dos_sectors;
else
head = 0;
sector -= head * dos_sectors;
*cylinderp = DOSCYL(cylinder);
*headp = head;
*sectorp = DOSSECT(sector + 1, cylinder);
}
int fd;
int
open_disk(u_flag)
int u_flag;
{
struct stat st;
fd = opendev(disk, (u_flag ? O_RDWR : O_RDONLY), OPENDEV_PART, &disk);
if (fd == -1) {
warn("%s", disk);
return (-1);
}
if (fstat(fd, &st) == -1) {
close(fd);
warn("%s", disk);
return (-1);
}
if (!S_ISCHR(st.st_mode) && !S_ISREG(st.st_mode)) {
close(fd);
warnx("%s is not a character device or regular file", disk);
return (-1);
}
if (get_params() == -1) {
close(fd);
return (-1);
}
return (0);
}
int
read_disk(sector, buf)
u_int32_t sector;
void *buf;
{
if (lseek(fd, (off_t)(sector * 512), 0) == -1)
return (-1);
return (read(fd, buf, 512));
}
int
write_disk(sector, buf)
int sector;
void *buf;
{
if (lseek(fd, (off_t)(sector * 512), 0) == -1)
return (-1);
return (write(fd, buf, 512));
}
int
get_params()
{
if (ioctl(fd, DIOCGDINFO, &disklabel) == -1) {
warn("DIOCGDINFO");
return (-1);
}
dos_cylinders = cylinders = disklabel.d_ncylinders;
dos_heads = heads = disklabel.d_ntracks;
dos_sectors = sectors = disklabel.d_nsectors;
dos_cylindersectors = cylindersectors = heads * sectors;
disksectors = cylinders * heads * sectors;
return (0);
}
int
read_s0()
{
if (read_disk(0, mboot.bootinst) == -1) {
warn("can't read fdisk partition table");
return (-1);
}
if (getshort(&mboot.signature) != BOOT_MAGIC) {
fprintf(stderr,
"warning: invalid fdisk partition table found!\n");
/* So should we initialize things? */
return (-1);
}
return (0);
}
int
write_s0()
{
int flag;
/*
* write enable label sector before write (if necessary),
* disable after writing.
* needed if the disklabel protected area also protects
* sector 0. (e.g. empty disk)
*/
flag = 1;
if (ioctl(fd, DIOCWLABEL, &flag) < 0)
warn("DIOCWLABEL");
if (write_disk(0, mboot.bootinst) == -1) {
warn("can't write fdisk partition table");
return -1;
}
flag = 0;
if (ioctl(fd, DIOCWLABEL, &flag) < 0)
warn("DIOCWLABEL");
return 0;
}
int
yesno(str)
char *str;
{
int ch, first;
printf("%s [n] ", str);
first = ch = getchar();
while (ch != '\n' && ch != EOF)
ch = getchar();
return (first == 'y' || first == 'Y');
}
void
decimal(str, num)
char *str;
int *num;
{
char lbuf[100], *cp;
int acc = 0;
while (1) {
printf("Supply a decimal value for \"%s\" [%d] ", str, *num);
if (fgets(lbuf, sizeof lbuf, stdin) == NULL)
errx(1, "eof");
lbuf[strlen(lbuf)-1] = '\0';
cp = lbuf;
cp += strspn(cp, " \t");
if (*cp == '\0')
return;
if (!isdigit(*cp))
goto bad;
acc = strtol(lbuf, &cp, 10);
cp += strspn(cp, " \t");
if (*cp != '\0')
goto bad;
*num = acc;
return;
bad:
printf("%s is not a valid decimal number.\n", lbuf);
}
}
int
type_match(key, item)
const void *key, *item;
{
const int *typep = key;
const struct part_type *ptr = item;
if (*typep < ptr->type)
return (-1);
if (*typep > ptr->type)
return (1);
return (0);
}
char *
get_type(type)
int type;
{
struct part_type *ptr;
ptr = bsearch(&type, part_types,
sizeof(part_types) / sizeof(struct part_type),
sizeof(struct part_type), type_match);
if (ptr == 0)
return ("unknown");
return (ptr->name);
}
|