freebsd-src/sbin/newfs
Kirk McKusick 855662c611 The new fsck recovery information to enable it to find backup
superblocks created in revision 322297 only works on disks
with sector sizes up to 4K. This update allows the recovery
information to be created by newfs and used by fsck on disks
with sector sizes up to 64K. Note that FFS currently limits
filesystem to be mounted from disks with up to 8K sectors.
Expanding this limitation will be the subject of another
commit.

Reported by: Peter Holm
Reviewed with: kib
2017-09-04 20:19:36 +00:00
..
Makefile sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:33:01 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
mkfs.c The new fsck recovery information to enable it to find backup 2017-09-04 20:19:36 +00:00
newfs.8 Bump date for today's commit. 2017-07-07 16:58:40 +00:00
newfs.c Allow '_' in labels when specifying -L to newfs. 2017-06-20 21:26:42 +00:00
newfs.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ref.test
runtest00.sh
runtest01.sh