But Linux is not without answers. This article explores the question on every Linux system administrator’s mind:
If you need a point-and-click tool, use a Windows VM with USB passthrough. But for scripting, automation, or deep investigation, the Linux command line is far superior. chipgenius for linux
But for storage controllers, you need to speak SCSI. But Linux is not without answers
Use hdparm to check and change the read-only status: sudo hdparm -r0 /dev/sdb or deep investigation
Often reveals the bridge controller (JMicron, ASMedia, etc.).
echo "" echo "--- VPD Page 0x83 (Device ID) ---" sudo sg_vpd --page=0x83 $DEVICE 2>/dev/null