BOOKING

2016年1月11日星期一

how to force umount

try below ,but it is not working
Linux / UNIX will not allow you to unmount a device that is busy. There are many reasons for this (such as program accessing partition or open file) , but the most important one is toprevent the data loss. Try the following command to find out what processes have activities on the device/partition. If your device name is /dev/sdb1, enter the following command as root user:
# lsof | grep '/dev/sda1'Only below is working fine# umount -l /mnt

没有评论:

发表评论