Gentoo Archives: gentoo-catalyst

From: "Rafael Ávila de Espíndola" <rafael.espindola@×××××.com>
To: gentoo-catalyst@l.g.o, linux-kernel@×××××××××××.org
Subject: [gentoo-catalyst] Re: unmounting a filesystem mounted by /init (initramfs)
Date: Fri, 29 Jul 2005 20:24:30
Message-Id: 200507291724.39103.rafael.espindola@gmail.com
1 > Use lazy umount (umount -l) while fs is still visible
2 This works after all :)
3
4 I was I bit confused on how to remove the ext2 from the union but manage to do
5 it. Then it was a simple matter of implementing lazy unmount in busybox.
6
7 Thank you very much,
8 Rafael