Tuesday, April 08, 2025

Re: Can't umount; fuser and fstat don't say why

Sorry, be aware that the displaied proc works on /etc before to try anything !!
Dan

------
Blog: http://bsd.gaoxio.com - Repo: https://code.5mode.com

Please reply to the mailing-list, leveraging technical stuff.

Apr 8, 2025 11:27:43 Dan <dan@nnnne-o-o-o.com>:

> 1) an error handled ~ error prone unmounting proc:
>
> unmountEtc() {
> (set +e;trap 'umount -f "/etc"' 0 1 2 3 5 7 10 15;sleep 5) || return
> }
> unmountEtc

No comments:

Post a Comment