[Wine] Re: playonlinux - FARCRY2 glitch

Lord_Valarian wineforum-user at winehq.org
Sun Jul 3 15:05:05 CDT 2011


SpawnHappyJake wrote:
> If the problem is simply the mount point, just change it.
> 
> I'd go to terminal and do:
> mount
> //This gets a list of what's mounted where. Find what's mounted at /media/cdrom or whatever instead of /media/FARCRY2. It's probably /dev/sr0 or /dev/sr1 or /dev/cdrom or something like that.
> //Then do:
>  sudo umount [/dev/sr0 or whatever it is]
> //That just unmounted it.
> sudo mkdir /media/FARCRY2
> //That makes that folder. We're going to mount it to that folder.
> sudo mount /dev/sr0 /media/FARCRY2
> //That just made the contents of the disc be displayed in that folder.
> 



Code:
umount /dev/sr1/                     (superuser mode)

umount: /media/FARCRY2: device is busy.                                                                                                                                    (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1))



Playonlinux is looking for media/cdrom/      I have media/FARCRY2/   

 I get on autorun

Line #1:  *        
Line #2: other

If scans for autorun and finds it I get: "farcry has been found."







More information about the wine-users mailing list