From 5d1928beb21c883b247696ae16b9aef7170d1845 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sun, 3 Feb 2019 16:45:58 -0800 Subject: [PATCH] docs: Add instructions on how to mount the disk image --- HELP.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/HELP.md b/HELP.md index fbada83..e41d757 100644 --- a/HELP.md +++ b/HELP.md @@ -14,11 +14,18 @@ button to start your virtual machine again. ## I want to install additional apps or games -If you are running Windows 10, macOS, or Linux, you can probably "mount" the +If you are running macOS, or Linux, you can probably "mount" the virtual hard drive used by `windows95` to add files. Hit the "Show Disk Image" button in the lower right of the app, which will take you to the disk image. -On both Windows 10 and macOS, double-click the disk image to open it. + +On macOS, double-click the disk image to open it. + +On Windows 10, Windows will _think_ that it can open up the image, but will +actually fail to do so. Use a tool [like OSFMount][osfmount] to mount your +disk image. On Linux, search the Internet for instructions on how to mount an `img` disk -image on your distribution. +image on your distribution. It's likely that you'll be able to run `mount` +with the image as input. +[osfmount]: https://www.osforensics.com/tools/mount-disk-images.html