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
Copying my thoughts from #14794. It looks like issues aren't being looked at so I'd rather move this to discussion.
There are three possibles approaches concerning the persistence of auto-mounted drives:
(current) Do not do anything. Let the user set up their filesystem structure the way they like.
Persist drives. This works from any folder because dosbox-staging always looks in its own folder before checking in the current directory.
Persist resources/drives. I don't like this solution because the files in resources/drives may be updated later by upstream developers, but it does allow to exploit a documented feature, and allows customization of the default "ESSENTIALS" drive.
Documentation of the automount feature is present in the default configuration file:
# automount: Mount 'drives/[c]' directories as drives on startup, where [c] is a lower-case
# drive letter from 'a' to 'y' (enabled by default). The 'drives' folder can be
# provided relative to the current directory or via built-in resources.
# Mount settings can be optionally provided using a [c].conf file along-side
# the drive's directory, with content as follows:
# [drive]
# type = dir, overlay, floppy, or cdrom
# label = custom_label
# path = path-specification, ie: path = %path%;c:\tools
# override_drive = mount the directory to this drive instead (default empty)
# verbose = true or false
# readonly = true or false
Personally, I would like to have 2 implemented, I confirmed with upstream devs that the behavior described in 2 can be relied upon. PR that implements the specified change: #14793
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Copying my thoughts from #14794. It looks like issues aren't being looked at so I'd rather move this to discussion.
There are three possibles approaches concerning the persistence of auto-mounted drives:
drives
. This works from any folder because dosbox-staging always looks in its own folder before checking in the current directory.resources/drives
. I don't like this solution because the files inresources/drives
may be updated later by upstream developers, but it does allow to exploit a documented feature, and allows customization of the default "ESSENTIALS" drive.Documentation of the automount feature is present in the default configuration file:
Personally, I would like to have 2 implemented, I confirmed with upstream devs that the behavior described in 2 can be relied upon. PR that implements the specified change: #14793
Beta Was this translation helpful? Give feedback.
All reactions