Warning: session_start(): open(/tmp/sess_d435c468271815c91798cfa75d16d0cd, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
MountFile openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

MountFile

   1.3.2.3  

KDE CD/DVD Software

Score 78%
Link:  http://
Downloads:  2628
Submitted:  Jul 9 2007
Updated:  Nov 28 2007

Description:

MounfFile is a shell script to mount ISOs (or other image files) to a directory of your choosing. It's different from other scripts in that it uses the KDE GUI (kdialog) to get the file/mount point and password (kdesu) from the user (though everything is still done in the bash shell).

It includes a desktop icon and a Konqueror/Dolphin/D3lphin service menu entry for ISOs
(Though the script should be able to mount any filesystem image, not just ISOs).

I wrote this script about a year ago, when I was "getting in to" bash, so I just gave it a bit of a clean up.
I put it here because I hear people asking the question "How can I mount ISOs?" and "Isn't there a GUI to mounting them?" and it reminded me of the script I wrote.
Use the installGUI.sh rather than manual install, it should work for everyone (tell me if it doesn't).

--Manual Install--
Just copy the script in to ~/bin/ and it should "just work". I also included a .desktop file that you can place on your Desktop to run the script.

--Note--
With manual install:
If you install the script in another location (ie, not ~/bin/) then just edit the .desktop file to reflect the location of the script.
----------

--GUI Installer--
There is now an installer script that will install the script and put a link in the KMenu (under Utilities), it will also ask if you want a link on the desktop too.
--Note--
If you choose to install system wide then it won't ask to put a link on the desktop, but it will put one in the KMenu.
----------

--Dependencies--
It really only depends on KDE, but here's a more technical dependency list:
* kdebase(-bin) (for kdialog and kdesu)
* a posix compliant shell (sh)
* mount (to mount)
* Loopback device support in the kernel or as a module. (Most, if not all, should have this anyway).

For those running Kubuntu I have set up an apt repository:
deb http://ppa.launchpad.net/tsimpson/ubuntu gutsy main
(doesn't matter if you use gutsy or not, it will be ok to use that release name)
It should also work for any Debian based distribution, all packages should be the same.
Also note that my repository no longer has a universe/multiverse etc, everything is in main (not my choice).
It also is FULL of KDE4 RC1 packages, so if you get upgrade notifications of KDE4 packages and don't want to use mine you should just download the .deb below.




Changelog:

1.0
  • 1st release


  • 1.1
  • Fixed a couple things, it will warn you if you try to mount a file over another mount.

  • I also did a but of work for the UnMounting part, as it was a bit buggy.


  • 1.1.1
  • Added installer script, as a stand-in for a GUI installer


  • 1.2
  • Replaced stand-in installer with a GUI installer script


  • Installer script should work without 'tempfile' now.

    1.3
    You wanted it, you got it.
  • Added a service menu for ISOs


  • 1.3.1
  • Code tidy, it needed it.

  • Now the code is more generic, it should work wherever KDE is installed to (doesn't assume /usr for the icons etc)

  • --Non-code related--
  • Changed the icon for mountserv.desktop to use a relative icon (not all users have KDE in /usr)

  • Added ChangeLog ;)

  • Updated README

  • Added licence info in COPYING

  • Added TODO

  • Added AUTHORS


  • 1.3.2
  • make sure $mounts is created before use, from service menu

  • Quote the file:// url to allow for spaces in directories

  • Add sevice menu for Dolphin

  • move MountFile.desktop to ${prefix}/applications/kde for standards

  • Updated email address to new address

  • Added copyright info to COPYING


  • 1.3.2.{1,2}
  • Fixed service menu install path and typo


  • 1.3.2.3
    D3lphin service menu




    LicenseGPL
    Source(MountFile source)
    Debian(Debian/Kubuntu Pacakge)
    Send to a friend
    Subscribe
    Other  Content  from stdin
    Report inappropriate content



    goto page: prev   1  2 

    -

     d3lphin servicemenu?

     
     by iconmefisto on: Oct 3 2007
     
    Score 50%

    nicely done. I installed 1.3.1-1 with the .deb and then updated to 1.3.2.2-0. The only improvement I can think of now is including a d3lphin servicemenu in any future updates.

    (https://marrat.homelinux.org/D3lphin)

    As far as I can tell, it would be the same as the dolphin servicemenu, the only difference being the spelling of filenames and paths -- d3lphin instead of dolphin.

    In any case, it was a simple matter to copy the servicemenu from my dolphin directory to the equivalent d3lphin one. So if you don't feel like bothering with the d3lphin support, it's no big deal. I'm assuming that anyone that has d3lphin installed probably had (and still has) dolphin also installed, and can simply copy the dolphin servicemenu to d3lphin as I did.


    Reply to this

    -

     Re: d3lphin servicem

     
     by stdin on: Nov 28 2007
     
    Score 50%

    Should work with d3lphin now too.
    The updated package should also be in the repository soon, direct link to a .deb is also available


    Reply to this

    -

     umount

     
     by jerrad on: Nov 28 2007
     
    Score 50%

    would be nice have a umount function to umount isos mounted with this script :)


    Reply to this

    -

     Re: umount

     
     by stdin on: Nov 29 2007
     
    Score 50%

    It does umount ISOs mounted with the script, just start mountfile and choose the "Unmount" option.


    Reply to this

    goto page: prev   1  2 

    Add commentBack




    -



     
     
     Who we are
    Contact
    More about us
    Frequently Asked Questions
    Register
    Twitter
    Blog
    Explore
    Apps
    Artwork
    Jobs
    Knowledge
    Events
    People
    Updates on identi.ca
    Updates on Twitter
    Content RSS   
    Events RSS   

    Participate
    Groups
    Forum
    Add Content
    Public API
    About openDesktop.org
    Legal Notice
    Spreadshirt Shop
    CafePress Shop
    Advertising
    Sponsor us
    Report Abuse
     

    Copyright 2007-2016 openDesktop.org Team  
    All rights reserved. openDesktop.org is not liable for any content or goods on this site.
    All contributors are responsible for the lawfulness of their uploads.
    openDesktop is a trademark of the openDesktop.org Team