[Call for Test] unionfs intermediate umount feature

From: Daichi GOTO <daichi_at_ongs.co.jp>
Date: Tue, 10 May 2011 09:39:25 -0400
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
Received on Tue May 10 2011 - 11:56:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:14 UTC