Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextor should mount all non-hidden partitions automatically #28

Open
Wierzbowsky opened this issue Feb 10, 2019 · 2 comments
Open

Nextor should mount all non-hidden partitions automatically #28

Wierzbowsky opened this issue Feb 10, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Wierzbowsky
Copy link

Wierzbowsky commented Feb 10, 2019

I've tested the Maxiol CF-IDE controller and there every non-hidden partition is mounted to a drive on bootup. Nextor doesn't do this automatically - a user has to manually mount partitions after bootup. IMO this causes confusion and extra actions while it should be done by default. So I propose that all non-hidden partitions should be auto-mounted on bootup.

The may be, however, a key to press in order to disable this feature and only mount the bootable partition instead (like it's done in Alpha).

@Konamiman Konamiman added the enhancement New feature or request label Feb 26, 2019
@sdsnatcher73
Copy link

I think this is a good idea, MSX-DOS2 on the MMC/SD does this as well. Personally I think Nextor should also mount them to the same order as DOS2 (but maybe that is automatic if this is implemented). On DOS2 with 3 partitions, the partitions becom A:, B: and C:. The floppy drive(s) become D: and E:.

@Eugeny1
Copy link

Eugeny1 commented Apr 22, 2020

I am developing device-based driver, and have two devices mounted at boot up time - A (device 1) and B (device 2). There's a hard disk with bootable partition on it (just formatted with _fdisk and copied all files from the floppy), but if there's no disk in the floppy Nextor does not boot from hard drive and even does not map it so I must go to BASIC performing _mapdrv("c:",1,5,0) and only then I can do FILES on it.
I think my situation perfectly maps to the Wierzbowsky's report.
I think this functionality is only very desired in DOS2 mode. DOS1 mode is anyway tight on RAM, and Nextor may mount first bootable partition it finds (and boot from it) in DOS2 mode, not all partitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants