» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with iso + mount

Furius ISO Mount - Mount and Unmount ISO images with GUI Tool in Ubuntu Linux

An ISO, IMG, BIN, MDF and NRG Image management utility for the Gnome Desktop Environment.

(...)
Read the rest of Furius ISO Mount - Mount and Unmount ISO images with GUI Tool in Ubuntu Linux (214 words)


© admin for Ubuntu Geek, 2008. | Permalink | 15 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Ubuntu Tip : Mount/Unmount .iso Images in One click

Gmount-iso is a small tool written using PyGTK and Glade. It allows you to easily mount your cd images. This is a frontend to the 'mount -o loop -t iso9660 foo.iso /mountpoint' command.


Install gmountiso in Ubuntu

sudo aptitude install gmountiso

This will complete the installation.

Using gmountiso

If you want to open go to Applications--->System Tools--->Gmount-iso

Once it opens you should see the following screen here you can specify your .iso file and mount point where you want to mount.

Example for gmountiso

I am having dsl-4.0.iso image on my desktop and i want to mount this under dsl directory so i have menctioned all the details and click on mount

This will prompt for root password enter your root password and click on ok

Once it finished mounting you can see these details under mounted images

You can see the files and folders inside dsl directory

If you want to unmount just select the your mount point and click on Unmount

This is very simple and easy process.

Ubuntu: OnlyUbuntu Tutorials

Ubuntu Tip : Mount/Unmount .iso Images in One click

Gmount-iso is a small tool written using PyGTK and Glade. It allows you to easily mount your cd images. This is a frontend to the 'mount -o loop -t iso9660 foo.iso /mountpoint' command.


Install gmountiso in Ubuntu

sudo aptitude install gmountiso

This will complete the installation.

Using gmountiso

If you want to open go to Applications--->System Tools--->Gmount-iso

Once it opens you should see the following screen here you can specify your .iso file and mount point where you want to mount.

Example for gmountiso

I am having dsl-4.0.iso image on my desktop and i want to mount this under dsl directory so i have menctioned all the details and click on mount

This will prompt for root password enter your root password and click on ok

Once it finished mounting you can see these details under mounted images

You can see the files and folders inside dsl directory

If you want to unmount just select the your mount point and click on Unmount

This is very simple and easy process.

Ubuntu: Only Ubuntu

Mount and Unmount ISO,MDF,NRG Images Using AcetoneISO (GUI Tool)

AcetoneISO is CD/DVD image manipulator for Linux.Using this tool it is very easy to Mount and Unmount ISO,MDF,NRG Images

AcetoneISO Features

  • Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)

  • Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi *.xbx *.b5i *.bwi *.pdi

  • Play a DVD Movie ISO with most used media players

  • Generate an ISO from a Folder or CD/DVD

  • Generate MD5 file of an image

  • Encrypt an image

  • Split image in X megabyte

  • Compress with High Ratio an image

  • Rip a PSX cd to *.bin to make it work with epsxe/psx emulators

  • Service-Menu support for Konqueror

  • Restore a lost CUE file of *.bin *.img


Preparing Your System

You need to install kommander ( it consists of an editor and a program executor that produce dialogs that you can execute), which is required by AcetoneISO. You also need p7zip (a file archiver with highest compression ratio) to compress and extract ISO images.

sudo apt-get install kommander p7zip

Install AcetoneISO in Ubuntu

First you need to download latest AcetoneISO .deb package from here

Now you should be having acetoneiso2_2.0.1_x86.deb file you need to install this file using the follwoing command

sudo dpkg -i acetoneiso2_2.0.1_x86.deb

This will complete the installation

Now you need to go to Application > Accessories > AcetoneISO

Once it opens you should see similar to the following screen


Ubuntu: Only Ubuntu

AcetoneTeam

AcetoneISO mount, umount, convert and more on linux.

opensource: del.icio.us tag/opensource

AcetoneTeam

A Daemon Tool under linux

opensource: del.icio.us tag/opensource

Mount and Unmout ISO images without burning them in Ubuntu GNU/Linux

Some times you want to use iSO images without burning them.If you don't want to waste your CD's/DVD's here is the simple possible solutions using these tips you can mount and unmount ISO images without burning them.I know two possible solutions1) Using Nautilus Scripts2) Using kernel loop moduleNow we will see each one in detailedUsing Nautilus ScriptsI am taking this tip from here

Ubuntu: Ubuntu Tutorials