Categories:
Email 🠪 Servers 🠪 Testing 🠪 Tips
Hardware 🠪 3D Printing 🠪 Apple 🠪 Batteries 🠪 Drives 🠪 Edgerouter 🠪 Electronics 🠪 Laptop 🠪 Modems 🠪 Phone 🠪 Printers 🠪 Raspberry Pi 🠪 Tablets 🠪 Testing 🠪 Virtualization
Links 🠪 Interesting 🠪 Media
Network 🠪 Data 🠪 Testing 🠪 VPN
Scripts 🠪 Batch 🠪 Linux 🠪 Powershell
Servers 🠪 Databases 🠪 Misc 🠪 Website
Software 🠪 Other
Utilities 🠪 Backup 🠪 Fix Issues 🠪 Recovery
Video 🠪 Editing
Websites 🠪 HTML 🠪 Testing
Windows 🠪 Adjustments 🠪 Issues 🠪 Remote Desktop 🠪 Sercurity 🠪 Slow 🠪 Software 🠪 Startup
Submit Entry | Airin's Notes
Category: Hardware 🠪 Drives Check Hard Drive SMART status | June 5, 2023 | wmic diskdrive get Model,DeviceID,InterfaceType,SerialNumber,Size,status
wmic /namespace:\\root\wmi path MSStorageDriver_FailurePredictStatus
Keywords: Hard Drive, Disk, SSD, Solid State Drive, Failure, Failing, Serial Number |
Category: Hardware 🠪 Drives Drive Utilties | June 5, 2023 | Perform a quick benchmark of a hard drive using ReadSpeed
https://www.grc.com/readspeed.htm
If a SSD has slow performance on one section compared to another, run Spinrite level 2/3 on it. Same for a hard drive with abnormally slow performance.
Fix drive errors with corruption and slow performance (not for hardware defects)
Spinrite from www.grc.com
After running Spinrite on level 3 or higher on a SSD, use the following Windows 10 command to force a recalculation of TRIM:
Optimize-Volume -DriveLe...<Too long, click to read the rest> |
Category: Hardware 🠪 Drives Perform TRIM on Windows 10 SSD | June 4, 2023 | Run this from an elevated Powershell window:
Optimize-Volume -DriveLetter C -retrim -verbose |
Category: Hardware 🠪 Drives Recover Data from Drives | June 6, 2023 | TestDisk -
Recuva - Search for deleted/corrupted/formatted files/directories
SpinRite - Fix low level issues
Keywords: Recover, Corrupt, Hard Drive, HD, Disk, Disc, Filesystem, NTFS, FAT32, MBR |
|