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_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to