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

mount.ddi: add page #11622

Merged
merged 16 commits into from
Dec 25, 2023
Merged

mount.ddi: add page #11622

merged 16 commits into from
Dec 25, 2023

Conversation

quantumflo
Copy link
Collaborator

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@github-actions github-actions bot added the new command Issues requesting creation of a new page or PRs adding a new page for a command. label Dec 1, 2023
@tldr-bot

This comment was marked as resolved.

@sebastiaanspeck
Copy link
Member

mount.ddi will not work as command, but mount -t ddi will, maybe add this to the mount-page?

Copy link
Member

@acuteenvy acuteenvy left a comment

Choose a reason for hiding this comment

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

This is not an alias.

INVOCATION AS /SBIN/MOUNT.DDI
The systemd-dissect executable may be symlinked to /sbin/mount.ddi. If invoked through that it implements
mount(8)'s "external helper" interface for the (pseudo) file system type "ddi". This means
conformant disk images may be mounted directly via

# mount -t ddi myimage.raw targetdir/

in a fashion mostly equivalent to:

# systemd-dissect --mount myimage.raw targetdir/

mount.ddi --mount myimage.raw targetdir/ doesn't work. The equivalent is mount.ddi myimage.raw targetdir/.

@gutjuri gutjuri mentioned this pull request Dec 6, 2023
56 tasks
pages/linux/mount.ddi.md Outdated Show resolved Hide resolved
Copy link
Member

@kbdharun kbdharun left a comment

Choose a reason for hiding this comment

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

LGTM, after @acuteenvy's suggestion.

@acuteenvy acuteenvy merged commit b15263d into tldr-pages:main Dec 25, 2023
3 checks passed
@quantumflo
Copy link
Collaborator Author

quantumflo commented Mar 30, 2024

@kbdharun Please re add me as maintainer. I was removed due to 2 factor authentication not being enabled

@kbdharun
Copy link
Member

@kbdharun Please re add me as maintainer. I was removed due to 2 factor authentication not being enabled

Done, I have sent an invitation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page or PRs adding a new page for a command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants