How to distinguish between fixed and removable storage?

Questions about Wine on Linux
Locked
pengonia
Newbie
Newbie
Posts: 2
Joined: Wed Apr 10, 2019 12:22 pm

How to distinguish between fixed and removable storage?

Post by pengonia »

I have a GRE PSR-800 scanner (think "police scanner" vs. "photo scanner"). The software installed just fine and everything works except for one critical piece. The software expects to see the SD card in my scanner as a removable storage device. WINE does see it as drive letter E:. However the software sees E: as a fixed drive so it tells me no removable storage media can be found.

When I'm using a native Windows box the software ignores all fixed, optical, and network drives and only lets me see removable media. That's why I'm thinking WINE is, for the lack of a better term, reporting E: is a fixed drive. Is there a way under winecfg to define a drive as removable?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: How to distinguish between fixed and removable storage?

Post by jkfloris »

You could try to set the E: drive to "Floppy Disk" in winecfg.
winecfg -> Drives -> Show Advanced -> Type: Floppy disk
pengonia
Newbie
Newbie
Posts: 2
Joined: Wed Apr 10, 2019 12:22 pm

Re: How to distinguish between fixed and removable storage?

Post by pengonia »

That was so obvious in hindsight. It worked. Thank you.
Locked