Pages

Friday, February 6, 2015

Method error (/etc/methods/ucfgdac):

# rmdev -l hdisk1
Method error (/etc/methods/ucfgdac):
        0514-062 Cannot perform the requested function because the
                 specified device is busy
Solution 
fuser /dev/hdisk1 => find any process using the device.
Kill -9   => kill the process if not necessary.
 

2 comments:

  1. Thank You, I had the same problem, and I fixed it with this method

    ReplyDelete
  2. Thank You, I had the same problem today, and I used this method to fix the problem

    ReplyDelete