First post, by lfl_038
Hi,
I discovered that, when a new file is added by host system (Windows 10) in a mounted drive, this file does not appears in DosBox 0.74-2.
One need to mount a new drive with the same path to see the file.
This could be a small problem if there were un mount command.
Also the number of free bytes is wrong. On my d: drive there are 50.8 GB free and DosBox displays only 249 MB free.
Example :
1) I mount d: drive on d:\temp local path.
2) I copy image222.jpg into d:\temp local path using the Windows explorer.
3) I mount e: drive on same d:\temp local path.
Here is the result :
Z:\>mountThe currently mounted drives are:Drive Type Label--------------------------------------------------------------------------------C local directory C:\Program Files (x86)\DOSBox-0.74-2\ C_DRIVED local directory d:\temp\ D_DRIVEE local directory d:\temp\ E_DRIVEZ Internal Virtual Drive DOSBOXZ:\>dir d:\image222.*Directory of D:\.File d:\image222.* not found.Z:\>dir e:\image222.*Directory of E:\.IMAGE222 JPG 218,071 23-06-2019 19:491 File(s) 218,071 Bytes.0 Dir(s) 262,111,744 Bytes free.
Thanks in advance.