Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for a tutorial
#1
Hey guys just wondering if anyone had a good tutorial on installing games such as iso's and or .BIN / .CUE, i realize there are an abundant amount of games that will not work on linux but i like older games anyhow so thnx for the info in advance...
Reply
#2

you can either burn a iso file to a cd using cdrecord

 

cdrecord dev=0,0,0 -speed=16 -v file.iso

 

use cdrecord -scanbus to find out your dev id

 

or mount it using

 

mount -o loop file.iso /mnt/iso

 

make sure /mnt/iso is a empty directory

 

if you want to do the same with a bin file you have to convert it to an iso using an app called bchunk. you can search google for it

Reply
#3
thanks for the help hijinks greatly appreciated :)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)