sudo fuser -c /mount_point
It will give an output like:
/mount_point: 25422c
then ps for the number before c
That’s it!
Enjoy!
sudo fuser -c /mount_point
It will give an output like:
/mount_point: 25422c
then ps for the number before c
That’s it!
Enjoy!