-
Notifications
You must be signed in to change notification settings - Fork 523
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
extfs/img: New file - support for MS-DOS disk images. #166
Open
twojstaryzdomu
wants to merge
7
commits into
MidnightCommander:master
Choose a base branch
from
twojstaryzdomu:extfs-img
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
twojstaryzdomu
force-pushed
the
extfs-img
branch
from
September 4, 2021 23:49
f94fe18
to
4e3f651
Compare
twojstaryzdomu
force-pushed
the
extfs-img
branch
from
September 4, 2021 23:56
4e3f651
to
4973eb0
Compare
twojstaryzdomu
force-pushed
the
extfs-img
branch
5 times, most recently
from
September 5, 2021 02:16
269827d
to
3e1ef73
Compare
twojstaryzdomu
force-pushed
the
extfs-img
branch
from
September 5, 2021 02:22
3e1ef73
to
dc356f7
Compare
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.
twojstaryzdomu
force-pushed
the
extfs-img
branch
from
September 7, 2021 09:24
75ceb0e
to
2339394
Compare
twojstaryzdomu
force-pushed
the
extfs-img
branch
from
September 8, 2021 14:15
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. |
zyv
force-pushed
the
master
branch
2 times, most recently
from
January 2, 2023 20:35
a48cc07
to
5583c3d
Compare
zyv
force-pushed
the
master
branch
2 times, most recently
from
October 17, 2024 19:17
e9e72d9
to
de7d72c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.