Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lazy or force argument when unmounting filesystems #50

Open
zavocc opened this issue May 19, 2024 · 0 comments
Open

Use lazy or force argument when unmounting filesystems #50

zavocc opened this issue May 19, 2024 · 0 comments

Comments

@zavocc
Copy link

zavocc commented May 19, 2024

Ideally using force or lazy arguments in umount ensures that all mountpoints are detached safely or forcibly so that the busy device can be unmounted before removal of the filesystem has been started

Lazy ensures safe unmount when a process constantly looks after it results in busy device, or force if the processes don't usually write something in the device nodes, whichever is sensible first

https://github.com/FerryAr/lhroot/blob/master/system/bin/killlinux

https://superuser.com/questions/412109/lazy-umount-or-unmounting-a-busy-disk-in-linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant