Click to See Complete Forum and Search --> : UT2003 MDK 9.0 Installation Problem!


^Faith
12-25-2002, 11:56 AM
Ok, i bought this awesome game and now having a liitle bit of trouble to install it on my mdk 9 os.

The problem is that the installer can't find my cd drives at all same problem i have with loki's unreal tournament installer.

I think i have some etc/fstab configuration problems going to paste it here.


/dev/hda7 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda5 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/cdrom2 supermount dev=/dev/cdrom,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0,nodev 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda6 /mnt/win_d vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/zip supermount dev=/dev/sda4,fs=auto,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
/dev/hda8 swap swap defaults 0 0


there's some weird thing to me that none thing before mountpoint and that supermopunt thing. I don't know how to correct this.

Can someone please help me out of this situation.

Thx... ^Faith

TheGimp
12-25-2002, 06:36 PM
disable supermount

this what my cdrom entry looks like in fstab

/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0

you might want to change your 2nd cdrom drive to something similar.

^Faith
12-25-2002, 06:41 PM
Thanks i'll try to do that...