This repository was archived by the owner on Feb 28, 2025. It is now read-only.
extfs/img: New file - support for MS-DOS disk images.#166
Open
twojstaryzdomu wants to merge 7 commits intoMidnightCommander:masterfrom
Open
extfs/img: New file - support for MS-DOS disk images.#166twojstaryzdomu wants to merge 7 commits intoMidnightCommander:masterfrom
twojstaryzdomu wants to merge 7 commits intoMidnightCommander:masterfrom
Conversation
f94fe18 to
4e3f651
Compare
4e3f651 to
4973eb0
Compare
269827d to
3e1ef73
Compare
3e1ef73 to
dc356f7
Compare
added 2 commits
September 7, 2021 11:16
Use single run of mdir instead of recursive. Improved support for long filenames. Allow leading spaces in filenames. Support for extfs test.
Refactored quoting & input parameter processing. Removed short name copy restrictions.
75ceb0e to
2339394
Compare
8461480 to
c1b8c22
Compare
|
Excuse me, please. I saw this beautiful program. But I do not know who to suggest an idea or a question to. Is there an ISO Live Version in the world? So that you can run it from a flash drive? Maybe there will be interest, then they will take the Linux kernel with BUSH and write MC into it. |
a48cc07 to
5583c3d
Compare
e9e72d9 to
de7d72c
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch adds support for MS-DOS disk images. Written in perl, the plug-in relies on GNU mtools installed as a prerequisite. All functions (listing, copying to/from image, creating & removing dirs) are supported. No special perl modules are needed. As a special bonus, if dosbox is installed, it's even possible to execute files from within the image, automounted in dosbox.