2011年3月4日 星期五

How to umount when the device is busy

fuser -m /dev/md3
# /dev/md3: 13142
kill -9 13142

# kill all the process which use the device
umount /dev/md3
Reference: ocaoimh.ie

沒有留言:

張貼留言