-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
/proc/self/mountinfo has been present in Linux since 2.6.26 (2008), is documented (in the kernel's Documentation/filesystems/proc.txt) and has more info than /proc/mounts.
I'd like to add support for parsing it, and was wondering if it would be better to a) implement it as a separate, parallel API to the existing MountIter/MountParam (MountInfoIter/MountInfoParam?) or b) change the existing API to use mountinfo (would lose Freq and PassNo fields) or c) change the existing API to use mountinfo if present but fall back to /proc/mounts (Freq, PassNo, and new mountinfo fields (MountId, ParentId, Major, Minor, Root, Optionals, SuperOptions) would all be Options).
Thanks.
cc @tasleson
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels