Jump to content

Is there a way for me to check my SSD's TBW?

bungusboy81
Go to solution Solved by minibois,
11 minutes ago, bungusboy81 said:

I downloaded crystaldiskinfo and the moonrunes it spat at me were: "SAMSUNG MZALQ256HAJD-000L1"

This is the Samsung PM991: https://www.ebay.co.uk/itm/Samsung-PM991-M2-2242-PCIE-NVMe-SSD-MZ-ALQ2560-MZALQ256HAJD-000L1-Laptop-/294029949838

(The label shows the modelnr. you mentiond and PM991)

 

Samsung doesn't publish very many specs on this model though.

Seems like it's using TLC tech though and with Samsung drives, it's pretty typical those have 150TBW per 250GB of storage.

I have a prebuilt, and of course, since I have a prebuilt, the SSD's name is a bunch of moonrunes, so when I search it up on google to find out, it has about 1000 results about half of which are probably in some martian language and are about like car insurance or some stupid shit. Is there a program that I can use to check the TBW of my SSD?

Thank you in advance!

Link to comment
Share on other sites

Link to post
Share on other sites

You can usually check how much was written with things like crystaldiskinfo or hwinfo, but if you're after the spec then no other than finding a spec sheet for that SSD.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

Use CrystalDiskInfo to tell you the specific SSD you have and how much data has been written to the drive.

When you have the specific model number it says there, you can look up the drive online and hopefully find the datasheet for this drive.

 

Otherwise, can you post the model number of the drive you have?

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

14 minutes ago, minibois said:

Use CrystalDiskInfo to tell you the specific SSD you have and how much data has been written to the drive.

When you have the specific model number it says there, you can look up the drive online and hopefully find the datasheet for this drive.

 

Otherwise, can you post the model number of the drive you have?

I downloaded crystaldiskinfo and the moonrunes it spat at me were: "SAMSUNG MZALQ256HAJD-000L1"

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, bungusboy81 said:

I downloaded crystaldiskinfo and the moonrunes it spat at me were: "SAMSUNG MZALQ256HAJD-000L1"

This is the Samsung PM991: https://www.ebay.co.uk/itm/Samsung-PM991-M2-2242-PCIE-NVMe-SSD-MZ-ALQ2560-MZALQ256HAJD-000L1-Laptop-/294029949838

(The label shows the modelnr. you mentiond and PM991)

 

Samsung doesn't publish very many specs on this model though.

Seems like it's using TLC tech though and with Samsung drives, it's pretty typical those have 150TBW per 250GB of storage.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, minibois said:

This is the Samsung PM991: https://www.ebay.co.uk/itm/Samsung-PM991-M2-2242-PCIE-NVMe-SSD-MZ-ALQ2560-MZALQ256HAJD-000L1-Laptop-/294029949838

(The label shows the modelnr. you mentiond and PM991)

 

Samsung doesn't publish very many specs on this model though.

Seems like it's using TLC tech though and with Samsung drives, it's pretty typical those have 150TBW per 250GB of storage.

Thank you!

Link to comment
Share on other sites

Link to post
Share on other sites

  • 8 months later...

Yes, you can. For the people running running Linux you will need to install smartmontools on a Debian based distro so that we can use the smartctl command. Here is a one liner that you should be able put into the terminal to get the TBW.

 

$  sudo smartctl -A /dev/<Device Name> | grep "Data Units Written" | awk '{print $5$6}' | tr -d []

 

Example: In my case I ran and got

$ sudo smartctl -A /dev/nvme0 | grep "Data Units Written" | awk '{print $5$6}' | tr -d []
2.40TB

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×