Jump to content

Wine and CDROM


crock
 Share

Recommended Posts

Wine will let me install games but will not let me run them from the cd.

Keeps saying to insert disc.

 

Here's my fstab

/dev/hdb5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb7 /home ext3 defaults 1 2
none	/mnt/cdrom	supermount	fs=udf:iso9660,dev=/dev/scd0,--,nosuid,ro,nodev,iocharset=iso8859-1 0 0
none	/mnt/floppy	supermount	fs=ext2:vfat,dev=/dev/fd0,--,nosuid,codepage=850,unhide,nodev,umask=0,iocharset=iso8859-1 0 0
/dev/hda1 /mnt/win_c ntfs iocharset=iso8859-1,umask=0,ro 0 0
/dev/hdb1 /mnt/win_c2 ntfs iocharset=iso8859-1,umask=0,ro 0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0

 

and my mtab

/dev/ide/host0/bus0/target1/lun0/part5 / ext3 rw 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev devfs rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
/dev/ide/host0/bus0/target1/lun0/part7 /home ext3 rw 0 0
none /mnt/cdrom supermount ro,nosuid,nodev,fs=udf:iso9660,dev=/dev/scd0,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount rw,nosuid,nodev,fs=ext2:vfat,dev=/dev/fd0,--,codepage=850,unhide,umask=0,iocharset=iso8859-1 0 0
/dev/ide/host0/bus0/target0/lun0/part1 /mnt/win_c ntfs ro,iocharset=iso8859-1,umask=0 0 0
/dev/ide/host0/bus0/target1/lun0/part1 /mnt/win_c2 ntfs ro,iocharset=iso8859-1,umask=0 0 0

 

ALSO, here's the wine configuration file. (The relevant part)

[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Device" = "/dev/floppy/0"

[Drive C]
"Path" = "/home/crock/.wine/fake_windows"
"Type" = "hd"
"Label" = "/home/crock/.wine/fake_windows"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/win_c"
"Type" = "hd"
"Label" = "/mnt/win_c"
"Filesystem" = "win95"

[Drive E]
"Path" = "/mnt/win_c2"
"Type" = "hd"
"Label" = "/mnt/win_c2"
"Filesystem" = "win95"

[Drive F]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Device" = "/dev/cdrom"
"Filesystem" = "win95"

 

 

 

Can ANYONE tell me what I'm doing wrong? I'm so stumped... :wall:

Link to comment
Share on other sites

im in a hurry (which is the norm nowadays :( ) so here is what i think of your problem:

 

you are mapping drive f to be the cdrom drive, which in turn is mapped to /mnt/cdrom. the problem lies in that nothing is mounted at /mnt/cdrom at the moment because you are using supermount. i have two suggestions for your problem:

 

1) Pop the cd into the drive, then open konqueror and navigate to the the cd so supermount will begin mounting it. (sorry, that is the only thing i can think of now to force supermount to do its job). Try the emulator again on another console.

2) Mount the cd on a temporary drive (say /tmp/cdrom) and then change the configuration of drive F to point to that.

 

tell us how it works.

 

ciao!

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...