| View previous topic :: View next topic |
| Author |
Message |
izomorfix Tux's lil' helper


Joined: 18 Jun 2003 Posts: 81 Location: Romania
|
Posted: Wed Aug 13, 2003 12:30 pm Post subject: Virtual drive [beginners] |
|
|
If you are a gamer (e. g. you like GTA: Vice City) you certainly know that some need a CD to play (the Play CD in our case) so:
You have two choices:
1. insert the CD ( )
2. make a virtual drive thus not needing the CD.
Here is how you make it (presuming the cd device is /dev/hdb, you want to keep it's image in /media/myvircd/vice.loop and you mount it at /mnt/cdrom):
| Code: |
# #Insert the cd so we can make a copy
# dd if=/dev/hdb of=/media/myvircd/vice.loop
# mount -o loop /media/myvircd/vice.loop /mnt/cdrom
|
And it's done.
Maybe you want to automount it on startup (not suggested)?
Add this to /etc/fstab:
| Code: |
/media/myvircd/vice.loop /mnt/cdrom iso9660 loop,auto,user,exec 0 0
|
I didn't test the fstab entry because I wouldn't do it (performance issues)
Please tell me how it goes  _________________ 0100100100100000011011000110111101110110
0110010100100000010001110110010101101110
01110100011011110110111100100001 |
|
| Back to top |
|
 |
prolific Apprentice

Joined: 19 Apr 2002 Posts: 237
|
Posted: Wed Aug 13, 2003 7:11 pm Post subject: |
|
|
You can either do this or get the no-cd patches for games. The loop method woudln't be too good if you have limited harddrive space and lots of games..  |
|
| Back to top |
|
 |
xunil n00b


Joined: 18 Jun 2003 Posts: 36 Location: Blacksburg, VA, USA
|
Posted: Wed Aug 13, 2003 9:45 pm Post subject: |
|
|
| This doesn't work for all games' CDs as some include copy protection mechanisms which read special areas of the CDs in special ways to authenticate them. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|