Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mount iso images
#1
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?
Reply
#2



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 :))

Reply
#3
same thing if its a .cue or .bin image?
Reply
#4

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
xine vcd://vcd.cue




Reply
#5
and how do i unmount?
Reply
#6



Code:
umount /path/to/mount




 

:)

Reply
#7
ahh simple enough thx :)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)