NetBSD/sbin/newfs_lfs
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
..
config.h Change name of newlfs to newfs_lfs. 1999-03-18 17:18:04 +00:00
extern.h Change name of newlfs to newfs_lfs. 1999-03-18 17:18:04 +00:00
lfs.c disklabel now understands the p_sgs partition field (shift to compute 2000-01-18 00:02:28 +00:00
Makefile Change name of newlfs to newfs_lfs. 1999-03-18 17:18:04 +00:00
misc.c Change name of newlfs to newfs_lfs. 1999-03-18 17:18:04 +00:00
newfs_lfs.8 disklabel now understands the p_sgs partition field (shift to compute 2000-01-18 00:02:28 +00:00
newfs.c Address PR 7412: fix newfs_lfs.8 to list all real options for newfs_lfs; 1999-07-15 19:09:40 +00:00