-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
mount.ddi: add page #11622
Conversation
Co-authored-by: Lena <[email protected]>
Co-authored-by: Lena <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
|
There was a problem hiding this 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/
.
There was a problem hiding this 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.
@kbdharun Please re add me as maintainer. I was removed due to 2 factor authentication not being enabled |
Done, I have sent an invitation. |
common
,linux
,osx
,windows
,sunos
,android
, etc.