1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/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
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
runtest00.sh
runtest01.sh