LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-19-2014, 02:24 PM   #1
OtagoHarbour
Member
 
Registered: Oct 2011
Posts: 332

Rep: Reputation: 3
Reformatting Western Digital MyBook to work on Linux and Windows


I recently purchased a Western Digital MyBook with 2.72 TB of disk space. Unfortunately, I have found that it has this so-called "smartware" that prevents it from being used on Linux. External hard disks that I have used in the past have had no problems being mounted on either Linux or Windows. Is there a way to reformat this disk so that it can be used on either?

Thanks,
OH
 
Old 07-19-2014, 03:42 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Boot to linux and plug it in. Run Gparted or other partition app and see what it says. I guess it could be some issue but all I can guess is you may need to use GPT on it. Where did you get this smartware from ?
Is this a NAS?

I get the feeling there may be some virtual cd image on it but it should be possible to delete that all and mount it normally.

Last edited by jefro; 07-19-2014 at 03:45 PM.
 
1 members found this post helpful.
Old 07-19-2014, 06:48 PM   #3
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
if you have already formatted it via linux. go back and format it via MS windows. use the WB removal software toolkit from their web page and get rid of their software, this is also the software they use to control "sleep" of the drive that can ONLY be deactivated via MS and OSx, not Linux.

Once you have disabled sleep and removed their bloatware, you can format via NFTS how ever you desire and enjoy the freedom of your external drive.
 
1 members found this post helpful.
Old 07-19-2014, 07:41 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what i did was use dd to zero out the start of the drive

let it run while i had lunch (this removed the MS code on it )

then reform it ( i use ext4 and GPT) - sleep works JUST fine it powers down when not needed
using a udev rule to manually mount it will keep it from sleeping

but you can use NTFS and 3, 1 gig partitions .

Last edited by John VV; 07-19-2014 at 07:43 PM.
 
1 members found this post helpful.
Old 07-19-2014, 10:31 PM   #5
OtagoHarbour
Member
 
Registered: Oct 2011
Posts: 332

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by lleb View Post
if you have already formatted it via linux. go back and format it via MS windows. use the WB removal software toolkit from their web page and get rid of their software, this is also the software they use to control "sleep" of the drive that can ONLY be deactivated via MS and OSx, not Linux.

Once you have disabled sleep and removed their bloatware, you can format via NFTS how ever you desire and enjoy the freedom of your external drive.
I have not been able to see it from Linux, either from Debian on a Linux box or CentOS from a VM running on a Windows system. I got the latest version of WD Smartware. It has an erase function and says "Erasing your drive also deletes the WD SmartWare software and all of the support files, utilities, online help, and user manual files". Should I erase the disk?

Thanks,
OH

Last edited by OtagoHarbour; 07-19-2014 at 10:36 PM. Reason: Typos
 
Old 07-19-2014, 10:35 PM   #6
OtagoHarbour
Member
 
Registered: Oct 2011
Posts: 332

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by John VV View Post
what i did was use dd to zero out the start of the drive

let it run while i had lunch (this removed the MS code on it )

then reform it ( i use ext4 and GPT) - sleep works JUST fine it powers down when not needed
using a udev rule to manually mount it will keep it from sleeping

but you can use NTFS and 3, 1 gig partitions .
I can't see the drive from a Linux system. Would ext4 be visible on Windows or just on Linux? Would GPT and/or NTFS be visible on Linux or just on Windows?

Thanks,
OH
 
Old 07-19-2014, 11:01 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
MS windows Operating systems will NEVER be able to read and wright to linux formats
( there are some third party programs that might work)
the open source GPL'ed formats are NOT OWNED by Microsoft

Quote:
I can't see the drive from a Linux system
That is "odd"
it should just auto mount even with the MS Windows code on it
( just out of the box , it should auto mount the two (2) NTFS partitions )

I think ALL modern Linux OS's have NTFS-3g installed


for LARGE drives in the muti-Terabit range the OLD "dos table" is too small
GPT solves that issue

I use "Gparted live CD" for partitioning
it is WAY easier than using "parted" or gparted installed to the OS
http://gparted.sourceforge.net/

the live cd will see it if it is plugged into the usb3 port while you boot into the live cd

Last edited by John VV; 07-19-2014 at 11:07 PM.
 
1 members found this post helpful.
Old 07-20-2014, 02:26 PM   #8
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by OtagoHarbour View Post
I have not been able to see it from Linux, either from Debian on a Linux box or CentOS from a VM running on a Windows system. I got the latest version of WD Smartware. It has an erase function and says "Erasing your drive also deletes the WD SmartWare software and all of the support files, utilities, online help, and user manual files". Should I erase the disk?

Thanks,
OH
after you set the sleep settings to never sleep, then feel free to erase the drive.
 
Old 07-20-2014, 02:56 PM   #9
OtagoHarbour
Member
 
Registered: Oct 2011
Posts: 332

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by John VV View Post
MS windows Operating systems will NEVER be able to read and wright to linux formats
( there are some third party programs that might work)
the open source GPL'ed formats are NOT OWNED by Microsoft
What I would like is a format that can be read by both Linux and Windows.

Quote:
That is "odd"
it should just auto mount even with the MS Windows code on it
( just out of the box , it should auto mount the two (2) NTFS partitions )

I think ALL modern Linux OS's have NTFS-3g installed
My apologies! I found that the Debian box had been corrupted by someone accidentally installing kunbuntu on top of Debian. I restored the uncorrupted HD using Clonzilla and now it reads the NTFS-3g disk fine. However, with my Centos system I needed to do the following to get my system to read the NTFS-3g disk.

Code:
sudo rpm -Uvh epel-release-6-8.noarch.rpm
sudo yum install ntfs-3g
Quote:
I use "Gparted live CD" for partitioning
it is WAY easier than using "parted" or gparted installed to the OS
http://gparted.sourceforge.net/

the live cd will see it if it is plugged into the usb3 port while you boot into the live cd
I use GParted live CD as well.

Thanks,
OH

Last edited by OtagoHarbour; 07-20-2014 at 04:55 PM. Reason: typos
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow access to Western Digital MyBook Live Duo NAS? cryan Ubuntu 1 04-04-2014 12:16 AM
how to connect Western Digital MyBook 2TB USB external storage in linex6.4 noormd1990 Linux - Newbie 2 06-25-2011 08:15 AM
[SOLVED] What version of linux does Western DIgital MyBook World Edition II use kevin41_uk Linux - Newbie 1 01-01-2011 06:00 PM
cannot detect Western Digital MyBook 250GB USB extrenal storage dbulka Linux - Newbie 5 09-12-2007 08:54 PM
How to get any bootloader to work with Western Digital's EZ-BIOS oudent Linux - General 3 04-14-2002 03:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration