pkoutoupis / rapiddisk

An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.
http://www.rapiddisk.org
GNU General Public License v2.0
298 stars 49 forks source link

Command "sudo rapiddisk -l -j|sed '1,3d'| jq" not any output #171

Closed Augusto7743 closed 1 year ago

Augusto7743 commented 1 year ago

Hello. Thanks for reading my topic. In https://github.com/pkoutoupis/rapiddisk/wiki/RapidDisk-Administration-Utility section "RapidDisk Management" about "To list all volumes in JSON format" the command sudo rapiddisk -l -j|sed '1,3d'| jq not show any output. OS was installed jq

Only sharing that information ... not exactly support to how run statistics in json.

Have an nice week.

pkoutoupis commented 1 year ago

I need to fix that. The documentation is wrong. The sed portion should be removed and you should instead run: sudo rapiddisk -l -j|jq. Thank you!

pkoutoupis commented 1 year ago

I just fixed the errors in the documentation. Thank you for discovering it and bringing it to my attention.

Augusto7743 commented 1 year ago

Thanks for replying the command. closing.