Linux Find SCSI Hard Disk Model, Serial Number, Size, and Total Sectors Information 
sdparm RPM packages for Red Hat, CentOS and Fedora

To list common mode parameters of a disk, enter:
# sdparm /dev/sda
To list the designators within the device identification VPD page of a disk:
# sdparm --inquiry /dev/sdb
To see all parameters for the caching mode page:
# sdparm --page=ca /dev/sdc
To set the "Writeback Cache Enable" bit in the current values page:
# sdparm --set=WCE /dev/sda


taken: http://www.cyberciti.biz/tips/sdparm-li ... ibute.html

[ add comment ]   |  [ 0 trackbacks ]   |  permalink

<<First <Back | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Next> Last>>