Discussion:
[clug] Seagate firmware update under Linux?
Michael Still
2009-01-22 17:12:29 UTC
Permalink
Hi.

It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.

Thanks,
Mikal
Peter Barker
2009-01-22 17:18:52 UTC
Permalink
Post by Michael Still
It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.
Stop.

Don't.

Really.

Unless you're short on bricks.

http://it.slashdot.org/comments.pl?sid=1098793&cid=26542735

I *believe* an email to seagate was required to get it - well, before it
got torrented here, there and everywhere.
Post by Michael Still
Mikal
Yours,
--
Peter Barker | Programmer,Sysadmin,Geek.
***@barker.dropbear.id.au | You need a bigger hammer.
:: It's a hack! Expect underscores! - Nigel Williams
Michael Still
2009-01-22 17:37:19 UTC
Permalink
Post by Peter Barker
Post by Michael Still
It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.
Stop.
Don't.
Really.
Unless you're short on bricks.
http://it.slashdot.org/comments.pl?sid=1098793&cid=26542735
I *believe* an email to seagate was required to get it - well, before it
got torrented here, there and everywhere.
Oh, I understand that they released a bad firmware image, which they've
now pulled. However, I assume they will one day accidentally produce one
which works. When that happens -- is it possible to install such a thing
under Linux?

Mikal
David Schoen
2009-01-23 02:36:11 UTC
Permalink
It's not possible to install under windows or linux... it's a bootable
ISO, it comes with it's own OS.
Post by Michael Still
Post by Peter Barker
Post by Michael Still
It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.
Stop.
Don't.
Really.
Unless you're short on bricks.
http://it.slashdot.org/comments.pl?sid=1098793&cid=26542735
I *believe* an email to seagate was required to get it - well, before it
got torrented here, there and everywhere.
Oh, I understand that they released a bad firmware image, which they've
now pulled. However, I assume they will one day accidentally produce one
which works. When that happens -- is it possible to install such a thing
under Linux?
Mikal
--
linux mailing list
https://lists.samba.org/mailman/listinfo/linux
David Schoen
2009-01-22 17:22:14 UTC
Permalink
As far as I'm aware all their firmware upgrades are ISO files (I have
been through this ages ago).

Links from this page
http://seagate.custkb.com/seagate/crm/selfservice/news.jsp?DocId=207931
seem to end up at download pages for ISO upgrades like this one
http://seagate.custkb.com/seagate/crm/selfservice/search.jsp?DocId=207951
.

But as Peter says, upgrading may be quite bad...

Dave.
Post by Michael Still
Hi.
It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.
Thanks,
Mikal
--
linux mailing list
https://lists.samba.org/mailman/listinfo/linux
Ian Matters
2009-01-23 05:05:52 UTC
Permalink
Hi all.

I'm using a couple of ST3750330AS drives in my Ubuntu server. Looking
at the Seagate website it seems that only certain drive firmware
version need to be updated.

Any suggestions of how to check the drive firmware version from
Linux? I tries the command line SeaTools but it didn't run for some
reason.

Cheers,
Ian Matters
--
Post by Michael Still
Hi.
It turns out I am the proud owner of one of the Seagate series 11 drives
with bad firmware. Does anyone know if there is a way of updating the
firmware under Linux? I can't see any mention of one on the Seagate site.
Thanks,
Mikal
--
linux mailing list
https://lists.samba.org/mailman/listinfo/linux
Mark Suter
2009-01-23 06:55:10 UTC
Permalink
Ian,
Any suggestions of how to check the drive firmware version from Linux? I
tries the command line SeaTools but it didn't run for some reason.
$ hdparm -I /dev/sda | grep Firmware

--
Mr Mark John Suter | I know that you believe you understand
***@humbug.org.au | what you think I said, but I am not sure
gpg key id 2C71D63D | you realise that what you heard is not
mobile 0411 262 316 | what I meant. Robert J. McCloskey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 254 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/linux/attachments/20090123/d7799bfc/attachment.bin
Ian Matters
2009-01-26 04:11:47 UTC
Permalink
Thanks all.

I used
sudo hdparm -I /dev/sdx | grep Model ; sudo hdparm -I /dev/sdx | grep
Firmware

to do the job.

My firmware version on both Seagate ST3750330AS drives is reportedly
one of the problematic ones (SD15) but because I'm not experiencing
any problems at the moment I'm somewhat reluctant to risk playing
around with the drive firmware. In the meantime daily backups and
SMART reports as well as crossed fingers will hopefully save the day.

Cheers,
Ian Matters
--
Post by Ian Matters
Hi all.
I'm using a couple of ST3750330AS drives in my Ubuntu server.
Looking at the Seagate website it seems that only certain drive
firmware version need to be updated.
Any suggestions of how to check the drive firmware version from
Linux? I tries the command line SeaTools but it didn't run for some
reason.
Cheers,
Ian Matters
--
Brett Worth
2009-01-26 16:17:42 UTC
Permalink
Post by Ian Matters
Thanks all.
I used
sudo hdparm -I /dev/sdx | grep Model ; sudo hdparm -I /dev/sdx | grep Firmware
Or just for fun in case any of you haven't seen this:

sudo hdparm -I /dev/sdx | egrep "Model|Firmware"

Brett

Loading...