Date: Wed, 22 Feb 1995 15:21:31 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <199502222321.PAA09550@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/02/22 15:21:31 Modified: sbin/disklabel disklabel.c Log: Don't clobber d_secperunit in `disklabel -e'. `disklabel -e' replaces all the values that it doesn't print by defaults. This seems wrong. I want to be able to see the total number of sectors more than edit it. The default d_secperunit of (sectors/track * tracks/cylinder * cylinders) is bogus if sectors/track is only an approximation and more bogus if sectors/track and tracks/cylinder are dummy values such as 4096 and 1 to defeat ufs's pessimizations.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502222321.PAA09550>