Hi,
I try to perform a filesystem check of the internal HDD (by the way it is viewed as an external HDD by the VU+ Duo2).
But this failed due to this:
# umount -f /media/hdd/ umount: can't forcibly umount /media/hdd: Device or resource busy
Looking at what is preventing the umount, I found this:
root@vuduo2:/media# fuser /media/hdd/ 20157
Searching the process associated to it with I found:
20157 root 8016 S smbd -D
I think that it can be interesting to improve the filesystem check option by including this "fuser search and kill" process when the hdd cannot be unmounted.
Or at least think to kill smbd before trying to umount the hdd for filesystem check.
Pr2