WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Installing
by Alexander Nicolaysen Sørnes on Monday April 24th 2006, 16:39
Be sure not to run the installer from the CD mountpoint, e.g. if you have the CD mounted at /mnt/cdrom, do 'cd /mnt; wine cdrom/FILE' instead of 'cd /mnt/cdrom; wine FILE'.
If you still get the problem, you can use the command 'wine eject'.

[post new] [reply to this]

RE: Installing
by Alexander Stanley on Monday April 24th 2006, 18:33
PRE-CONFIGURATION
(As Root)
mkdir /mnt/cdrom
chmod -R 0777 /mnt/cdrom

Put he CDROM in the drive.

(As User)
Run "winecfg". Add a new Driver letter (D: or E:) set to "/mnt/cdrom". Make sure it is setup to be a cdrom drive. Save and exit.


MOUNTING:
(As Root)
mount /dev/cdrom /mnt/cdrom (Substitute /dev/cdrom for your CDROM Device Name)

UNMOUNTING:
umount /mnt/cdrom
eject /mnt/cdrom

You CAN use umount -l /mnt/cdrom if it fails to unmount (CDROMs are read-only) but I wouldn't unless you have to.



For the actual install, see my Loki Installer HOWTO at the top.

[post new] [reply to this]

Page loaded in 0.0185 seconds.