2006-02-02, 05:38 AM
yes as the topic title said... how do i mount iso images onto a virtual drive of some sort so that it can read the iso's contents so that i dont ahve to burn them to disks? wat program do i use?
Mount iso images
|
2006-02-02, 05:38 AM
yes as the topic title said... how do i mount iso images onto a virtual drive of some sort so that it can read the iso's contents so that i dont ahve to burn them to disks? wat program do i use?
2006-02-02, 01:44 PM
Code: mount -t iso9660 -o loop,user CD.iso /path/to/mount weee .. all you need is iso9660 support in your kernel (ie can you read cds :))
2006-02-02, 01:57 PM
same thing if its a .cue or .bin image?
2006-02-02, 06:09 PM
Well, this only works with images that have only one data track. Most (all?) CUE/BIN images have several tracks. Use CDemu if you want to mount these. If there are movies on the disc you can play them directly with mplayer or xine: Code: mplayer cue://vcd.cue
2006-02-03, 06:37 PM
and how do i unmount?
2006-02-03, 06:38 PM
Code: umount /path/to/mount :)
2006-02-03, 06:49 PM
ahh simple enough thx :)
|
« Next Oldest | Next Newest »
|