/dev/sr0 CD, not released

Questions about Wine on Linux
Locked
wormsf
Level 2
Level 2
Posts: 16
Joined: Fri Feb 01, 2019 10:18 am

/dev/sr0 CD, not released

Post by wormsf »

Hello
I want to install a map software cartoexporer from CD
winehq runs the install software setup_CartoExploreur_3D_107.exe, this software asks to put a second CD
but this does not release the first mounted /dev/sr0, the new installed CD is well mounted, but when I try to access to it
I have an error

Code: Select all

ll CE3D107_CD011/
ls: lecture du répertoire 'CE3D107_CD011/': Erreur d'entrée/sortie
total 0 
If I put the first CD, I always have the same problem

Regards
François
winhq 4 on linux mint 19.3
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: /dev/sr0 CD, not released

Post by dimesio »

wormsf
Level 2
Level 2
Posts: 16
Joined: Fri Feb 01, 2019 10:18 am

Re: /dev/sr0 CD, not released

Post by wormsf »

thank you for the link, but I have no problem to eject the CD,

problem is that, the software under wine does not release the mounting point

Code: Select all

lsof /dev/sr0
COMMAND    PID    USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
wineserve 5898 worms19   29r   REG   11,0 31260770 5650 /media/worms19/CE3D107_CD012/setup_CartoExploreur_3D_107.exe
Locked