Page 1 of 1

Simple suggestion for Windows version

PostPosted: Sat Sep 20, 2014 2:08 pm
by Azev
Please, make it possible to mount images to A: or B: letter.
Thanks!

Re: Simple suggestion for Windows version

PostPosted: Fri Jan 02, 2015 2:51 pm
by srg
I'm not sure if this is possible. I believe that drive letters A and B are reserved by Windows for floppy drives.

Re: Simple suggestion for Windows version

PostPosted: Fri Jan 02, 2015 7:46 pm
by Azev
A and B are not reserved at all.
I can mount ramdisk and ISO images to both letters using 3rd party applications.

Re: Simple suggestion for Windows version

PostPosted: Sun Jan 04, 2015 3:30 am
by srg
Ah, I apologize for my windows ignorance. I try to minimize my use of Windows in general.

src/Mount/Mount.c:6713 wrote:if (commandLineDrive < 'C' || commandLineDrive > 'Z')
AbortProcess ("BAD_DRIVE_LETTER");


I'm sure there's more checks, but that was the first obvious one I saw.

I'll put in an issue for it to further research.

Re: Simple suggestion for Windows version

PostPosted: Sun Jan 04, 2015 6:15 pm
by Azev
That's ok.
I suggested that because A: and B: are not used nowadays and they are great for virtual drives.
Thanks srg.