Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 09:39:25 -0400
From:      Daichi GOTO <daichi@ongs.co.jp>
To:        freebsd-current@freebsd.org, freebsd-fs@freebsd.org
Subject:   [Call for Test] unionfs intermediate umount feature
Message-ID:  <39BCA797-BCE2-4A2A-AA7F-AD8A87014CD4@ongs.co.jp>

next in thread | raw e-mail | index | archive | help
Hi unionfs users ;)

We have developed new unionfs feature, "intermediate umount".
You can do like this:

  # mount_unionfs /test2 /test1
  # mount_unionfs /test3 /test1
  # df
  <above>:/test2  xxxxx xxxxx xxxxx  xx%  /test1
  <above>:/test3  xxxxx xxxxx xxxxx  xx%  /test1
  # umount '<above>:/test2'
  # df
  <above>:/test3  xxxxx xxxxx xxxxx  xx%  /test1
  #

patch for current:
    =
http://people.freebsd.org/~daichi/unionfs/experiments/unionfs-intermediate=
-umount.diff

First, I want to know your opinion. Thanks :)

-----
Daichi GOTO=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39BCA797-BCE2-4A2A-AA7F-AD8A87014CD4>