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

Separating Ext2/3/4 from filesys and using lsblk -rpo instead /proc/mounts #3502

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 2, 2024

  1. [xfs,filesys,ext] Get list of devices by lsblk -lpo NAME,FSTYPE.

    It can happen the FS of interest is not actually mounted and then
    we have no info about it. This is revorks of how we should get
    list of devices. It adds a new __init__.py fuction to decrease
    code duplication get_dev_by_fstype(self,fstype). It is using lsblk
    instead of /proc/mounts. Last change is separation of Ext2/3/4
    info into separate module from filesys.
    
    Signed-off-by: Lukas Herbolt <lukas@herbolt.com>
    lherbolt committed Feb 2, 2024
    1 Configuration menu
    Copy the full SHA
    18383f6 View commit details
    Browse the repository at this point in the history