- Joined
- Jan 1, 2019
- Messages
- 605 (0.26/day)
In my studio I have storage galore. Old laptop hard disks live in USB-C boxes come in handy for backups etc. More recently USB-C boxes for M.2 NVMe SSD are available at low prices.
Running HDscan shows that old hard disks may have lots of LBA blocks that are > lowest read times. When red blocks surface its time to revive the disk.
SSD prices have fallen so much that I am pondering using them for backups. If not for the abundance of old hard disks.
To clean up hard disks you need Seatools or can use DISKPART in Windows. Disk Manager can identify the disk ID for a given unit. Replace x with the disk to be cleaned:
Open an elevated command prompt:
DISKPART
SELECT DISK x
CLEAN ALL
EXIT
The CLEAN ALL will write zeros to all logical blocks on a given disk. Hard disks and SSD are all the same and are wiped. Be wary that larger 12-14 TB disks can take upwards of 24 hours and larger disks can take 48 hours. Shingled disks are sluggish by nature so they also need an inordinate amount of time to clean.
I have some disks with over 30,000 hours on them and they still work. I use NAS boxes and when problems crop up I move files to a different NAS unit. This allows me to remove all of the disks and clean them up and try resilvering them.
Vendors have their own tools for SSD logic
Intel has withdrawn from the SSD market and their tools are no longer available. Tell that to my boot SSDs.
Running HDscan shows that old hard disks may have lots of LBA blocks that are > lowest read times. When red blocks surface its time to revive the disk.
SSD prices have fallen so much that I am pondering using them for backups. If not for the abundance of old hard disks.
To clean up hard disks you need Seatools or can use DISKPART in Windows. Disk Manager can identify the disk ID for a given unit. Replace x with the disk to be cleaned:
Open an elevated command prompt:
DISKPART
SELECT DISK x
CLEAN ALL
EXIT
The CLEAN ALL will write zeros to all logical blocks on a given disk. Hard disks and SSD are all the same and are wiped. Be wary that larger 12-14 TB disks can take upwards of 24 hours and larger disks can take 48 hours. Shingled disks are sluggish by nature so they also need an inordinate amount of time to clean.
I have some disks with over 30,000 hours on them and they still work. I use NAS boxes and when problems crop up I move files to a different NAS unit. This allows me to remove all of the disks and clean them up and try resilvering them.
Vendors have their own tools for SSD logic
Intel has withdrawn from the SSD market and their tools are no longer available. Tell that to my boot SSDs.
Last edited: