Thank you !
Ok, now the explanation of the commands:
"ls -la <path>""ls" stands for "list directory contents"
the option "-la" of the commands is a shorted version from "-l -a" whereas "-l" means long and "-a" means all
or the whole comand stand for "list all the content of the directory <path> in a long version"
<path> is a wildcard for the two directory path which you used whereas
the "~" in "~/.wine/dosdevice" the meaning had: use the home directory of the current user
cat <file>"cat" stands for "concatenate files and print on the standard output"
You used only one file (/etc/fstab) and this file is displayed in your console application.
The file "fstab" in the /etc directory contains all the mount points of your well known drives (hard disc, floppy, dvd, cd burner, ...)
Back to the divinity will not run on linux problem:
So far as i understand dutch means the message
dD5E0AAE5:/home/alucard # ls -la /dev/cdroms/
/bin/ls: /dev/cdroms/: Onbekend bestand of map
that this directory doesn't exists, but this is not a problem.
Can you try out this: Access the third <img src="/ubbthreads/images/graemlins/div.gif" alt="" /> CD (let you show the content of the CD) and then start <img src="/ubbthreads/images/graemlins/div.gif" alt="" /> with wine ? Does the "Please Insert CD 3" message again ?