Locating the desire of Themes

The Desire of any kind of themes in the world of blogs and search the perfect things

Welcome to my blog again. I have many blog with many kind of topic. I like blogging and its inspiring me to keep living in the NetWorld. So, do not get bored with all my post and have a nice read.



10.17

2008

Mounting ISO Image files as Virtual Drive in Ubuntu 8.0.4

I have try several application in Ubuntu Hardy Heron 8.0.4 to mount ISO Image files as Virtual Drive in my Ubuntu. But if you want to know how to create ISO Image file in Ubuntu, I have posted in here. And here’s some application that I’ve tried :

1. gisomount

If you want to install it just went to System | Administration | Synaptic Package Manager, and then find gisomount and install it. Command line using terminal :

<code>sudo apt-get install gisomount </code>

How to use it :

Open terminal, and type :

<code> sudo gisomount </code>

gisomount screenshot

gisomount screenshot

2. gmountiso

The same way like above, or using terminal command line :

<code>sudo apt-get install gmountiso </code>

Then you can use at Applications | System Tools | Gmount-iso.

Gmount-sio Screenshot

Gmount-sio Screenshot

I hope this can help you to have a Virtual Drive from ISO Image in Ubuntu 8.0.4

10.14

2008

How to create ISO files in Ubuntu

It’s simple, follow these steps :

Create ISO from CD/DVD

  1. unmount CD/DVD, if it automount then unmount it.
  2. Use this command line at terminal :

dd if=/dev/dvd of=dvd.iso # for dvd
dd if=/dev/cdrom of=cd.iso # for cdrom
dd if=/dev/scd0 of=cd.iso # if cdrom is scsi

another way use this :


readcd dev=/dev/cdrom f=file.iso #for cdrom

If you like using Graphical Interface you can use Brasero Disc Burning. How to do it, here’s the screenshot :

Brasero Disc Burning :

Choose Disc Copy

Select destination drive to write into File image

Click on Properties and then choose file format *.iso images and write the filename on.

Click Apply after choosing the filename and then click Copy, wait untill everything is done.