I purchased these drives off of eBay and I was able to reformat them to 512 but I cant add a partition with ESXi, Windows, or Gpart live in Ubuntu Live CD. I tried to flash like on this thread but I get the error below 'Write buffer failed: Illegal request, type: sense key, apart from Invalid opcode'.
I have about seven days before I can return them and I would like to get them working. I reformanted some Netapp drives back in the day and didn't hive this issue.
they read that they are 512:
I have about seven days before I can return them and I would like to get them working. I reformanted some Netapp drives back in the day and didn't hive this issue.
they read that they are 512:
Code:
mint@mint:~$ sudo sg_readcap -l /dev/sda
Read Capacity results:
Protection: prot_en=0, p_type=0, p_i_exponent=0
Logical block provisioning: lbpme=0, lbprz=0
Last LBA=2344225967 (0x8bba0caf), Number of logical blocks=2344225968
Logical block length=512 bytes
Logical blocks per physical block exponent=0
Lowest aligned LBA=0
Hence:
Device size: 1200243695616 bytes, 1144641.6 MiB, 1200.24 GB
Hard drive:
[1:0:0:0] disk HITACHI DKR5E-J1R2SS GCGC /dev/sda 35000cca072072350 /dev/sg0 1.20TB
[1:0:1:0] disk HITACHI DKR5E-J1R2SS GCGC /dev/sdb 35000cca07206101c /dev/sg1 1.20TB
[1:0:2:0] disk HITACHI DKR5E-J1R2SS GCGC /dev/sdc 35000cca07202345c /dev/sg2 1.20TB
[1:0:3:0] disk HITACHI DKR5E-J1R2SS GCGC /dev/sdd 35000cca072022280 /dev/sg3 1.20TB
Try to flash error:
mint@mint:~/Desktop$ sudo sg_write_buffer -vvvvvv -m 5 --in=IBM-HUC1012.A1700D3E.41373030 /dev/sg0
found sg_bsg_major=243
open /dev/sg0 with flags=0x802
tried to read 8388608 bytes from IBM-HUC1012.A1700D3E.41373030, got 1048576 bytes
will write 1048576 bytes
sending single write buffer, mode=0x5, mpsec=0, id=0, offset=0, len=1048576
Write buffer cdb: [3b 05 00 00 00 00 10 00 00 00]
Write buffer parameter list (first 256 bytes):
10 00 00 a1 70 0d 3e 41 37 30 30 20 20 20 20 20
20 20 20 00 00 00 00 ff 0f 00 00 37 f0 ff ff ff
48 47 53 54 2c 20 61 20 57 65 73 74 65 72 6e 20
44 69 67 69 74 61 6c 20 43 6f 6d 70 61 6e 79 20
49 43 33 35 4c 78 78 78 55 78 44 33 32 31 30 2d
30 20 4d 69 63 72 6f 63 6f 64 65 20 28 43 29 20
43 6f 70 79 72 69 67 68 74 20 57 65 73 74 65 72
6e 20 44 69 67 69 74 61 6c 20 43 6f 72 70 2e 20
32 30 31 32 2c 20 32 30 31 32 2d 32 30 31 32 2e
20 41 6c 6c 20 72 69 67 68 74 73 20 72 65 73 65
72 76 65 64 2e 20 20 55 53 20 47 6f 76 65 72 6e
6d 65 6e 74 20 55 73 65 72 73 20 52 65 73 74 72
69 63 74 65 64 20 52 69 67 68 74 73 20 2d 20 55
73 65 20 64 75 70 6c 69 63 61 74 69 6f 6e 20 66
6f 72 20 64 69 73 63 6c 6f 73 75 72 65 20 72 65
73 74 72 69 63 74 65 64 20 62 79 20 47 43 41 20
check_file_type: file descriptor is sg device
set_pt_file_handle: sg driver version 3.05.36 so choose v3
do_scsi_pt: is_nvme=0, is_sg=1, is_bsg=0
duration=12 ms
Write buffer:
Fixed format, current; Sense key: Illegal Request
Additional sense: Parameter value invalid
Raw sense data (in hex), sb_len=32, embedded_len=32
70 00 05 00 00 00 00 18 00 00 00 00 26 02 00 00
00 00 00 00 f1 30 00 00 00 00 00 00 00 00 00 00
Write buffer failed: Illegal request, type: sense key, apart from Invalid opcode
Attachments
-
337.7 KB Views: 18
Last edited: