LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Reformatting Western Digital MyBook to work on Linux and Windows (https://www.linuxquestions.org/questions/linux-hardware-18/reformatting-western-digital-mybook-to-work-on-linux-and-windows-4175511607/)

OtagoHarbour 07-19-2014 02:24 PM

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

jefro 07-19-2014 03:42 PM

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.

lleb 07-19-2014 06:48 PM

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.

John VV 07-19-2014 07:41 PM

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 .

OtagoHarbour 07-19-2014 10:31 PM

Quote:

Originally Posted by lleb (Post 5206572)
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

OtagoHarbour 07-19-2014 10:35 PM

Quote:

Originally Posted by John VV (Post 5206594)
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

John VV 07-19-2014 11:01 PM

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

lleb 07-20-2014 02:26 PM

Quote:

Originally Posted by OtagoHarbour (Post 5206655)
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.

OtagoHarbour 07-20-2014 02:56 PM

Quote:

Originally Posted by John VV (Post 5206661)
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


All times are GMT -5. The time now is 11:40 AM.