[Wine] Re: unable to set drive label

vitamin wineforum-user at winehq.org
Sun Feb 20 11:49:36 CST 2011


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::










More information about the wine-users mailing list