On 4/27/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
===================================================================
> RCS file: /sources/goboscripts/tools/Scripts/bin/FiboSandbox,v

> +function cleanup() {
> +   while read line
> +   do
> +      umount ${line}
> +   done < <(mount | grep "/Resources/Unmanaged" | awk {'print $1'})

Just a question: should we trust the output of 'mount', or should we
rely on /proc/mounts instead? I have seen just so many, but so many
problems with non-updated /etc/mtab files that I definitely stopped to
use it.

This is a very nice patchset, by the way :-)

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to