-W [--setfeature]
Used to change the certain device features on specified SSD.
| Arguments: | -w [--writecache]: Enables (for --writecache 1) or Disables (for --writecache 0) Write |
| | Cache on specified SSD. |
| | -r [--rawdata]: Set raw value of data to send set feature command on specified disk. |
| | |
| Used with: | --disk [or] -d |
| | |
| | magician --disk 1 --setfeature --writecache 1 |
| Usage: | magician --disk 1 --setfeature --writecache 0 |
| magician --disk 1 --rawdata 0x03:0x44 |
| |
| | [or] |
| | magician -d 1 -W -w 1 |
| | magician -d 1 -W -w 0 |
| | magician -d 1 -W -r 0x03:0x44 |
| | |