Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Re: ST6000NM0034 DKS2F-H6R0SS 7FA6

December 15th, 2023, 19:12

Check out sdparm.
Show everything with details and explanation:
Code:
sdparm -a /dev/sdX --long


I am very, very curious if you have
Code:
[cha: y,
@WCE secion now for all of your disks.

Write cache off and save (-s=set,-S=Save)
Code:
sdparm -s WCE=0 -S /dev/sdX


Write cache on and save:
Code:
sdparm -s WCE=1 -S /dev/sdX
Post a reply