February 2nd, 2011, 23:24
February 3rd, 2011, 18:52
D:\Temp> F4EG /?
SFLASH V5.33 SAMSUNG Electronics Co., Ltd. (C)2000-2009
... HDD Microcode Download & Patch Tool for DOS
[Usage]
/SCAN - To scan all PCI IDE HBAs and display them
/P:<portindex> - To scan all PCI IDE HBAs and select a specific HBA port
/DETECT, /AUTO - To detect all IDE/SATA drives
/I:<index> - To select a detected drive
/COMPAT:xx - To select a compatible port
PM - Primary Master (Default) SM - Secondary Master
PS - Primary Slave SS - Secondary Slave
/RUN:<filename> - Run a script
[Example]
A:\SFLASH /RUN:SCR.EST /P:0 - Run SCR.EST to the scanned port 0
A:\SFLASH /RUN:SCR.EST /AUTO - Run SCR.EST to all detected drives
February 3rd, 2011, 20:12
dfr wrote:That hard drive needs a firmware update, otherwise data might be lost according to Samsung:
http://www.samsung.com/global/business/ ... msg_id=386
dfr wrote:However, it is not possible to apply Samsung firmware fix, because Samsung software (patch tool) does not recognize the drive, when it is in Verbatim USB enclosure.
dfr wrote:Is there any software, which would allow to update the firmware of the Samsung HD204UI hard drive without removing it from the enclosure?
dfr wrote:Because of USB enclosure it is also not possible to use any tool for testing the hard drive surface
dfr wrote:(and SMART status)
dfr wrote:However, I believe that Verbatim cannot deny its liability for data loss in this case, because Verbatim is selling a faulty product (with a known fault, which can be fixed only by firmware update or hard drive exchange to a newer revision), and Verbatim, so far, has not provided any solution.
dfr wrote:Last but not least: why is warranty for Verbatim product lasting only 2 years in the European Union (and in most of other places in the world), while in USA warranty last 7 years: http://www.verbatim.com/UserFiles/File/ ... rranty.pdf
http://www.verbatim.com/prod/hard-drive ... p/usb-3.0/ ?
Why do they discriminate Europeans regarding warranty so grossly?
February 3rd, 2011, 21:47
(although in the UK we are not specifically limited by such a warranty).
In fact it is the 7 year US warranty which looks to be unusually generous IMHO.
February 3rd, 2011, 22:19
February 4th, 2011, 6:49
dfr wrote:Thank you fzabkar and Vulcan for your replies.
dfr wrote:Of course I e-mailed Verbatim, before I even posted on the forum. Still waiting for replies.
dfr wrote:So the only time these problem with f/w can occur, when the disk is in such enclosure, is when I try SMART reading tools, right?
dfr wrote:Microsoft's Sector Inspector and surface scanning software I can try to use safely?
dfr wrote:(although in the UK we are not specifically limited by such a warranty).
What do you mean?
dfr wrote:In fact it is the 7 year US warranty which looks to be unusually generous IMHO.
There is often lifetime warranty over there for some products.
February 4th, 2011, 7:10
February 4th, 2011, 11:44
Vulcan wrote:Very similar to what fzabkar kindly explained applies in Australia. In the UK, the consumer's contract is not with the manufacturer; it's with the retailer. So any warranty from the manufacturer is in addition to (and not instead of) the consumer's rights for merchantable quality & "reasonable" durability, against the retailer. IANAL so I won't go into more detail here - you can see the various revisions of the UK "Sale of Goods [& Services]" Acts if you are interested
February 4th, 2011, 17:17
dfr wrote:I wonder how do they interpret "reasonable" durability?
dfr wrote:A computer chair broke after one year warranty given by the UK retailer, but it should have lasted many, many years more to come, and it didn't.
dfr wrote:So how can one convince retailer that they should exchange it?
February 5th, 2011, 12:54
Vulcan wrote:Hope that helps. Now can we get back to hard disk drives?
February 5th, 2011, 16:08
dfr wrote:Thank you for your reply. I wish everyones reply was always so thorough.
Vulcan wrote:Have you considered collecting the USB bridge chip VID & PID, and attempting to identify the bridge chip? You might succeed in identifying that chip, but you might not (depending on whether Verbatim use a custom VID/PID or leave it at the manufacturer's default).
dfr wrote:[...]
idVendor: 0x18A5idProduct: 0x022A
[...]
dfr wrote:I will PM you the result of Sector Inspector.
February 5th, 2011, 17:48
Vulcan wrote:dfr wrote:I will PM you the result of Sector Inspector.
Hmm, I'm not quite sure why you did that - I didn't ask for it, did I?If someone else asked, perhaps you should either send it to them, or attach it to another post as a file attachment (zip'd first) to make it publically available.
Vulcan wrote:I think you are back to a position of: Ask Verbatim - unless you are willing to open the enclosure and upgrade the drive via direct SATA attach, or unless someone else can think of a way to get that Samsung f/w file across the [unknown] bridge chip and into that drive, along with the risks which performing that untested process would carry.
February 5th, 2011, 18:36
February 5th, 2011, 19:32
February 5th, 2011, 19:35
===========================================================================
Master Boot Record
===========================================================================
| B | FS TYPE| START | END | | |
| F | (hex) | C H S | C H S | RELATIVE | TOTAL |
===========================================================================
| | 07 | 0 32 33 | 1023 254 63 | 2048 | 2147483648 |
| | 07 | 1023 254 63 | 1023 254 63 | 2147485696 | 1759539200 |
February 5th, 2011, 19:49
February 5th, 2011, 19:53
fzabkar wrote:There are two NTFS partitions (type 0x07). They begin at LBA 2048 and LBA 2147485696, and their sizes are 2147483648 and 1759539200, respectively. Both boot sectors (LBA 2048 and LBA 2147485696) report 8 sectors per cluster.
Since all these numbers are divisible by 8 (4KB = 8 sectors), then both partitions are 4KB aligned.
February 5th, 2011, 19:59
February 5th, 2011, 20:45
dfr wrote:Is aligning non Advanced Format drives beneficial in some ways?
February 5th, 2011, 20:59
fzabkar wrote:dfr wrote:Is aligning non Advanced Format drives beneficial in some ways?
I don't think so.
The reason you need to align an Advanced Format drive is that, if you wish to write to one particular sector, you first need to read its entire 8-sector block, modify the block's contents, recompute the ECC bits, and then write the whole block to the platters on the next rotation. The above happens when an 8-sector cluster is not aligned to an 8-sector block. OTOH, if the clusters are aligned, then the data can be written on the first pass.
Powered by phpBB © phpBB Group.