phk         2007-12-16 19:41:31 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.93      +13 -6     src/sbin/newfs/mkfs.c
  1.72      +9 -5      src/sbin/newfs/newfs.8
  1.85      +8 -3      src/sbin/newfs/newfs.c
  1.20      +2 -1      src/sbin/newfs/newfs.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to