Package Details: ocz-ssd-utility 2.3.2963-3

Git Clone URL: https://aur.archlinux.org/ocz-ssd-utility.git (read-only, click to copy)
Package Base: ocz-ssd-utility
Description: A GUI based tool for managing OCZ SSD including firmware and BIOS updates.
Upstream URL: https://ocz.com/us/download/
Licenses: custom:OCZ EULA
Submitter: muflone
Maintainer: muflone
Last Packager: muflone
Votes: 14
Popularity: 0.000000
First Submitted: 2016-09-04 20:43 (UTC)
Last Updated: 2021-02-06 23:42 (UTC)

Latest Comments

1 2 Next › Last »

Ralf_Mardorf commented on 2021-01-03 15:54 (UTC) (edited on 2021-01-03 16:08 (UTC) by Ralf_Mardorf)

Hi grueneerle, it is at least possible to copy the SSDUtility. I used BalenaEtcher to make a bootable USB stick providing the KIOXIA SSDUtility v5.1.0014. The right click menu of the live USB session allows to open a terminal. You need to change /dev/sdc1 by the device that fits your Arch Linux partition.

$ sudo -i
# mkdir /mnt/archlinux
# mount /dev/sdc1 /mnt/archlinux/
# mkdir /mnt/archlinux/usr/local/bin/kioxia_ssd_utility
# cp -ai /usr/local/bin/* /mnt/archlinux/usr/local/bin/kioxia_ssd_utility/

On Arch Linux running

$ sudo /usr/local/bin/kioxia_ssd_utility/SSDUtility

shows my new KIOXIA-EXCERIA SATA SSD, as well as my old TOSHIBA-TL100 and TOSHIBA-TR200 SSDs. Regards, Ralf

grueneerle commented on 2020-11-16 13:27 (UTC)

The download page at OCZ still lists version Version: 2.3.2963 as latest for linux. But the current version Version: 4.0.0012 is available as a bootable image which runs the utility on top of fedora/openbox. I'm wondering why there's no current 4.x version for linux as a direct download. Version 2.x does not resolve my RC-100 ssd correctly, whereas the 4.x version works fine. Maybe it's possible to extract the utility from the usb boot variant?

Ralf_Mardorf commented on 2019-09-18 08:02 (UTC)

Just a heads up, a few seconds ago this inquiry was submitted successfully to Toshiba's technical support:

"Hello,

I'm using the latest available version of OCZ SSD Utillity for Linux, 2.3.2963, offered by your downloads.

I noticed an issue. On the download page the firmware for TR200 is provided by downloads for version 12.4 (April 11, 2018), 12.6 (December 21, 2018) and 13.3 (December 21, 2018). The firmware for TL100 is provided by downloads for version 10.3 (December 22, 2016), 10.4 (May 31, 2018) and 10.6 (December 21, 2018).

On my machine OCZ SSD Utillity for two TL100 (240 GB) shows that both are up to date at version 10.6, so no issue at all for a discontinued SSD, but there's an issue for at least one model of the current product line.

For two TR200 (240 GB) OCZ SSD Utillity claims that both are up to date at version 12.6, while the homepage already provides 13.3.

Now the bomb drops, for a new TR200 (480 GB), it's at version 15.2, OCZ SSD Utillity claims that an update is a available, but actually it offers a downgrade to 12.6.

Should users worry about it?

Regards, Ralf Mardorf"

If I should get a reply, I'll report back.

brittyazel commented on 2016-10-26 04:34 (UTC)

Since the update, i'm getting this error: No protocol specified QXcbConnection: Could not connect to display :0 /usr/bin/ocz-ssd-utility_polkit: line 6: 8414 Aborted (core dumped) pkexec --disable-internal-agent "/usr/bin/ocz-ssd-utility" "$@"

muflone commented on 2016-10-23 16:18 (UTC)

Package updated, thank you annoyingduck

annoyingduck commented on 2016-09-26 17:51 (UTC)

I'm showing an update available to version 2.2.2645. Is it OK to update through the program's GUI, or should I wait until this package is updated? I assume wait, but I figured I'd ask before attempting to update via the program.

muflone commented on 2016-09-04 20:47 (UTC)

This package is going to be merged into the package ocz-ssd-utility

nos1609 commented on 2016-09-02 15:22 (UTC)

New PKGBUILD just in case # Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com> pkgname=oczssdutility pkgver=2.1.2542 pkgrel=1 pkgdesc="A GUI based tool for managing OCZ’s SSD’s including firmware and BIOS updates." arch=('i686' 'x86_64') url="http://ocz.com" license=('custom') depends=('libxrender' 'libxext') install=oczssdguru.install if [ "$CARCH" == x86_64 ] ; then _bits=64 fi if [ "$CARCH" == i686 ] ; then _bits=32 fi source=("http://ocz.com/download/software/ssd-utility/${pkgver}/SSDUtility_${pkgver}.tar.gz" "SSDGuru_polkit" "oczssdguru.png" "oczssdguru.desktop" "org.archlinux.pkexec.oczssdguru.policy") md5sums=('SKIP' 'e25e656fc0264cb754394bc03dba261e' '5c04a46b8505846f61585216372d02bb' '054caff078ef6371b96a436993a9a4a5' '728991ff8eaaa9d323b794f9ee3956ff') sha512sums=('SKIP' 'a8cc626ccf90c407c2686c815142d83489e2ab14e468011f6b35771979b99f913ff6c5a97761c50af21d80645d94b6e29cfa52f23efe4a53c7bc114be426ece4' '16936c5d9f018ed57e16565421ad9c3a248743f9e8eaeeac73e81524e6a34fe66843b86a23e045efeb1d48d9f0461ea555d050bdd7326329daddaddd0ef9c452' '124111b60da64afcef33c2d81add8f9b4a5edb9ba340880cbdfbb6224f7b378c7f2892c51311c22b258052fa41f208c8e51162f1d7886746db420c7054a14dca' '115abf03957f3da0d3f54f5bc340270d18cbbedaaaa2e7d23a16f54e9b4ac978b4c7e5a7ad83982cc5a4f5bf7f8f00b5c382d3a8b2ee196af621525d0866cf1b') package() { install -D -m755 "${srcdir}/SSDUtility/linux${_bits}/SSDUtility" "${pkgdir}/usr/bin/SSDUtility" install -D -m755 "${srcdir}/SSDGuru_polkit" "${pkgdir}/usr/bin/SSDUtility_polkit" install -D -m644 "${srcdir}/oczssdguru.png" "${pkgdir}/usr/share/icons/oczssdutility.png" install -D -m644 "${srcdir}/oczssdguru.desktop" "${pkgdir}/usr/share/applications/oczssdutility.desktop" install -D -m644 "${srcdir}/org.archlinux.pkexec.oczssdguru.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.oczssdutility.policy" install -D -m644 "${srcdir}/SSDUtility/TAEC_OCZLicense.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/TAEC_OCZLicense.rtf" }

nos1609 commented on 2016-09-02 15:06 (UTC) (edited on 2016-09-02 15:07 (UTC) by nos1609)

2.1.2542 is out under TOSHIBA branding and SSDUtility name

cobalt commented on 2016-06-17 07:41 (UTC)

Source file not available anymore.