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

Package files into a blank formatted image #4

Open
4 tasks
barbeque opened this issue Nov 17, 2018 · 0 comments
Open
4 tasks

Package files into a blank formatted image #4

barbeque opened this issue Nov 17, 2018 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@barbeque
Copy link
Owner

barbeque commented Nov 17, 2018

Often I'll have something like a loose bunch of files (lzh archive) that I want to install on the computer (e.g. P88SR).

Right now, my technique is:

  1. Get a working HDM
  2. Make a copy
  3. Mount the copy
  4. Delete all the files from the mounted HDM
  5. Copy my files into the HDM
  6. Repeat if I have too many files for one disk
  7. Convert the HDMs to FDIs and put them on the USB stick to be mounted

This is a lot of annoying repetitive stuff, and a computer is supposed to be good at doing annoying repetitive stuff. So let's make the computer do it.

  • Figure out what a FAT filesystem actually looks like on one of these images
  • Make a variation of the make_blank_fdi.py code that creates a blank image with a filesystem
  • Copy in the files into the filesystem (maybe FATPy can help?)
  • Convert the resulting disk into fdi and present it
@barbeque barbeque added the help wanted Extra attention is needed label Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant