The Sikh Geek

The Life and Times of a Sikh Geek

I was loving Linux today because I needed to download an ISO, the IBM ServeRAID 7K bootable CD. I used Linux to download the ISO then burn the ISO to CD using “cdrecord”. I was able to mount the ISO on the local filesystem using the following command

mount -o -loop -t iso9660 filename.iso /mnt/iso

This allows you to browse the contents of the ISO without writing it to CD. There’s not a native tool in Vista to write ISOs, so having Linux around was great.

*** UPDATE ***

Apparently this can be done on Windows without too much trouble and Dave has the details on his Blog.

Posted by vijay on Tuesday, March 20th, 2007

2 Responses to “You gotta love Linux” Add your own

Post A Comment