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

[maintenance.maintenance_10_linux : 10-032: Disk: Fstab: fstab correct] finmnt #85

Open
adf-patrickha opened this issue Jan 31, 2025 · 0 comments

Comments

@adf-patrickha
Copy link
Member

Since switching to findmnt for the check 10-032: Disk: Fstab: fstab correct in #79, the check is failing on a lot of hosts, due to cdrom entries in fstab:

    "linux_mount_all.stdout_lines": [  
        "/media/cdrom0",                                                                                                                                                                                             
        "   [ ] target exists",                                                                                                                                                                                      
        "   [ ] userspace options: user,noauto",                                                                                                                                                                     
        "   [ ] source /dev/sr0 exists",                                                                                                                                                                             
        "   [W] udf,iso9660 seems unsupported by the current kernel",                                                                                                                                                
        "   [E] udf,iso9660 does not match with on-disk iso9660"  
    ]

findmnt itself works as it's supposed to do, but I'm not sure if cdrom entries in fstab are in any way relevant for this task or if they should just be ignored entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant