Re: umount busy aufs

2007-07-09 Thread sfjro
Hello Tomas, Do you remember this mail? Tomas M: I was just wondering if there is a way to see what resources (files/directories/etc) are used by aufs (perhaps through /proc or /sys). This would help very much. So please consider this as a feature request for aufs sometime in the future

Re: umount busy aufs

2007-06-18 Thread Tomas M
Your aufs is the root filesystem, isn't it? no, at the time I'm unmounting it, some shutdown script already changed the root back to initrd, so aufs is now mounted on /union, not root. Generally speaking, the root filesystem cannot be unmounted. It is remounted as readonly at shutdown/reboot

Re: umount busy aufs

2007-06-18 Thread sfjro
Tomas M: I was just wondering if there is a way to see what resources (files/directories/etc) are used by aufs (perhaps through /proc or /sys). This would help very much. So please consider this as a feature request for aufs sometime in the future :) I have a plan to show the opened aufs

Re: umount busy aufs

2007-06-18 Thread Tomas M
Thank you very much for the patch, I'll try it tomorrow Tomas M [EMAIL PROTECTED] wrote: Tomas M: I was just wondering if there is a way to see what resources (files/directories/etc) are used by aufs (perhaps through /proc or /sys). This would help very much. So please consider this as a

umount busy aufs

2007-06-17 Thread Tomas M
Hello, In linux-live scripts, I'm using aufs to join read-only branches with one writable branch at the top, so my setup is like the following: /union := /mnt/changes (a rw branch) /mnt/images/br1 (a ro branch) /mnt/images/br2 (a ro branch) /mnt/images/br3 (a ro branch)

Re: umount busy aufs

2007-06-17 Thread sfjro
Hi, Tomas M: My goal is to properly save all filesystem modifications in the writable branch. So first I tried to cleanly unmount the union, but it's busy and can't be unmounted. Your aufs is the root filesystem, isn't it? Generally speaking, the root filesystem cannot be unmounted. It is