Im trying to install World of Warcraft: Wrath of the Lich King. My problem is only two files show up the installer.exe and directx. Ive been googling for answers and they say to mount the dvd with the “-o unhide” option. How do i mount the dvd in opensuse 11.0. ive checked my /etc/fstab but cant find it. i know its there cause the dvd works fine. Any help is appreciated.
unmount the cd with the following command “umount /dev/cdrom”
mount it using unhide option “mount -o ro,unhide /dev/cdrom /media/”
hidden files should now be visible in /media dir, but not accessible from regular user
so you can now copy them to hard disk somewhere, for example (still as root)
7. “mkdir /home/YOUR_REGULAR_USER/wow_wotlk”
8. “cp -r -v /media/* /home/YOUR_REGULAR_USER/wow_wotlk/”
9. IMPORTANT, installer won’t work without it: “chmod -R 777 /home/YOUR_REGULAR_USER/wow_wotlk/”
and now from regular user
10. “cd /home/YOUR_REGULAR_USER/wow_wotlk”
11. “wine Installer.exe”