vitamin wrote: > > akosmaroy wrote: > > the iso image itself has a label - and this is what I'd want wine to see. but as wine sees the image only through the Linux filesystem, it doesn't see the label anymore. > > It does. Make sure that you properly mapped the drive and that ~/.wine/dosdevices/drive:: (two colons) point to the iso image. > Ex: > > Code: > sudo mount ~/archive/disk.iso /mnt/disk -o loop,ro > ln -s /mnt/disk ~/.wine/dosdevices/g: > ln -s ~/archive/disk.iso ~/.wine/dosdevices/g:: > > > thanks - will give it a shot!