Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

After a power failure the Promise Pegasus R4 reports all disks drives as dead. But this is almost impossible! Is there any way to "reset" the Promise Pegasus without losing all data?

The unit is connected to a Mac Mini and I have the Promise software installed.

share|improve this question

1 Answer

up vote 2 down vote accepted

The official and easier way to recover is:

On Mac, open the Terminal and run:

promiseutil

This will open the promise utility. Now type the following commands:

phydrv -a online -p 1
phydrv -a online -p 2
phydrv -a online -p 3
phydrv -a online -p 4
exit

If you have the R6 version add this commands before exit the utility:

phydrv -a online -p 5
phydrv -a online -p 6

After you force the drive online, reboot the unit and you will have access to the data.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.