You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
above are shown on the guest ubuntu terminal of QEMU.
and in the host ubuntu terminal it shows :
_set_written : invalid block state (ac)
lnvm_rw : set written status failed
ppa: ch(0) lun(0) pl(0) blk(0) pg(0) sec(0)
My SSD has 1 channel, 8 LUN , 2 planes per LUN and 31 blocks per plane, but if the SSD is 1 channel, 8 LUN , 1 planes per LUN and 63 blocks per plane, the error didn't come out, I can write to and read from the SSD correctly.
What's the problem about?
The text was updated successfully, but these errors were encountered:
Hi
Thanks for your previous help , but I met some other problems now.
When I write to the { channel 0, LUN 0, plane 0&1, block 0, page 0, sec 0&1&2&3 } of SSD using CLI command nvm_addr write , error came out:
nvm_addr write : {pMODE : DUAL}
...
nvm_addr write : Input/output error
nvm_ret:{result : 0x2, status : 0}
write: Input/output error
above are shown on the guest ubuntu terminal of QEMU.
and in the host ubuntu terminal it shows :
_set_written : invalid block state (ac)
lnvm_rw : set written status failed
ppa: ch(0) lun(0) pl(0) blk(0) pg(0) sec(0)
My SSD has 1 channel, 8 LUN , 2 planes per LUN and 31 blocks per plane, but if the SSD is 1 channel, 8 LUN , 1 planes per LUN and 63 blocks per plane, the error didn't come out, I can write to and read from the SSD correctly.
What's the problem about?
The text was updated successfully, but these errors were encountered: