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 solutions
1) Using Nautilus Scripts
2) Using kernel loop module
Now we will see each one in detailed
Using Nautilus Scripts
I am taking this tip from http://ubuntuforums.org/showthread.php?t=87369&page=3 first you need to download two scripts for mount iso images download from www.debianadmin.com/images/iso/mount.sh and to unmount iso images download from www.debianadmin.com/images/iso/mount.sh
Once you have these two scripts you need to change the permissions using the following commands
sudo chmod +x /home/username/mount.sh
sudo chmod +x /home/username/unmount.sh
Now you need to copy them nautilus scripts
sudo mv /home/username/mount.sh ~/.gnome2/nautilus-scripts/
sudo mv /home/username/unmount.sh ~/.gnome2/nautilus-scripts/
That’s it now you are ready for mounting and unmounting your ISO images.
Mount ISO images without burning..:)
Posted by
Bharath
on 30.11.08
Labels:
Comp-Related,
Linux,
Softwares,
Tips-Linux
0 comments:
Post a Comment