Missing capacity on WD Red 4 TB Nasware 2.0

Second post on this forum. I did search this forum for related topics, but could not find.

I have several older HDD’s, and hooked them up to check status on them. Most of them comes from old external HDD cabinets from WD.
One is a WD Red 4 TB, labeled NASware 2.0. It works nicely and is detected on both MacOs and Windows. But both OS’s only shows around 1.6TB available. I’ve tried to wipe the disk, used MiniTool Partion wizard, etc. But I’m not seeing the 4TB labeled on the drive…..?

Is this familiar to anyone, and has a solution as to access the full potential of the disk?

I usually run drives through with DBAN https://dban.org/ or any other drive wiper software. Using internal secure erase when possible for an option.

Maybe post a screenshot of what the partition tool shows. What is the model number listed on the drive. That may give some clues also

Thanks! Here are; screenshot of partion after a clean with the C:/ Photo of partition before, and a photo of the actual HDD.

Guessing Windows can’t read the partitions or there are hidden partitions. I would try booting a live linux version or something like DBAN and doing a full drive wipe. The Linux tools may report different info than Windows. make sure you are wiping the correct drive

You also want to verify the info on label matches the drive info reported. It should be showing matching model and serial number.

Provided that you aren’t using a very old system with a storage controller that can’t count past 2TB …

If you can get this hooked to a TrueNAS system, go ahead and query the drive with hdparm -I /dev/sdX where the X is the correct letter for this drive (you can compare serial numbers to confirm) - this feels like the MBR/GPT isn’t correct and it’s somehow masking the full capacity.

start diskpart.exe from a command line

list disk
select disk (number of your disk)
clean
list disk

This will erase the complete partition table(s). You should have the entire disk available.

type exit to exit diskpart.exe

Thanks fchk, that is exactly what I did when I cleaned it.

Thanks HoneyBadger. Partion Manager said that at least the partitions that were visible, were GPT.

I haven’t built the NAS yet. But when done and installed, I also figured that TrueNAS might be able to see something more.

Small Barry, I’ll check out DBAN!

Did you do that in Windows or Linux?

That’s not how Windows works. Windows can see everything that any other OS can see.
Including hidden partitions (that Windows CAN see, but does not show in Windows File Explorer,
as long as the underlying hardware, drivers cooperate).

Windows Disk Manager may not understand the partition format, but it can certainty see all partitions including hidden ones.

Did you know Windows can see/mount Linux, Mac drives, including ZFS, with the RIGHT software!?

The screenshot shows the drive as a 1678 GB (2TB), which means that the OS, BIOS, storage drivers or SATA chipset, do not support more than 2TB.

Full OS, MB, drivers, specs may help figure out.

winnielinnie, In Windows.

truenas-fan, Windows 11 Business, in the case on an Intel Core i5-8250 CPU. Not certain about the motherboard, but on a HP Elitebook.
MacOS I mean to remember is 12 Monterey.

But, when you mention this it struck me that maybe the USB adapter I’m using have limitations! I have other adapters as well, so I’ll check them out. Or try to put it on a SATA-connection directly to the MB on a desktop.
That being a possbile limitation didn’t strike me. :grinning_face:

in this case it should have been

I just tried another USB adapter - and then the whole capacity is visible!

Thanks for all the input everybody, and for leading me in the correct direction.

Sounds like it’s time to retire or at least shelve the old USB adapter at this point then! :slight_smile:

True!