NetBSD/sbin/disklabel
perseant f1dfdc6927 disklabel now understands the p_sgs partition field (shift to compute
segment size from block size).

newfs_lfs now reads the disklabel to find segment, block, and fragment
sizes.  Because reading this info from the wrong fs type could result in
very poor fs layout (e.g. ffs has "16" where the segshift would go,
resulting in 512-*megabyte* segments for 8K blocks), newfs_lfs refuses
to create a filesystem on a partition not labeled "4.4LFS".

Man pages for newfs_lfs updated to reflect this change.
2000-01-18 00:02:28 +00:00
..
Makefile Add '-DSAVEBOOTAREA' to keep MBR partition information 2000-01-09 02:45:43 +00:00
disklabel.5 Sync with sys/disklabel.h 1999-08-13 10:23:39 +00:00
disklabel.8 kill some bogus comments about -r: it _does not_ cause the boot area to 1999-06-03 01:49:58 +00:00
disklabel.c disklabel now understands the p_sgs partition field (shift to compute 2000-01-18 00:02:28 +00:00
dkcksum.c
dkcksum.h
extern.h allow changing partition info from inside the interactive handler. 1999-11-26 06:03:09 +00:00
interact.c Use '$' instead of '-' to select remainder of disk interactively 1999-12-17 13:06:49 +00:00
pathnames.h Try $TMPDIR before resorting to _PATH_TMP. 1999-07-21 17:56:34 +00:00