freebsd-dev/sbin/newfs
Poul-Henning Kamp 9a6378d803 Rename the undocumented -E option to -X.
Implement -E option which will erase the filesystem sectors before
making the new filesystem.  Reserved space in front of the superblock
(bootcode) is not erased.

NB: Erasing can take as long time as writing every sector sequentially.

This is relevant for all flash based disks which use wearlevelling.
2007-12-16 19:41:31 +00:00
..
Makefile Convert newfs to libufs (really). Solves one real issue with previous 2003-02-11 03:06:45 +00:00
mkfs.c Rename the undocumented -E option to -X. 2007-12-16 19:41:31 +00:00
newfs.8 Rename the undocumented -E option to -X. 2007-12-16 19:41:31 +00:00
newfs.c Rename the undocumented -E option to -X. 2007-12-16 19:41:31 +00:00
newfs.h Rename the undocumented -E option to -X. 2007-12-16 19:41:31 +00:00
ref.test Fix the -R flag so that it provides sequential "random" numbers 2003-02-22 23:26:11 +00:00
runtest00.sh
runtest01.sh