FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add mount utility by rodolfo-gatti · Pull Request #504 · uutils/util-linux · GitHub

add mount utility - #504

Open
rodolfo-gatti wants to merge 6 commits into
uutils:mainfrom
rodolfo-gatti:feat/mount
Open

add mount utility#504
rodolfo-gatti wants to merge 6 commits into
uutils:mainfrom
rodolfo-gatti:feat/mount

Conversation

Copy link
Copy Markdown

Initial implementation of mount functionality for Linux.

Fixes #441

 Linux-only code paths and keeping the unsupported-platform
 fallback entrypoint. Also apply rustfmt fixes required by CI.
 compiles cleanly on macOS and Windows. This covers the mtab writer
 and Linux-only fstab path loader, and fixes the follow-up CI failures.
 module and item boundaries so the workspace compiles cleanly across
 the CI.
@@ -0,0 +1,61 @@
use thiserror::Error;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

please add the license header

@@ -0,0 +1,27 @@
/// Expand octal escape sequences of the form `\NNN` used in mount-table style

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

same

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Done.

codecov Bot commented Apr 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (eae208f) to head (4f93b62).
⚠️ Report is 40 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #504   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

rodolfo-gatti requested a review from sylvestre May 14, 2026 22:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

Implement mount(8)

2 participants


Back | FazBrowse Home | New Git URL