Replies: 1 comment 6 replies
-
|
What you describe, matches the documented behaviour. The folder mount gets converted to a temporary image file and any changes are lost. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I've setup a Windows 98 configuration with DOSBox-X by following the following guide:
https://dosbox-x.com/wiki/Guide%3AInstalling-Windows-98
It's working, Win98 is booting, but I'd like some way to save files from Windows 98 to my file system so I tried mounting a drive for this purpose, drive Y. Here's my autoexec:
Windows 98 boots OK and Explorer shows " Y_drive (D:)" as its own drive, and I can read what's already there. When I rename a file or delete or write a new file it looks like it's changing in Windows 98's explorer, but nothing changes on my actual file system, even when I shut down Windows 98 properly, all changes are lost.
Why does this appear to get mounted in some kind of write-protected mode? How can I mount a folder so that when I make changes in Windows 98 explorer, it'll make those changes on my real file system? I don't want to mount an image, I want to mount a real folder so I can directly access files I write/modify in Windows 98.
Beta Was this translation helpful? Give feedback.
All reactions