Logical max current
cylinders 0 0
heads 0 0
sectors/track 0 0
--
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 0 MBytes
device size with M = 1000*1000: 0 MBytes
the zero's in this output are strange, also physical sector size is strange...
Also if logical and physical sector size was really 512 Bytes then the partition table we used is wrong 8 cylinders with sector size of 512 Bytes can not give 514 MB
Maybe this hdparm command on the version of linux you use is different form mines and give wrong output. Alo a lot of info is missing
I think the hdparm output is not reliable in your case
In the screenshot that you sent I see that for instance sdb1 has size of 514 MB and that 443MB is used. thats strange as the firmware image file of fvdw-sl-11-0 is only 200 MB :scratch
Maybe the fact that the firmware image were made for a partition with logical sector size of 512 they don't work on that disk that has 4096 Bytes for logical sector.
That could be solved by formatting the partition sdb1, sbd2 and sdb7 in ext3 (as done for sda5) and extract a tar archive of the firmware instead of the disk image file... :thinking