Comment 3 for bug 275862

Revision history for this message
Daniele Napolitano (dnax88) wrote :

Hi, you can get process name and PID by execute lsof | grep <mount_point>.

Trough some Linux API you can find the same result of lsof, but I don't know if exist Vala bindings.