DragonFly-2.3.1.868.g90eca master sbin/hammer cmd_expand.c sys/v

看板DFBSD_commit作者時間16年前 (2009/07/15 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 90ecab35525ea3637a59763d75df6712ff91728a Author: Michael Neumann <mneumann@ntecs.de> Date: Tue Jul 14 15:55:02 2009 +0200 Expand HAMMER filesystem step 1/2 Format the volume and increase other volumes' vol_count field. The space of the new volume is not yet given to the filesystem (that's step 2). Example: newfs_hammer -L TEST /dev/da0 mount_hammer /dev/da0 /hammer hammer expand /hammer /dev/da1 umount /hammer mount_hammer /dev/da0:/dev/da1 /hammer # the following fails (wrong number of volumes) mount_hammer /dev/da0 /hammer Summary of changes: sbin/hammer/cmd_expand.c | 51 +++++++++++- sys/vfs/hammer/hammer_expand.c | 189 +++++++++++++++++++++++++++++++++++++++- sys/vfs/hammer/hammer_ioctl.h | 3 + 3 files changed, 239 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90ecab35525ea3637a59763d75df6712ff91728a -- DragonFly BSD source repository
文章代碼(AID): #1ANCW18p (DFBSD_commit)