cvs commit: src/sbin/fdisk_pc98 fdisk.8 fdisk.c
Warner Losh
imp at FreeBSD.org
Sat Feb 25 23:37:11 PST 2006
imp 2006-02-26 07:37:10 UTC
FreeBSD src repository
Modified files:
sbin/fdisk_pc98 fdisk.8 fdisk.c
Log:
Fixes and new features:
o Merge the -I switch from i386 verison to initialize the partition table
to use the maximum amount possible for a single FreeBSD table.
o Improve warning when the geom method fails (which I think it
always will until geom_pc98 is updated to respond to this ctl message)
o when writing out the boot sector, we have to write out a minimum of
1024 bytes or the sector size. This is different than the i386 case where
we need to write out a minimum of 512 bytes (which is also the minimum
sector size). We already handle this difference on reading, but didn't
in writing, so attempting to write a new partition table would fail.
o Add MID to the -s output, since pc98 users are likely interested in
both of these parameters.
# I can now initialize disks on my pc98 machine either by -I or by
# manually entering the parameters. I don't know if fdisk -B works or not,
# since I'm not willing to risk my only working boot disk to test it..
Revision Changes Path
1.16 +7 -1 src/sbin/fdisk_pc98/fdisk.8
1.20 +55 -11 src/sbin/fdisk_pc98/fdisk.c
More information about the cvs-src
mailing list