vote up 14 vote down star
7

I recently got a Western Digital MyBook external hard drive to enable Time Machine. It has it's 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?

flag
Just discovered that I unwittingly bought product which is barely a week old. I suppose some kinks might be expected. – Justin Love Sep 20 at 23:42
I have this same question but am on Linux. Should I open a new topic? Or just hope someone reads this comment? Sorry, I fail at etiquette – Diablomarcus Oct 12 at 5:20
How does this have 13k views!... Must be Google indexing this site well now! – Wil Nov 26 at 8:39

locked by Diago Feb 19 at 17:27

6 Answers

vote up 11 vote down check

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

http://www.wdc.com/wdproducts/updates/?family=wdsmartwareutilities

link|flag
1  
Successfully updated firmware tonight, and everything looks good so far. – Justin Love Dec 4 at 1:41
vote up 5 vote down

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"
link|flag
vote up 4 vote down

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

link|flag
1  
Looks like the fix (firmware update plus utility to enable/disable) is Windows only so far. – Chris Johnsen Oct 30 at 23:02
2  
The Mac version seems to be wdc.com/wdproducts/updates/… (now linked from the Windows page, too). – Chris Johnsen Nov 26 at 12:28
vote up 1 vote down

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.

link|flag
Disk Utility only shows one partition. I suppose I could redo it manually to make certain. – Justin Love Sep 21 at 2:47
vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

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