Linux umount -f: umount2: Device or resource busy
Code:
# umount -fv /test
umount2: Device or resource busy
umount: /data: device is busy
Code:
# fuser -mvu /test
#
Make sure that the filesystem is not exported via NFS (locked by lockd). Stop NFS/portmap services and retry unmounting.