Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ATA Interfaces #1453

Closed
tutralex opened this issue Dec 20, 2024 · 4 comments
Closed

[BUG] ATA Interfaces #1453

tutralex opened this issue Dec 20, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@tutralex
Copy link

Recently, the {3} format parameter physicaldisk for ATA interfaces has been empty, and it is added to the drive name in front, while everything is fine with the NVMe interface.

@tutralex tutralex added the bug Something isn't working label Dec 20, 2024
@tutralex
Copy link
Author

{
"type": "physicaldisk",
"key": "├─Disk",
"keyColor": "green",
"format": "{1} ({?3}{3}/{?}{6})"
},

Result:
├─Disk: 223.57 GiB (SSD)
├─Disk: 931.51 GiB (HDD)
├─Disk: 931.51 GiB (HDD)
├─Disk: 894.25 GiB (SSD)
├─Disk: 931.51 GiB (NVMe/SSD)

@CarterLi
Copy link
Member

Please provide output of --format json

@CarterLi
Copy link
Member

Dev branch should fix your issue. Please test

@tutralex
Copy link
Author

tutralex commented Dec 20, 2024

Good day! The problem has been solved, all parameters are displayed as before.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants