Yep worked like a charm... thanks... Now all I need is to get my pioneer dvr109 working with ubuntu... ahh the joys... ;)
On Sat, 2006-03-25 at 22:03 +1100, Chris Deigan wrote: > "Charles Myers".quote; > >Hey guys, just wondering if there is an app or something 'easy' for a > >noob like me to burn .img files? I have read about > >burning/mounting .iso files but I'm unsure if these are the same format > >as .IMG files. > > .img files are usually ISO9660 images (or files) with funny different > names. > > If you rename the file to end with .iso, you should be able to burn > using nautilus (right click, write to cd) or view the contents by > double-clicking it. > > The usual recipe I use for mounting iso files (not dependant on the > extension) is this: > sudo mount -t iso9660 ./foo /mnt -o loop > > It's effectively as mounting a cdrom drive, except '-o loop' basically says > use a file rather than a device. > > -Chris. > -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
