Install and use
fuser:
Code:
# fuser -mv /tmp/mnt/VERBATIM
USER PID ACCESS COMMAND
/tmp/mnt/VERBATIM: admin kernel mount /tmp/mnt/VERBATIM
admin 1367 F.... smbd
Thanks a lot. That perfectly worked!
Running:
>fuser -mv /tmp/mnt/entware
it reported:
/tmp/mnt/entware:
makksi kernel swap /tmp/mnt/entware/swap
makksi kernel mount /tmp/mnt/entware
makksi 1254 F..e. lighttpd
makksi 1255 ..ce. php-fcgi
makksi 1261 ...e. transmission-da
makksi 1275 ..ce. php-fcgi
makksi 1276 ..ce. php-fcgi
makksi 1953 F.... minidlna
makksi 1955 F.... minidlna
makksi 1956 F.... minidlna
Then I used -to kill all the related processes-:
>fuser -mkv /tmp/mnt/entware
Running again fuser -mv...
>fuser -mv /tmp/mnt/entware
it reported:
/tmp/mnt/entware:
makksi kernel swap /tmp/mnt/entware/swap
makksi kernel mount /tmp/mnt/entware
Then I had to do:
>swapoff /tmp/mnt/entware
Only at this point I had correctly unmount entware partition using
>umount /tmp/mnt/entware
Thanks again!