libatasmart icon indicating copy to clipboard operation
libatasmart copied to clipboard

LIBATASMART ATA S.M.A.R.T. Reading and Parsing Library

Results 7 libatasmart issues
Sort by recently updated
recently updated
newest added

Currently the config.guess file in the tarball is too old to properly detect RISC-V platform. It can be updated by executing `autoreconf -fiv`.

I'm trying to understand the output of `skdump` as I noticed: `Attribute Parsing Verification: Bad` in the output on my new drive; however: `man skdump`, `man libatasmart` do not yield...

https://github.com/Rupan/libatasmart/blob/de6258940960443038b4c1651dfda3620075e870/atasmart.c#L1225 This line seems does `lbas-read/written * 65536 * 512 (sectors) / 1000000 (mb)`. However on my various varieties of Samsung ssd this 65536 multiple is incorrect, it should actually...

External hard drives appear to be not supported: ``` sudo skdump /dev/sdb ``` ``` Device: sat12:/dev/sdb Type: 12 Byte SCSI ATA SAT Passthru Size: 9537504 MiB Awake: Operation not supported...

Also, see https://tracker.ceph.com/issues/39365

as gnome-disk-utility seems to be using libatasmart how can I go about getting it to reading all disks as SATA ? I have to use "smartctl -d sat" to read...

https://github.com/Rupan/libatasmart/blob/master/atasmart.h is missing dependency on `stddef.h` (for `size_t` which is not provided by `inttypes.h`).