WD external hard drive not detected

I am a beginner in Ubuntu. And I have just installed Ubuntu 11.10 in my Dell laptop. When I plugged my WD external hard drive in, it read the first time, but since I have a unlock.exe file (password for the hard drive). So I installed Wine to read it. But it gives me an error. I restart the machine, and plugged the hard drive in again. And it is not recognized anymore. Can anybody help me, please?

Thank you!

4

3 Answers

According to

WD Passport needs to be unlocked using Windows or Mac before they can be used. Take the drive to a Mac or PC and run the Unlock application or the WD Smartware Utilities to enable access to the writable partition, then format it. If the drive is missing the unlocking apps, you can download the software kit for Mac and PC from WD's support pages.

In an extreme situation you can use I don't know if they can be trusted. As you can see HDDs could be simply unlocked using these tools, so to be safe encrypt your data yourself before storing it on your drive.

======

I just asked people at WD, they said there is no way you can unlock from any Linux distribution, including Ubuntu, not even wine can do that.

First you have to disable the unlock.exe while you're in windows. Use the WD smartware program (you can dl it from their website), go to settings, enter your passoword, choose "remove security," and then update settings. Now it doesn't have a password anymore, so you should at least be able to mount and access it in linux.

As far as it concerns a pure ubuntu solution, there is an interesting how to for removing the security functionality of WD MyPassport hard drive on ubuntu using hdparm and the master password 'WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW', which could differ for various models.

However, it is recommended to use up-to-date SmartWare on Windows, since it is intended this way.

Following the instructions of this nice article, i got my external WD HDD mounted and running on ubuntu like every other USB-Storage.
In essence you do the following steps:

  1. Mount the drive on Windows
  2. Update WD Smartware and Disk Firmware
  3. Disable the virtual CD and remove password under settings in WD SmartWare
  4. Using palimpsest on ubuntu
    1. Delete all partition and create a new Master Boot Record
    2. Create an empty partition
    3. format it using an linux/bsd file system.

Is is possible to reformat it to any FS you want, afterwards.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like