看板 DFBSD_commit 關於我們 聯絡資訊
commit dac7444ffc2f1f619da706f1cc6565452dfac115 Author: Thomas Nikolajsen <thomas@dragonflybsd.org> Date: Wed Apr 20 00:20:32 2011 +0200 newfs_hammer: update checks on undosize and fssize minimum Unless -f options given undosize must be at least 500MB and fssize at least 10GB (50GB recommended). Also fix a few extra spaces. Summary of changes: sbin/newfs_hammer/newfs_hammer.8 | 32 +++++++++++++++------------- sbin/newfs_hammer/newfs_hammer.c | 42 +++++++++++++++++++------------------ sbin/newfs_hammer/newfs_hammer.h | 11 ++++----- 3 files changed, 44 insertions(+), 41 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dac7444ffc2f1f619da706f1cc6565452dfac115 -- DragonFly BSD source repository