Sometime while mounting a Logical volume on a mount point it show that mount point is busy.
#fuser -cu /abc/test
<no output of process will be reported , but still you could not able to mount it>
Solution :
Run fuser -ku to kill any process or shell or user using it .
#fuser -ku /tabc/test
Then try to mount the logical volume
#mount /dev/vg001/lv_test /abc/test
No comments:
Post a Comment