TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashLinux

How to unmount the device forcefully

Sometimes its required to unmount the busy devices forcefully. We can use the following command in such situations.

#umount -f -l <mount-point>

Here we need to replace mount-point with the required value.

That's all…

Leave a Reply