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

Linux: Add lsblk plugin #1239

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Aug 16, 2024

  1. Linux: Add lsblk plugin

    This pull request adds a plugin that mimics the linux lsblk utility. It
    loops through the block devices on the machine and prints out the device
    name, major, minor, removability, if the device is read only, type and
    mountpoint.
    
    Tested on linux versions 3.13-6.8 with Ubuntu, Rhel, Centos, Debian, sles, and
    Oracle Linux distros. Worked with the latest version for each distro.
    dalonjon authored and Jonathan D'Alonzo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    36fce78 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fixed comments on PR

    dalonjon committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ce72db0 View commit details
    Browse the repository at this point in the history
  2. changed to correct versions

    dalonjon committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a544539 View commit details
    Browse the repository at this point in the history