You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Get a working HDM
Make a copy
Mount the copy
Delete all the files from the mounted HDM
Copy my files into the HDM
Repeat if I have too many files for one disk
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
The text was updated successfully, but these errors were encountered:
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:
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.
make_blank_fdi.py
code that creates a blank image with a filesystemThe text was updated successfully, but these errors were encountered: