How do I remove a MyBook's "WD SmartWare" virtual CD from my desktop?

54

20

I recently got a Western Digital MyBook external hard drive to enable Time Machine. It has its software installed on a "virtual CD" called "WD SmartWare" which shows up on the desktop any time the drive is plugged in. Since I will use this virtual drive only very rarely, how can I hide it from the desktop, while allowing other CDs to show up?

Justin Love

Posted 2009-09-20T21:41:54.103

Reputation: 966

Answers

39

WD has posted the steps to remove the Smartware and its VCD, Mac or Windows...

STEP 1: Firmware Update: Release 2.003 (3/4/10)

Before running the Virtual CD Manager, you must first update the firmware on your hard drive.

  1. Disconnect all other external drives from the computer except for the My Book or My Passport drive you want to update.

  2. Ensure that the My Book or My Passport drive is connected to a USB port on your computer.

  3. Download the Firmware Updater for Windows.

  4. Unzip the file and double click to open the Firmware Updater.

  5. Click Continue to update the firmware.

  6. Click Accept the End User's License Agreement (EULA). The updater will scan the drive which may take a few minutes.

  7. Verify the attached drive's serial number located on the back of the drive.

  8. Click Update Firmware.

  9. Once the updater is finished, click Exit.

  10. Turn off the drive - For My Passport, disconnect the USB cable. For My Book disconnect both USB and power cables.

  11. Wait 10 seconds. Reconnect the USB/power cables.

STEP 2: Download and run the VCD Manager

  1. Download VCD Manager for Windows.(WDSmartWareVirtualCDManagerforWindows-v1.0.7.4.zip) to your desktop.

  2. Unzip the utility (Extract the file using an extraction utility.)

  3. Double click WDSmartWareVirtualCDManagerforWindows-v1.0.7.4.exe.

  4. Click Continue to disable the VCD.

  5. Once the utility has found your drive, click Configure Drive and then click Exit.

  6. Turn off the drive - For My Passport, disconnect the USB cable. For My Book disconnect both USB and power cables.

  7. Wait 10 seconds. Reconnect the USB/power cables that have been disconnected in the previous step.

  8. Verify that the VCD no longer appears.

MrPicky

Posted 2009-09-20T21:41:54.103

Reputation:

3Much better to not have the annoying software launching, but does anyone know of good instructions to eliminate the partition? – jnewman – 2011-01-04T04:54:34.047

3This doesn't really remove the partition, you know. – kinokijuf – 2011-11-15T17:31:38.230

Couldn't you just remove it with a partition manager like gparted or whatever there is for osx? – Rob – 2011-11-15T18:33:03.010

1Why does this have 32 upvotes? This doesn't answer the question at all. – Mark E. Haase – 2012-01-23T18:39:05.263

VCD Manager kept saying the firmware wasn't upgraded :( – strongriley – 2012-08-09T02:38:41.163

2Successfully updated firmware tonight, and everything looks good so far. – Justin Love – 2009-12-04T01:41:01.670

25

On Mac OS X you can unmount the SmartWare partition for good by editing /etc/fstab and adding a line:

UUID=your_smartware_partitions_uuid_here none hfs rw,noauto 0 0

You'll get the UUID by typing diskutil info /Volumes/WD\ SmartWare within Terminal.app.

A one liner for this:

sudo sh -c "echo UUID=`diskutil info /Volumes/WD\ SmartWare/ | grep 'UUID' | awk '{print $NF}'` none hfs rw,noauto 0 0 >> /etc/fstab"

Powder

Posted 2009-09-20T21:41:54.103

Reputation:

Nice! Just tried this and it worked great! Thank you! Note to others who might be thinking about trying this: /etc/fstab did not exist previously on my system; the above one-liner (or whatever other method you choose) creates it, and it is heeded upon next connection of the device. – lindes – 2011-01-27T19:37:10.400

Hmm, it's perhaps worth noting, too, that removing /etc/fstab doesn't make it come back. Removing the line from /etc/fstab does, however. – lindes – 2011-01-27T19:51:00.717

Neat idea, but you have do do this on each computer you use it on. – Mark E. Haase – 2012-01-23T18:39:42.343

5

The instructions at this link will allow you to disable the VCD firmware: http://www.wdc.com/wdproducts/updates/?family=wdsmartwareutilities

Section8

Posted 2009-09-20T21:41:54.103

Reputation:

1Looks like the fix (firmware update plus utility to enable/disable) is Windows only so far. – Chris Johnsen – 2009-10-30T23:02:59.527

2

The Mac version seems to be http://www.wdc.com/wdproducts/updates/?family=wdsmartwareutilitiesmac (now linked from the Windows page, too).

– Chris Johnsen – 2009-11-26T12:28:19.510

4

Gparted is a great utility, but it will not delete the VCD partition. That was the first thing I tried. I had to install their crapware to disable it.

thenonoman

Posted 2009-09-20T21:41:54.103

Reputation:

3

For Mac OS X I followed the instructions already posted above: http://www.wdc.com/wdproducts/updates/?family=wdsmartwareutilitiesmac

but VCD didn't work until I changed the security preferences, which I had to do with the smartware to get rid of the password. Then after VCD worked, the My Book was still read only, so I used the smartware which was still installed to erase everything already on the drive, and then it finally worked like an external hard drive is supposed to and was read and writable (and then I deleted the smartware software I had installed on my computer)

...this hard drive was a pain in the neck

Kyle Kern

Posted 2009-09-20T21:41:54.103

Reputation:

1Did this actually remove the hidden partition? (We have ~20 of these at work, came with Dell PCs, so this partition is wasting a good deal of space for us.) :( – jnewman – 2011-01-04T04:59:30.877

2

I just plugged it in to one of my system. Then I booted that system up to an Xp install CD and then when given the option from the CD as to what hard-drive I wanted to install to I chose the MyBook and deleted the partition and then formatted it using the Install cd. Once tha formatting was done, I then canceled the CD boot and restarted my system. Now I have a clean MyBook with nothing on it at all, just like the darn thing is supposed to be.

Also this works for any USB.

dbones

Posted 2009-09-20T21:41:54.103

Reputation:

Disk Utility only shows one partition. I suppose I could redo it manually to make certain. – Justin Love – 2009-09-21T02:47:46.923

0

I wanted remove the VCD partition, instead of hiding it. This problem frustrated me to no end, but I was finally able to completely remove the VCD from two WD SmartBooks.

There were two steps that actually seem to have done something.

First, on Windows, I updated the BIOS as @Gnoupi suggests (I'm not convinced I needed to do this, but I won't undo it).

Second, on Linux, I ran palimpsest (a disk management utility w/ a GUI) removed all visible partitions and chose Format drive -> Master Boot Record -> BSD. I then chose Format drive->don't partition.

I am now able to access all of the 999gb capacity and do what I want with it.

jnewman

Posted 2009-09-20T21:41:54.103

Reputation: 79

0

Included on the "VCD" is the software required to enable and disable it. It's called "Virtual CD Manager.app", on MacOS (I presume something similar exists when mounted under Windows?)

You have to copy it to your hard drive to run it (otherwise, it gives you an error message saying as much), and once you've done that, you just run it and follow the prompts. Each time you go through the process, it will alternate between being visible and being hidden.

Note: This software is the same software that you can download as mentioned in other answers... In this answer, I'm just pointing out that a version of it (though presumably it may not be the latest version, and therefore you may want to download it) exists on the "virtual CD" already, which you can copy and run.

lindes

Posted 2009-09-20T21:41:54.103

Reputation: 370

Not on all versions, apparently. My mom's drive doesn't have VCD manager on the VCD itself. Even after downloading the VDC manager separately, it still won't work because the drive has a password. I know the password but I can't figure out how to remove it. WD has awful, awful customer service. Last WD drive I ever buy. – Mark E. Haase – 2012-01-23T18:42:30.260

0

Two solutions to actually get rid of the VDC (not just hide it):

  1. Return it to the store and buy a different brand.

  2. Tear open the casing, pull out the hard drive, and put it into a generic 3.5" SATA enclosure.

Mark E. Haase

Posted 2009-09-20T21:41:54.103

Reputation: 3 243

2It is not possible to pll out the HDD in recent versions. The USB controller is integrated on the drive. – kinokijuf – 2012-01-23T20:48:38.547