• Pages

  • Archives

  • Categories

  • Meta

November 21st, 2008

mount a iso on linux

Have you just downloaded a program but dont want to burn it to a CD ?
Or need to mount it to add some files easy on a linux box!

get root in a terminal

mount -o loop -t iso9660 file.iso /mnt/test

So file is were the ISO is and the /mnt/test is were you want to mount it to!

In gnome try gISOmont (graphical and easy)