Hey everybody,
I have five Toshiba MG09, sourced through different vendors.
Three of them have firmware 4302, one 0104 and another one with version 4004.
I'd like to have a common baseline. Would you happen know how to upgrade the firmwares?
I have five Toshiba MG09, sourced through different vendors.
Three of them have firmware 4302, one 0104 and another one with version 4004.
Bash:
# smartctl -a /dev/da0|grep -E "Device Model|Firmware"
Device Model: TOSHIBA MG09ACA18TE
Firmware Version: 4302
# smartctl -a /dev/da1|grep -E "Device Model|Firmware"
Device Model: TOSHIBA MG09ACA18TE
Firmware Version: 0104
# smartctl -a /dev/da2|grep -E "Device Model|Firmware"
Device Model: TOSHIBA MG09ACA18TE
Firmware Version: 4302
# smartctl -a /dev/da3|grep -E "Device Model|Firmware"
Device Model: TOSHIBA MG09ACA18TE
Firmware Version: 4302
# smartctl -a /dev/da5|grep -E "Device Model|Firmware"
Device Model: TOSHIBA MG09ACA18TE
Firmware Version: 4004