-
libatasmart/atasmart.c
Line 1225 in de62589
` a->pretty_value = fourtyeight * 65536LLU * 512LLU / 1000000LLU;
`
This line seems does lbas-read/written * 65536 * 512 (sectors) / 1000000 (mb). Ho…
-
The structure is defined here: https://github.com/FDOS/kernel/blob/8552d833bbca657591fa8e6f7276d307d7d0c7c6/hdr/device.h#L205
The MS-DOS v6 and v7.00 structure is incompletely described in https://…
-
While copying the code for LBA Slim as a base for a new LBA tester I'm working on, I noticed some inefficiencies in the code that defeat the purpose of Slim.
https://github.com/Krutchen/SLMCLBA/blob/…
-
**Describe the bug**
All 3 NVMe disks show as failed and I have no idea why. For one, I might have a clue but not for the 2 others.
The only place it shows failed is on the dashboard and when I cl…
-
Some rather brain dead BIOSes use "33 C0" at the beginning of the MBR as a magic number for a "modern" MBR. This is a relic of how all Windows NT-family MBRs begin with "33 C0", while no DOS or Window…
-
The most important part of a "Disk Operating System" is the ability to interface with a disk!
More specifically we are interested in an ATA interface since it is the most basic.
Note that this is a …
-
If run this code:
```python
model = Qwen2VLForConditionalGeneration.from_pretrained(
"Qwen/Qwen2-VL-7B-Instruct",
torch_dtype=torch.bfloat16,
attn_implementation="flash_attention_2",
…
-
Hello,
Thank you so much for posting the code!
I encounter the following error when I run the LBA_mle function:
```
Index in position 2 exceeds array bounds (must not exceed 1).
Error in …
-
# CI Intermittent Failure
https://ci.spdk.io/results/autotest-nightly-lts/builds/1916/archive/nvmf-cvl-phy-autotest_3208/index.html
```
04:23:56 START TEST nvmf_host_management
04:23:56 ****…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…