UnixPedia : HPUX / LINUX / SOLARIS: UNIX : Issue while Mounting a logical Volume on mount point

Monday, January 21, 2013

UNIX : Issue while Mounting a logical Volume on mount point


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